source: alternc/branches/stable-1.0/etc/alternc/templates/apache2/vhost.conf @ 2929

Revision 2929, 476 bytes checked in by xals, 2 years ago (diff)

Merge r2926 et r2927 dans branche stable-1.0

Line 
1<VirtualHost *:80>
2  ServerName %%fqdn%%
3  DocumentRoot "%%document_root%%"
4
5  <Directory "%%document_root%%">
6    php_admin_value open_basedir "%%document_root%%:/usr/share/php/:/var/alternc/tmp:/tmp"
7    Options +FollowSymLinks +MultiViews
8    AllowOverride AuthConfig FileInfo Limit Options Indexes
9  </Directory>
10
11  LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc
12  CustomLog /var/log/apache2/access.log alternc
13</VirtualHost>
Note: See TracBrowser for help on using the repository browser.