Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Listen {external_ip}:6000
  2. Listen *
  3. Listen 8080
  4.  
  5. <VirtualHost *:80>
  6. ##ServerAdmin webmaster@dummy-host2.example.com
  7. DocumentRoot "C:/xampp/htdocs/myWebsite"
  8. ServerName myWebsite
  9. ##ErrorLog "logs/dummy-host2.example.com-error.log"
  10. ##CustomLog "logs/dummy-host2.example.com-access.log" common
  11. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement