In mod_suexec ist der ‘document_root’ nicht veränderbar, da dieser fest einkompiliert ist. Um den Standard-Pfad von Debian (/var/www) zu ändern, muss entweder mod_suexec selbst kompiliert werden oder das Paket suexec-custom verwendet werden.
apt-get install apache2-suexec-custom
Danach kann das Verzeichnis in /etc/apache2/suexec/www-data geändert werden:
/srv/www
public_html/php-fcgi
# The first two lines contain the suexec document root and the suexec userdir
# suffix. If one of them is disabled by prepending a # character, suexec will
# refuse the corresponding type of request.
# This config file is only used by the apache2-suexec-custom package. See the
# suexec man page included in the package for more details.
Possibly related posts: (automatically generated)
- Related posts on apache
- Compiling httpd-2.2.16 and php-5.3.3 on Mac OS X 10.6.4