Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

cvs: phpdoc /en/chapters config.xml

0 views
Skip to first unread message

Andrew Lindeman

unread,
Feb 6, 2002, 5:30:52 PM2/6/02
to php...@lists.php.net
alindeman Wed Feb 6 17:30:52 2002 EDT

Modified files:
/phpdoc/en/chapters config.xml
Log:
Added a description of the privileges needed to use .htaccess to change php config values (bug #15411)


Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.35 phpdoc/en/chapters/config.xml:1.36
--- phpdoc/en/chapters/config.xml:1.35 Wed Jan 23 13:01:57 2002
+++ phpdoc/en/chapters/config.xml Wed Feb 6 17:30:51 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
<chapter id="configuration">
<title>Configuration</title>

@@ -39,7 +39,8 @@
<simpara>
When using PHP as an Apache module, you can also change the
configuration settings using directives in Apache configuration
- files and .htaccess files.</simpara>
+ files and .htaccess files (You will need "AllowOverride
+ Options" or "AllowOverride All" privileges)</simpara>

<simpara>
With PHP 3.0, there are Apache directives that correspond to each


Andrew Lindeman

unread,
Feb 6, 2002, 9:26:36 PM2/6/02
to php...@lists.php.net
alindeman Wed Feb 6 21:26:36 2002 EDT

Modified files:
/phpdoc/en/chapters config.xml
Log:

Fixed Bug #8848


Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.36 phpdoc/en/chapters/config.xml:1.37
--- phpdoc/en/chapters/config.xml:1.36 Wed Feb 6 17:30:51 2002
+++ phpdoc/en/chapters/config.xml Wed Feb 6 21:26:36 2002


@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>

-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->


<chapter id="configuration">
<title>Configuration</title>

@@ -368,6 +368,14 @@
module, open_basedir paths from parent directories are now
automatically inherited.
</para>
+ <para>
+ The restriction specified with open_basedir is actually a
+ prefix, not a directory name. This means that "open_basedir =
+ /dir/incl" also allows access to "/dir/include" and
+ "/dir/incls" if they exist. When you want to restrict access to
+ only the specified directory, end with a slash. For example:
+ "open_basedir = /dir/incl/"
+ </para>
<note>
<para>Support for multiple directories was added in 3.0.7.</para>
</note>


Gabor Hojtsy

unread,
Feb 7, 2002, 5:54:17 AM2/7/02
to Andrew Lindeman, php...@lists.php.net
> Index: phpdoc/en/chapters/config.xml
> diff -u phpdoc/en/chapters/config.xml:1.36
phpdoc/en/chapters/config.xml:1.37
> --- phpdoc/en/chapters/config.xml:1.36 Wed Feb 6 17:30:51 2002
> +++ phpdoc/en/chapters/config.xml Wed Feb 6 21:26:36 2002
> @@ -1,5 +1,5 @@
> <?xml version="1.0" encoding="iso-8859-1"?>
> -<!-- $Revision: 1.36 $ -->
> +<!-- $Revision: 1.37 $ -->
> <chapter id="configuration">
> <title>Configuration</title>
>
> @@ -368,6 +368,14 @@
> module, open_basedir paths from parent directories are now
> automatically inherited.
> </para>
> + <para>
> + The restriction specified with open_basedir is actually a
> + prefix, not a directory name. This means that "open_basedir =
> + /dir/incl" also allows access to "/dir/include" and
> + "/dir/incls" if they exist. When you want to restrict access to
> + only the specified directory, end with a slash. For example:
> + "open_basedir = /dir/incl/"
> + </para>

Please use spaces for indentation. Please indent this para to
the column where the other para ends.

Thanks,
Goba


Andrew Lindeman

unread,
Feb 7, 2002, 6:44:11 PM2/7/02
to php...@lists.php.net
alindeman Thu Feb 7 18:44:11 2002 EDT

Modified files:
/phpdoc/en/chapters config.xml
Log:

Used spaces to indent paragraph instead of tabs


Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.37 phpdoc/en/chapters/config.xml:1.38
--- phpdoc/en/chapters/config.xml:1.37 Wed Feb 6 21:26:36 2002
+++ phpdoc/en/chapters/config.xml Thu Feb 7 18:44:11 2002


@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>

-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->


<chapter id="configuration">
<title>Configuration</title>

@@ -368,14 +368,14 @@


module, open_basedir paths from parent directories are now
automatically inherited.
</para>

- <para>
- The restriction specified with open_basedir is actually a
- prefix, not a directory name. This means that "open_basedir =
- /dir/incl" also allows access to "/dir/include" and
- "/dir/incls" if they exist. When you want to restrict access to
- only the specified directory, end with a slash. For example:
- "open_basedir = /dir/incl/"
- </para>


+ <para>
+ The restriction specified with open_basedir is actually a
+ prefix, not a directory name. This means that "open_basedir =
+ /dir/incl" also allows access to "/dir/include" and
+ "/dir/incls" if they exist. When you want to restrict access

+ to only the specified directory, end with a slash. For example:


+ "open_basedir = /dir/incl/"
+ </para>

0 new messages