I have the following configuration.
<VirtualHost 192.168.250.91:80>
DirectoryIndex index.html index.htm index.php index.php3
ServerName suexec2.ambra.ro
SuexecUserGroup suexec2 suexec2
DocumentRoot /var/www/suexec2.ambra.ro
Action application/x-httpd-php /cgi-bin/suexec2.ambra.ro/php-cgi
ScriptAlias /suexec2cgibin /var/www/suexec2.ambra.ro
Action application/x-httpd-php /suexec2cgibin/php-cgi
<Directory /var/www/suexec2.ambra.ro>
Allow from all
</Directory>
</VirtualHost>
Everything seems to work fine, but it doesn't.
In this virtual host I place a php file that creates a test.txt file.
After the file is created owner of the file is the apache user and not
suexec2.
This meens that the line "SuexecUserGroup suexec2 suexec2" had no effect
and the script was executed as apache user.
What could be wrong?
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]