Dermot Paikkos wrote:
I really don't know but I was just trying to set up something similar
here and noticed that under MP1 you certainly couldn't, see this
article:
http://perl.apache.org/docs/1.0/guide/install.html#Is_it_possible_to_r
un_mod_perl_enabled_Apache_as_suExec_
And then I saw this o
There are 2 options of course:
1) change the apache UID and GIU
2) install mod_cgi; that does allow suexec from what I have read. I
don't know if the performance is the same though.
On 29 Apr 2005 at 17:48, angie ahl wrote:
> Thanks for trying though. The last hurdle's always the toughest one.
I really don't know but I was just trying to set up something similar
here and noticed that under MP1 you certainly couldn't, see this
article:
http://perl.apache.org/docs/1.0/guide/install.html#Is_it_possible_to_r
un_mod_perl_enabled_Apache_as_suExec_
And then I saw this on changes on MP2:
"pe
So the scripts running under user apache and group apache, and the
site's files are suexec user/group myuser/myuser how do you write
files without permissions errors.
Am I right in saying that if suexec were working right then the uid
and gid in the handler should be returning those for the user/g
Does suexec work under MP2?
http://perl.apache.org/docs/2.0/user/intro/overview.html#What_s_new_in
_Apache_2_0
On 29 Apr 2005 at 14:48, angie ahl wrote:
> I'm sending this question to the beginners perl list and the mod_perl
> list as I'm not sure where it belongs.
>
> In short: I'm trying to