Project

General

Profile

Actions

Bug #1361

closed

/~foo/index.html serves empty content

Added by Anonymous over 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
High
Category:
core
Target version:
ASK QUESTIONS IN Forums:

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

lighttpd.conf (2.1 KB) lighttpd.conf lighttpd config file -- cjs Anonymous, 2007-09-15 14:27
Actions #1

Updated by Anonymous over 16 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

Actions #2

Updated by Anonymous over 16 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

Actions #3

Updated by Anonymous over 16 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

Actions #4

Updated by Anonymous over 16 years ago

U had mod_userdir enabled !

-- root

Actions #5

Updated by Anonymous over 16 years ago

What, it was the '#' in front of

#"mod_userdir",

that enabled it?

-- cjs

Actions #6

Updated by Anonymous over 16 years ago

"HAD" means something to you ?

-- root

Actions #7

Updated by stbuehler about 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #8

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom