On 1/25/07, Beginner <dermot@xxxxxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx