Displaying 1 result from an estimated 1 matches for "web6_www".
2009 Jan 30
1
fcgi/suexec problem
...when it comes to *.php.html suexec starts complaining
(most regular files are 0660 and the webmaster is a member of the
group):
directory is writable by others
file is writable by others
file has no execute permission
and finally after fixing all the above
/var/log/httpd/suexec.log:
uid: (10003/web6_www) gid: (10006/10006) cmd: *.php.html
/var/www/web6/log/error.log:
Premature end of script headers: *.php.html
Anybody has a clue how to fix this either in vhost config or any other
way around?
Thanks
<VirtualHost 172.31.0.31:80>
SuexecUserGroup web6_www web6
ServerName www.example.com:8...