Actions
Bug #144
closeddocument-root existence checked before chroot occurs
ASK QUESTIONS IN Forums:
Description
In subversion's configfile.c, the config_set_defaults() function errors out if the document_root does not exist. main() in server.c calls config_set_defaults() before the chroot occurs, so lighttpd is checking outside of the chroot when it should be checking inside of the chroot.
Workaround is to make an empty directory outside of the chroot to satisfy the existence check.
-- sferris
Files
Added by jan over 19 years ago
Added by jan over 19 years ago
fixed check for base-docroot if chroot is used (fixes #144), patch provided by jochen at schalanda.de
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@610 152afb58-edef-0310-8abb-c4023f1b3aa9
Actions
Also available in: Atom
fixed check for base-docroot if chroot is used (fixes #144), patch provided by jochen at schalanda.de