Hello,
I am trying to set up a virutal host with apache2 to run suexec. I can get suexec compiled (might not be correct), and it launches. But when i try to run a script, i get premature end of script errors in the log file
running suexec -V has the following output:
-D AP_DOC_ROOT="/home"
-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=100
-D AP_USERDIR_SUFFIX="/home/*/*/docs"
The virutal host webroot is /home/foo/somedomain.edu/docs/
Any suggestions?
I am trying to set up a virutal host with apache2 to run suexec. I can get suexec compiled (might not be correct), and it launches. But when i try to run a script, i get premature end of script errors in the log file
running suexec -V has the following output:
-D AP_DOC_ROOT="/home"
-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=100
-D AP_USERDIR_SUFFIX="/home/*/*/docs"
The virutal host webroot is /home/foo/somedomain.edu/docs/
Any suggestions?