WSGIDaemonProcess home option

Description

home=directory

Defines an absolute path of a directory which should be used as the initial current working directory of the daemon processes within the process group.

Normally the current working directory of the Apache parent process would be the root directory .

In mod_wsgi 2.0+ the initial current working directory will be set to be the home directory of the user that the daemon process runs as.