From 41eed5243713be9343bb700ee5dc9260551b3352 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Fri, 13 Jul 2001 19:03:05 +0000 Subject: [PATCH] it is httpd.conf, not httpd.ini git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51446 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index e95cf0f5c4..22f6adf0aa 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,4 +1,4 @@ - + Safe mode @@ -42,7 +42,7 @@ allowed to access /etc/passwd owned by uid 0 in /docroot/script.php on line 2 If instead of safe_mode, you set an open_basedir directory then all file operations will be limited to files under the specified directory. For - example (Apache httpd.ini example): + example (Apache httpd.conf example): <Directory /docroot> php_admin_value open_basedir /docroot