Advertisement
Guest User

graylog2

a guest
Aug 25th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. <VirtualHost *:80>
  3. ServerName pixel.uni.cx
  4. ServerAlias graylog2.pixel.uni.cx
  5. DocumentRoot /opt/graylog2-web-interface/public
  6.  
  7. #Allow from all
  8. Options -MultiViews
  9.  
  10. ErrorLog /var/log/apache2/error.log
  11. LogLevel warn
  12. CustomLog /var/log/apache2/access.log combined
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement