Quote:
|
[2010-07-19 13:31:19]: command not in docroot (/usr/share/mailgraph/mailgraph.cgi)
|
The problem is that mailgrpah is outside the document root.
Run
Code:
/usr/sbin/suexec -V
and you should see that suExec's docroot is /var/www:
Code:
[root@server1 ~]# /usr/sbin/suexec -V
-D AP_DOC_ROOT="/var/www"
-D AP_GID_MIN=100
-D AP_HTTPD_USER="apache"
-D AP_LOG_EXEC="/var/log/httpd/suexec.log"
-D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin"
-D AP_UID_MIN=500
-D AP_USERDIR_SUFFIX="public_html"
[root@server1 ~]#