Ticket #1234 (new defect)

Opened 15 months ago

Last modified 15 months ago

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

Changed 15 months ago by jan

  • description modified (diff)

Add/Change #1234 (Configuration Error with mod_dirlisting)

Author



Change Properties
<Author field>
Action
as new
 
Note: See TracTickets for help on using tickets.