From e8bb6ab4a31865aaf7e03bc0e891f51a98ced9ed Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Wed, 10 Oct 2012 13:07:04 +0000 Subject: [PATCH] bugfix openbase_dir conf for logs --- etc/alternc/apache2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/alternc/apache2.conf b/etc/alternc/apache2.conf index 54f5c9ff..86157a10 100644 --- a/etc/alternc/apache2.conf +++ b/etc/alternc/apache2.conf @@ -31,7 +31,7 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/ php_admin_flag safe_mode off AddDefaultCharset UTF-8 # open_basedir allows access to specifics directories. We need to grant access to these directories for alternc, awstats, mailman... - php_admin_value open_basedir /usr/share/alternc-mailman/patches/:/etc/alternc/:/var/run/alternc/:/var/alternc/bureau/:/var/alternc/html/:/var/alternc/tmp:/tmp:/usr/share/php/:/var/cache/alternc-webalizer/:/etc/locale.gen:/var/log/alternc/bureau.log/:/var/log/alternc/update_domains.log/ + php_admin_value open_basedir /usr/share/alternc-mailman/patches/:/etc/alternc/:/var/run/alternc/:/var/alternc/bureau/:/var/alternc/html/:/var/alternc/tmp:/tmp:/usr/share/php/:/var/cache/alternc-webalizer/:/etc/locale.gen:/var/log/alternc/bureau.log:/var/log/alternc/update_domains.log