Guest User

Untitled

a guest
May 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <VirtualHost *:80>
  2.  
  3.  
  4. ServerName 192.168.0.100
  5.  
  6. DocumentRoot /var/www/openx-2.6.3
  7. <Directory "/var/www/openx-2.6.3">
  8. Options FollowSymLinks
  9. AllowOverride None
  10. Order allow,deny
  11. Allow from all
  12. </Directory>
  13.  
  14.  
  15.  
  16. </VirualHost>
Add Comment
Please, Sign In to add comment