Advertisement
Guest User

Untitled

a guest
Jun 4th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <VirtualHost *:8010>
  2. ServerName localhost
  3. #ServerAlias www.example.com
  4.  
  5. ServerAdmin marcus@marcusman.com
  6.  
  7. DocumentRoot /usr/share/airtime/public
  8. DirectoryIndex index.php
  9.  
  10. SetEnv APPLICATION_ENV "production"
  11.  
  12. <Directory /usr/share/airtime/public>
  13. Options -Indexes FollowSymLinks MultiViews
  14. AllowOverride All
  15. Order allow,deny
  16. Allow from all
  17. </Directory>
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement