root/trunk/config/apache.conf

Revision 2, 314 bytes (checked in by fabien, 3 years ago)

initial import

Line 
1 <VirtualHost *:80>
2   ServerName SERVERNAME
3   DocumentRoot "/var/www/sf_sandbox/web"
4   Alias /sf ##SYMFONY_DATA_WEB_SF##
5   <Directory "/var/www/sf_sandbox/web">
6     AllowOverride All
7   </Directory>
8   ErrorLog /var/log/httpd/sf_sandbox-error_log
9   CustomLog /var/log/log/sf_sandbox-access_log common
10 </VirtualHost>
Note: See TracBrowser for help on using the browser.