This is a discussion on Suexec fails on per User Web's within the Linux Web Servers forums, part of the Web Server and Related Forums category; .. Cgi scripts fail to work from the ~user web spaces when the files have are owned by the user. However ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
..
Cgi scripts fail to work from the ~user web spaces when the files have are owned by the user. However if it's owned by the apache user ("www"), the script will successfully execute. It seems that suexec isn't realizing that this is a per user space. All the virtual web's work proper for the user as specified by the SuexecUserGroup directive in their container. The suexec program has the following compiled parameters: # /usr/local/apache/bin/suexec -V -D AP_DOC_ROOT="/home" -D AP_GID_MIN=99 -D AP_HTTPD_USER="www" -D AP_LOG_EXEC="/usr/local/apache/logs/suexec_log" -D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin" -D AP_UID_MIN=99 -D AP_USERDIR_SUFFIX="public_html" I'm running apache 2.0.47. Thanks in advance for anyone who has any input on this matter. -- L. James ----------- L. D. James ljames@apollo3.com www.apollo3.com/~ljames |