From 5c4b2907343505cfadfc904851f4e96534529d8e Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 19 Jun 2008 22:52:29 +1200 Subject: [PATCH] Note open_basedir in sample configuration. --- docs/website/installation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/website/installation.php b/docs/website/installation.php index da95d7ac..9f092ede 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -211,6 +211,7 @@ single virtual host.

php_value include_path /usr/share/awl/inc php_value magic_quotes_gpc 0 php_value register_globals 0 + php_value open_basedir 1 php_value error_reporting "E_ALL & ~E_NOTICE" php_value default_charset "utf-8" </VirtualHost>