On Tue, Nov 04, 2014 at 02:26:01PM -0800, Chris Cappuccio wrote:
> This is fixed in 5.6-current. (The include can only be at certain parts of 
> the config file otherwise)

Fantastic!  For reference, adding the include block at the end of the
config file fixes it for me.

I've also run into 2 other issues when testing in case anyone is
interested.  This may be duplicates, but I can't seem to find any commit
messages regarding these in the CVS logs or chatter on misc@


1) httpd seems to be broken on files with spaces.  eg.
"http://server.org/test file.html" -> "GET /test%20file.html HTTP/1.1" 404 0

I know spaces in filenames are bad, but I think this probably isn't
expected behavior.


2) empty files make the browser stall.  eg. cat /dev/null >
test_file.html, GET http://server.org/test_file.html, and the browser
sits on it and spins.  I don't think this one is a big deal, but I'm not
aware of anyone else finding this yet (or maybe it's expected
behavior?).

Thanks everyone!  And a special thanks to Reyk for another great base
daemon :)

Reply via email to