mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
How to turn off open_basedir (bug #29856)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168569 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
11ce911121
commit
32d38f8ed2
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.55 $ -->
|
||||
<!-- $Revision: 1.56 $ -->
|
||||
<chapter id="features.safe-mode">
|
||||
<title>Safe Mode</title>
|
||||
|
||||
|
@ -211,6 +211,13 @@
|
|||
base-directory. This is, however, a little dangerous as the working directory
|
||||
of the script can easily be changed with <function>chdir</function>.
|
||||
</para>
|
||||
<para>
|
||||
In <filename>httpd.conf</filename>, open_basedir can be turned off
|
||||
(e.g. for some virtual hosts)
|
||||
<link linkend="configuration.changes.apache">the same way</link> as
|
||||
any other configuration directive with "php_admin_value open_basedir
|
||||
none".
|
||||
</para>
|
||||
<para>
|
||||
Under Windows, separate the directories with a semicolon. On all
|
||||
other systems, separate the directories with a colon. As an Apache
|
||||
|
|
Loading…
Reference in a new issue