Suexec problems

puma75

Verified User
Joined
Feb 10, 2006
Messages
26
Hello,

Whenever I add a new domain to my direct admin Apache stops working. I have to run a script I have written which goes thru all the httpd.conf files for my users and comment out the line :

SuexecUserGroup {username} {username}

Then Apache can be restarted and it runs ok, but i'd like to fix the root problem if anyone can point me in the right direction.

Thanks,

Paul
 
do you have ssh access to the server

If you do then you can do the following command to find out what's wrong (this will have to be before you fix it though ;)

httpd -t

It should tell you what's wrong.
 
It outputs this :

[Mon Aug 21 19:58:43 2006] [warn] module mod_php5.c is already added, skipping
Syntax OK
[Mon Aug 21 19:58:44 2006] [error] Cannot remove module mod_perl.c: not found in module list



Thanks
 
Back
Top