root/tags/release_day_23/config/apache.conf

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

initial import

Line 
1 <VirtualHost *:80>
2   ServerName askeet
3   DocumentRoot "/home/sfprojects/askeet/web"
4   DirectoryIndex index.php
5   Alias /sf /usr/local/lib/php/data/symfony/web/sf
6
7   <Directory "/home/sfprojects/askeet/web">
8    AllowOverride All
9   </Directory>
10 </VirtualHost>
Note: See TracBrowser for help on using the browser.