Advertisement
Guest User

Untitled

a guest
Dec 15th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <VirtualHost *:9000>
  2. ServerAdmin webmaster@localhost
  3. ServerName 127.0.1.1
  4.  
  5. DocumentRoot /var/www/spotweb
  6. ErrorLog /var/log/apache2/error.log
  7. LogLevel warn
  8. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement