RE: [PHP] Securing php files on shared servers

2003-02-03 Thread Hardik Doshi
Hi everyone, I found the same problem regarding security issue with database password file. Does anyone has solution for that? thanks Hardik John W. Holmes [EMAIL PROTECTED] wrote: Major security question: I manage a shared Linux web server running PHP 4.2.3. Apache must have read

RE: [PHP] Securing php files on shared servers

2003-02-03 Thread Adam Voigt
Yeah, on your DBConnection include file (where your username/pass is kept), encrypt the page with a encoder like IonCube (http://www.ioncube.com) they charge by the amount of code, so for say, two connection lines, it's like $1.00. Check out there site, after you sign up for an account you

[PHP] Securing php files on shared servers

2003-02-02 Thread Quinn Comendant
Major security question: I manage a shared Linux web server running PHP 4.2.3. Apache must have read permissions on a php file necessary for a web application. For example a conf.php file containing a MySQL password that is stored outside the web directory: -rw-r-1 qapache

RE: [PHP] Securing php files on shared servers

2003-02-02 Thread John W. Holmes
Major security question: I manage a shared Linux web server running PHP 4.2.3. Apache must have read permissions on a php file necessary for a web application. For example a conf.php file containing a MySQL password that is stored outside the web directory: -rw-r-1 q