[PHP] Re: Running virtualhosts under different users

2001-09-23 Thread Zenith
Can you use and directives under directive?? >From the apache manual, and directive can be used under virtualhost directives It can control the uid and gid of the running httpd process, with different uid and gid... Right, you can try it. "Adam Plocher" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó [EMAIL

[PHP] Re: Running virtualhosts under different users

2001-09-21 Thread Richard Lynch
suExec will only work with PHP running as CGI, not a Module. You *CAN* have PHP in Apache "twice" with different extensions (.php and .phpcgi) and corresponding mime-type (application/x-httpd-php and application/x-httpd-phpcgi) and then the one site will have to use .phpcgi for its files, or you