Ticket #1234 (new defect)
Configuration Error with mod_dirlisting
| Reported by: | anonymous | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | mod_dirlisting | Version: | 1.4.15 |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | Blocking: |
Description (last modified by jan) (diff)
index-file.names = ( "index.xhtml", "index.html", "/cgi-bin/dir-generator" ) server.dir-listing = "enable" scgi.server = ( "/cgi-bin" => ( ( "socket" => "/path/.scgi-sock" "check-local" => "disable" [removed for brevity] ) ) )
It seems that whenever lighttpd gets a request for a directory without an index file (index.xhtml or index.html), then it should call the scgi server to get the directory listing. It does not. I suppose I could accomplish this with rewrite-rules, but i'm concerned that this may be an unintended bug.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

