2011-03-06 15:33:51 +00:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerName %%fqdn%%
|
|
|
|
DocumentRoot "%%document_root%%"
|
2011-05-17 16:36:01 +00:00
|
|
|
AssignUserId #%%UID%% #%%GID%%
|
2011-03-06 15:33:51 +00:00
|
|
|
|
|
|
|
<Directory "%%document_root%%">
|
|
|
|
php_admin_value open_basedir "%%document_root%%:/usr/share/php/:/var/alternc/tmp:/tmp"
|
2011-04-26 18:36:19 +00:00
|
|
|
Options +FollowSymLinks +MultiViews
|
|
|
|
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
2011-03-06 15:33:51 +00:00
|
|
|
</Directory>
|
|
|
|
|
2011-03-06 19:11:49 +00:00
|
|
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T %{Host}i" alternc
|
2011-03-06 15:33:51 +00:00
|
|
|
CustomLog /var/log/apache2/access.log alternc
|
|
|
|
</VirtualHost>
|