DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=18156>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=18156

Suexec runs as the VirtualHost user instead of the owner of the UserDir





------- Additional Comments From [EMAIL PROTECTED]  2004-04-27 21:01 -------
'm guessing this is a variation of the 'bug' (really documentation problem)
with suexec + UserDir in Apache 2.0.x.

Basically, you cannot use the 'old style' scriptalias directives with user dirs
and suexec.

Try this version of your user CGI bin directory setup:

        <Directory ~ "/home/sites/site1/users/*/web">
            Options Indexes FollowSymLinks MultiViews Includes +ExecCGI
            AllowOverride All
            Order allow,deny
            Allow from all
            SetHandler cgi-script
        </Directory>

Oh, you need to include the UserDir and SuExec modulea:

LoadModule userdir_module modules/mod_userdir.so
LoadModule suexec_module modules/mod_suexec.so

And *don't* include any sort of scriptalias for your user's dirs.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to