| Revision 2958,
498 bytes
checked in by xals, 2 years ago
(diff) |
|
Report changeset 2957 dans trunk.
|
-
Property svn:mergeinfo set to
|
| 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 +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch |
|---|
| 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.