Project

General

Profile

Actions

Bug #144

closed

document-root existence checked before chroot occurs

Added by Anonymous about 19 years ago. Updated almost 18 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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

configfile.diff (980 Bytes) configfile.diff patch to configfile.c -- jochen Anonymous, 2005-08-20 15:17
Actions #1

Updated by Anonymous almost 19 years ago

-- jochen

Actions #2

Updated by jan almost 19 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

looks good, applied in r610

Actions

Also available in: Atom