Re: [PHP-DB] security in PHP under Apache

2001-05-23 Thread Zak Greant
OTECTED]> Cc: "'Simon R Jones'" <[EMAIL PROTECTED]>; "PHP-DB (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 1:12 PM Subject: Re: [PHP-DB] security in PHP under Apache > But how do you set it so a webuser would run sudo? That sounds pretty &g

Re: [PHP-DB] security in PHP under Apache

2001-05-23 Thread Terry Romine
But how do you set it so a webuser would run sudo? That sounds pretty dangerous, to me. I have a similar situation where I want PHP to create a subdirectory and set privileges to it based on the login user. I end up having to create the directory by hand via SSH and then run the php script. T

RE: [PHP-DB] security in PHP under Apache

2001-05-23 Thread Jonathan Hilgeman
PROTECTED] Subject: [PHP-DB] security in PHP under Apache hi there does anyone know how to make PHP run as a different user than the default one ("nobody" i believe). I have many users with websites and would like them to be able to run PHP under their usernames so as to ensure security.

[PHP-DB] security in PHP under Apache

2001-05-23 Thread Simon R Jones
hi there does anyone know how to make PHP run as a different user than the default one ("nobody" i believe). I have many users with websites and would like them to be able to run PHP under their usernames so as to ensure security. Though I'm not sure this is possible unless I install PHP as a CGI