RE: [PHP-INSTALL] php + apache - how to run php suid?

2004-03-06 Thread Giz
My fingers were too fast. Here's the article: Here's some example of php.ini settings. Take a look at the php manual for these and other related php security settings. safe_mode = On doc_root = /usr/local/apache/htdocs user_dir = /home/jdoe/htdocs -Original Message-----

RE: [PHP-INSTALL] php + apache - how to run php suid?

2004-03-06 Thread Giz
The php module way to handle this is to make use of apache security facilities. Keep in mind, that cgi != modules. They are fundamentally different. A module is part of the webserver process by definition. This is it's strength in terms of performance. What you have available to you for securi