[users@httpd] Chroot + ITK

2013-04-10 Thread James Devine
Is there a way to get chroot and MPM-ITK to work in concert? chroot works when I use prefork but with itk it seems to be ignored. I am using ubuntu 12.04 + apache 2.2.22-1ubuntu1.

[users@httpd] Chroot + ITK

2012-10-15 Thread James Devine
Is there a way to get chroot and MPM-ITK to work in concert? chroot works when I use prefork but with itk it seems to be ignored. I am using ubuntu 12.04 + apache 2.2.22-1ubuntu1.

Re: [us...@httpd] dynamic mpm-itk

2010-11-12 Thread James Devine
I wrote a module that runs prior to itk which checks for this special case and sets both the uid and gid, this seems to run fairly nicely On Wed, Nov 10, 2010 at 12:47 PM, James Devine wrote: > I'm trying to get all content (php, perl, cgi etc) to run as the > intended user, which

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
Wed, 10 Nov 2010 10:48:48 -0700 > James Devine wrote: > >> well this method doesn't appear to work, setting the uid prior to itk >> causes itk to fail out while trying to set the uid itself > > What do you expect to do that you couldn't do with cgi/suexec or fast

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
well this method doesn't appear to work, setting the uid prior to itk causes itk to fail out while trying to set the uid itself On Wed, Nov 10, 2010 at 9:52 AM, James Devine wrote: > well what I'm thinking of is to not set the uid/gid for a particular > vhost and have another mod

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
well what I'm thinking of is to not set the uid/gid for a particular vhost and have another module run prior to when ITK would set the uid and set the UID/GID myself based on the URI On Wed, Nov 10, 2010 at 9:36 AM, Tom Evans wrote: > On Wed, Nov 10, 2010 at 4:02 PM, James Devin

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
vhost per user isn't something I would be able to do, what about a module that runs prior to itk if thats possible to preset the uid 2010/10/26 Igor Galić : > > ----- "James Devine" wrote: > >> Is there a way to set the AssignUserId values associated with mpm-itk &g

[us...@httpd] dynamic mpm-itk

2010-10-26 Thread James Devine
Is there a way to set the AssignUserId values associated with mpm-itk based on the URI? Such as if a user accesses http://domain.tld/~username These users are in ldap so I would need to do some sort of external processing such as through a rewritemap or mod_perl --