DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22622>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22622

mod_autoindex should allow custom directory listings

           Summary: mod_autoindex should allow custom directory listings
           Product: Apache httpd-2.0
           Version: 2.0.32
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_autoindex
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I wanted to create a CGI script that allowed me to do a custom directory
listing, but I don't have enough information to do this if I set, for example:

DirectoryIndex /cgi-bin/dirlist.cgi

There is just no way to get all the information needed to accurately and
securely list the directory. This is especially a problem if you use the Alias
directive.

mod_autoindex should have a directive that it can create a template of some sort
that you can pass to a CGI script. The template would contain the names of all
the files, and their information, along with the name of the current directory,
and anything else need to create your own custom directory listings. Example:

CustomListingScript /cgi-bin/dirlist.cgi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to