source: alternc/trunk/etc/alternc/templates/apache2/vhost.conf @ 2957

Revision 2957, 532 bytes checked in by fufroma, 2 years ago (diff)

Patch sur les symlinks, à faire vérifier par Vinci pour être dans la 1.0

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