php 310 B

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