Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost
  3. DocumentRoot "C:/xampp/htdocs"
  4. ServerName localhost
  5. ErrorLog "logs/localhost-error.log"
  6. CustomLog "logs/localhost-access.log" common
  7. </VirtualHost>
  8.  
  9. <VirtualHost 127.0.0.2:80>
  10. ServerAdmin server@itshare-online.dev
  11. DocumentRoot "C:/xampp/htdocs/itshare-online.dev"
  12. ServerName itshare-online.dev
  13. ServerAlias www.itshare-online.dev
  14. ErrorLog "logs/itshare-online.dev-error.log"
  15. CustomLog "logs/itshare-online.dev-access.log" common
  16. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement