removing openbasedir restriction for the control panel : awstats & mailman requires it
This commit is contained in:
parent
61a8433047
commit
15e4a171cf
|
@ -28,7 +28,8 @@ ScriptAlias /cgi-bin/ /var/alternc/cgi-bin/
|
|||
php_admin_flag safe_mode off
|
||||
php_admin_flag register_globals on
|
||||
AddDefaultCharset ISO-8859-1
|
||||
php_admin_value open_basedir /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
|
||||
# modules such as mailman or awstats needs to write into other folders, we have to remove this :
|
||||
# php_admin_value open_basedir /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
|
||||
|
||||
</Directory>
|
||||
|
||||
|
|
Loading…
Reference in New Issue