Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. 127.0.0.1 localhost
  2. 127.0.0.1 xyz.local
  3.  
  4. Listen 0.0.0.0:8080
  5.  
  6. ServerName localhost:8080
  7. ServerName xyz.local:8080
  8.  
  9. <VirtualHost *:8080>
  10. DocumentRoot "C:wampwww"
  11. ServerName xyz.local
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement