[PHP] Apache+suEXEC+php+dbase

2001-05-23 Thread JUANG
hi... how do i use dbf_open() function or other dbf functions in php with apache+suexec? my php script is \n"; } ?> it worked if i changed mode to 777 *.dbf but.. if mode is 700 it couldn't work. i use apache+suexec with virtual host . i.e: DocumentRoot /home/httpd/html

Re: [PHP] apache/SUexec/PHP

2001-02-03 Thread Richard Lynch
> I noticed today that PHP apps run as the WWW user, not the User/Group > specified in httpd.conf for virtualhosts. > > (Module version of PHP running in Apache 1.3.17). > > Is there any way to get the PHP module to assume the identity > similar to the SUexec module will do for CGI? Not in Apache

[PHP] apache/SUexec/PHP

2001-02-03 Thread Larry Rosenman
I noticed today that PHP apps run as the WWW user, not the User/Group specified in httpd.conf for virtualhosts. (Module version of PHP running in Apache 1.3.17). Is there any way to get the PHP module to assume the identity similar to the SUexec module will do for CGI? Thanks! -- Larry R