Advertisement
lcawte

Bugzilla Apache Config

Feb 17th, 2011
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot /var/www/lewiscawte.dev/
  3. ServerName dev.lewiscawte.info
  4. Alias /bugzilla /var/www/bugzilla
  5. <Directory /var/www/bugzilla>
  6. AddHandler cgi-script .cgi
  7. Options +Indexes +ExecCGI
  8. DirectoryIndex index.cgi
  9. AllowOverride Limit FileInfo Indexes
  10. </Directory>
  11.  
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement