Current time: 05-21-2024, 10:58 AM Hello There, Guest! (LoginRegister)


Post Reply 
suexec apparently not working
Author Message
bpratt Offline
Junior Member
*

Posts: 71
Joined: Oct 2007
Reputation: 0
Post: #5
RE: suexec apparently not working
pasichnyk Wrote:
bpratt Wrote:
Code:
...
    <IfModule mod_fastcgi.c>
        SuexecUserGroup vu2045 vu2045
    </IfModule>
...

Do you actually have mod_fastcgi running? You may have to make a conf change to your httpd.conf or /etc/conf.d/apache2 in order to turn it on... I am really not familiar with how debian works, so hopefully someone else can provide better guideance...


Also, if you want to run this without fastcgi, and just suexec, you could change the <IfModule line to require suexec instead of fastcgi...


EDIT: the trunk now for debian uses the following instead of what you have...

Code:
<IfModule suexec_module>
     SuexecUserGroup {SUEXEC_USER} {SUEXEC_GROUP}
</IfModule>

This way even if you don't have fastcgi setup, your cgi's will still run as the user's account. But it really looks like you don't even have fastcgi running currently...

Yes, it appears I haven't got fastcgi setup, which I thought was done with the install of ispcp, and that I didn't have to do anything more. Smile

I hope that someone can post a link to a quick install of fastcgi, but I might just try to see if the new suexec module will fix it for me.

Thanks for your help.
11-21-2007 05:05 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
suexec apparently not working - bpratt - 11-21-2007, 03:42 PM
RE: suexec apparently not working - bpratt - 11-21-2007, 04:26 PM
RE: suexec apparently not working - bpratt - 11-21-2007 05:05 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)