2010-12-21 09:34:10 +00:00
|
|
|
<VirtualHost *:80>
|
|
|
|
DocumentRoot /var/alternc/bureau
|
|
|
|
ServerName %%fqdn%%
|
|
|
|
|
|
|
|
alias /admin/sql /usr/share/phpmyadmin
|
|
|
|
alias /webmail /usr/share/squirrelmail
|
|
|
|
|
|
|
|
<Directory />
|
|
|
|
Options FollowSymLinks
|
|
|
|
AllowOverride None
|
|
|
|
</Directory>
|
|
|
|
<Directory /var/alternc/bureau>
|
2011-03-06 18:06:27 +00:00
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
|
2010-12-21 09:34:10 +00:00
|
|
|
php_admin_flag safe_mode_gid off
|
|
|
|
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/
|
|
|
|
</Directory>
|
2011-03-06 18:06:27 +00:00
|
|
|
|
|
|
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc
|
|
|
|
CustomLog /var/log/apache2/access.log alternc
|
2010-12-21 09:34:10 +00:00
|
|
|
</VirtualHost>
|