Re: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Micah Stevens
bit enable in your permission scripts!! > > Miguel > > -Original Message- > From: Micah Stevens [mailto:[EMAIL PROTECTED] > Sent: Lunes, 27 de Febrero de 2006 02:23 p.m. > To: php-db@lists.php.net > Subject: Re: [PHP-DB] webhosting with php/mysql and disk quota >

RE: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Miguel Guirao
You could also use the suid bit enable in your permission scripts!! Miguel -Original Message- From: Micah Stevens [mailto:[EMAIL PROTECTED] Sent: Lunes, 27 de Febrero de 2006 02:23 p.m. To: php-db@lists.php.net Subject: Re: [PHP-DB] webhosting with php/mysql and disk quota Yes

Re: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Micah Stevens
Yes, however, a few of those require root permissions which gets tricky as you DO NOT want to run internet accessable php scripts as root, in which case you're hosed. What I do it run a perl daemon as root that php then connects to as a client and requests actions, and the daemon will only acc