Hello, this is on a fresh Debian Etch Vmin Pro install:
[color=#000080]server:/home# /usr/lib/apache2/suexec -V -D AP_DOC_ROOT="/var/www" -D AP_GID_MIN=100 -D AP_HTTPD_USER="www-data" -D AP_LOG_EXEC="/var/log/apache2/suexec.log" -D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin" -D AP_UID_MIN=100 -D AP_USERDIR_SUFFIX="public_html"[/color]
From what I understand the correct apache2 package should have DOC_ROOT set to /home so my question is:
a) what do I need to do to verify I have the correct package (but need to fix the config)
or
b) what steps do I need to take to get the correct package?
I stumbled across this due to suexec complaining:
[color=#000080][2007-09-25 06:30:28]: uid: (1002/spirit) gid: (1003/1003) cmd: php5.fcgi [2007-09-25 06:30:28]: command not in docroot (/home/spirit/fcgi-bin/php5.fcgi)[/color]
Thanks, Gabe<br><br>Post edited by: spazzwig, at: 2007/09/25 03:02
Just thought I'd follow up... I just did an "apt-get install apache2" and the config fell into place.