mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
025b312776
commit
41eed52437
1 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
<Directory /docroot>
|
||||
php_admin_value open_basedir /docroot
|
||||
|
|
Loading…
Reference in a new issue