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-----
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