Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. #
  3. # VirtualHost example:
  4. # Almost any Apache directive may go into a VirtualHost container.
  5. # The first VirtualHost section is used for requests without a known
  6. # server name.
  7. #
  8. #<VirtualHost *:80>
  9. # ServerAdmin webmaster@dummy-host.example.com
  10. # DocumentRoot /www/docs/dummy-host.example.com
  11. # ServerName dummy-host.example.com
  12. # ErrorLog logs/dummy-host.example.com-error_log
  13. # CustomLog logs/dummy-host.example.com-access_log common
  14. #</VirtualHost>
  15.  
  16. NameVirtualHost 205.185.124.193:80
  17. Include vhosts/*.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement