Guest User

Untitled

a guest
Jun 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin webmaster@localhost.com
  3. DocumentRoot "C:/xampp/htdocs"
  4. ServerName localhost
  5. </VirtualHost>
  6.  
  7. <VirtualHost mysite.dev:80>
  8. ServerAdmin webmaster@dummy-host.example.com
  9. DocumentRoot "C:/WebServers/home/mysite.dev/www"
  10. ServerName mysite.dev
  11. ServerAlias www.mysite.dev
  12. ErrorLog "C:/WebServers/home/mysite.dev/logs/error.log"
  13. CustomLog "C:/WebServers/home/mysite.dev/logs/access.log" common
  14. </VirtualHost>
  15.  
  16. 127.0.0.1 mysite.dev
Add Comment
Please, Sign In to add comment