Bug #1361
closed/~foo/index.html serves empty content
Description
I've got a directory named "~cjs" under my docroot, but lighttpd seems
to be having difficulties serving "/~cjs/index.html". Rather than
returning the content of the document, it returns an empty page. If
the file is missing, it returns a 404 as it should, and other files,
including index.html in subdirectories (such as "/~cjs/foo/index.html")
work fine.
I am not using mod_userdir.
-- cjs
Files
Updated by Anonymous about 17 years ago
Couldn't reproduce that. Got interested due to other filesystem issues I've been having here... What are the modules you are using ?
-- gsmoraes2
Updated by Anonymous about 17 years ago
Hmm. Interesting. I've just attached my lighttpd.conf to this ticket. Can you provide me with some hints as to where to start looking in the source to track this down? I can modify the source to add debugging printfs or whatever to see if I can't get a better handle on the problem.
I did do a ktrace, and it's definitely referencing that file. I'll do another one to see what it's actually reading.
-- cjs
Updated by Anonymous about 17 years ago
I can no longer duplicate this, either. I can only assume that I must have had some sort of configuration problem on my side. Sorry about the trouble.
-- cjs
Updated by Anonymous about 17 years ago
What, it was the '#' in front of
#"mod_userdir",
that enabled it?
-- cjs
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Also available in: Atom