it is httpd.conf, not httpd.ini

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51446 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rasmus Lerdorf 2001-07-13 19:03:05 +00:00
parent 025b312776
commit 41eed52437

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<chapter id="features.safe-mode">
<title>Safe mode</title>
@ -42,7 +42,7 @@ allowed to access /etc/passwd owned by uid 0 in /docroot/script.php on line 2
<para>
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):
<programlisting role="ini">
&lt;Directory /docroot&gt;
php_admin_value open_basedir /docroot