[PHP] I need to execute PHP scripts from Apache/mod_php using the owner of scripts as user/group for execution.

2004-09-03 Thread Luis Miguel González Fernández
I need to execute PHP scripts from Apache/mod_php using the owner of scripts as user/group for execution. I have included the 'User' and 'Group' directives into the virtualhost declaration in my httpd.conf but scripts keep on executing with user/group from Apache. Urgent help needed. Thanks.

Re: [PHP] I need to execute PHP scripts from Apache/mod_php using the owner of scripts as user/group for execution.

2004-09-03 Thread John Nichel
Luis Miguel González Fernández wrote: I need to execute PHP scripts from Apache/mod_php using the owner of scripts as user/group for execution. I have included the 'User' and 'Group' directives into the virtualhost declaration in my httpd.conf but scripts keep on executing with user/group from