php-silex 325 B

123456789
  1. <VirtualHost *:8080>
  2. Alias /php-silex/ "/home/mrobertson/FrameworkBenchmarks/php-silex/web/"
  3. <Directory /home/mrobertson/FrameworkBenchmarks/php-silex/web/>
  4. Options Indexes FollowSymLinks MultiViews
  5. #AllowOverride None
  6. Order allow,deny
  7. allow from all
  8. </Directory>
  9. </VirtualHost>