On 1/25/07, Beginner <[EMAIL PROTECTED]> wrote:

However my efforts to make HeaderName a cgi-script are failing. Is
this because I would need to generate the entire index from CGI
rather than from mod_autoindex?

Did you read
http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#headername
where it says:

Filename must resolve to a document with a major content type of
text/* (e.g., text/html, text/plain, etc.). This means that filename
may refer to a CGI script if the script's actual file type (as opposed
to its output) is marked as text/html such as with a directive like:

AddType text/html .cgi

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to