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
Updated by jan about 19 years ago
- Status changed from New to Fixed
- Resolution set to fixed
looks good, applied in r610
Actions
Also available in: Atom