Guest User

Untitled

a guest
Jul 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. NameVirtualHost 127.0.0.1:80
  2.  
  3. <VirtualHost osmhu.lan:80>
  4. DocumentRoot /home/html/osmhu
  5. ServerName osmhu.lan
  6. <Directory "/home/html/osmhu">
  7. allow from all
  8. Options +Indexes
  9. </Directory>
  10. </VirtualHost>
Add Comment
Please, Sign In to add comment