Advertisement
Pingviller

new 000-default

Aug 24th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ### Optional apache logs for RT
  3. # Ensure that your log rotation scripts know about these files
  4. # ErrorLog /opt/rt4/var/log/apache2.error
  5. # TransferLog /opt/rt4/var/log/apache2.access
  6. # LogLevel debug
  7.  
  8. AddDefaultCharset UTF-8
  9.  
  10. Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/
  11. ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/
  12.  
  13. DocumentRoot "/opt/rt4/share/html"
  14. <Location />
  15. Order allow,deny
  16. Allow from all
  17.  
  18. Options +ExecCGI
  19. AddHandler fastcgi-script fcgi
  20. </Location>
  21.  
  22. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement