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


Post Reply 
suexec apparently not working
Author Message
pgentoo Offline
Member
*****
Dev Team

Posts: 326
Joined: Mar 2007
Reputation: 0
Post: #4
RE: suexec apparently not working
bpratt Wrote:
pasichnyk Wrote:You might want to look at upgrading to a recent nightly build, as the current trunk has a ton of bugs resolved as compared to RC2c. If this isn't an option, attach the domain's section from your ispcp.conf file (from apache conf directory), and obscure the ip/domain. Myself or someone else can point you in the right direction for getting up and running with suexec for user domains.

I'm a little bit unsure about upgrading to a nightly build at the moment, and was hoping to have seen a RC3 come out by now with a upgrade script. Smile

Okay, here's the specific section of my ispcp.conf :-

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...
(This post was last modified: 11-21-2007 04:39 PM by pgentoo.)
11-21-2007 04:33 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 - pgentoo - 11-21-2007 04:33 PM
RE: suexec apparently not working - bpratt - 11-21-2007, 05:05 PM

Forum Jump:


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