Guest User

Untitled

a guest
Dec 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot "/var/www/"
  3. ServerName www.example.com
  4.  
  5. <Directory "/var/www/">
  6. Options Indexes FollowSymLinks
  7. AllowOverride all
  8. Order deny,allow
  9. Allow from all
  10. Require 192.168.0.1/24
  11. </Directory>
  12. </VirtualHost>
Add Comment
Please, Sign In to add comment