Advertisement
Guest User

Untitled

a guest
Aug 30th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. VirtualHost configuration:
  2. wildcard NameVirtualHosts and _default_ servers:
  3. *:80 is a NameVirtualHost
  4. default server localhost (/private/etc/apache2/extra/httpd-vhosts.conf:44)
  5. port 80 namevhost localhost (/private/etc/apache2/extra/httpd-vhosts.conf:44)
  6. port 80 namevhost 5lines.dev (/private/etc/apache2/extra/httpd-vhosts.conf:49)
  7. port 80 namevhost localhost (/private/etc/apache2/other/aaa_default.conf:1)
  8. Syntax OK
  9.  
  10. <VirtualHost *:80>
  11. DocumentRoot "/Library/WebServer/Documents/5lines"
  12. ServerName 5lines.dev
  13. ServerAlias *.5lines.dev
  14. ErrorLog /Users/Tom/Desktop/error.log
  15. </VirtualHost>
  16.  
  17. 127.0.0.1 localhost 5lines.dev site1.5lines.dev site2.5lines.dev
  18. 255.255.255.255 broadcasthost
  19. ::1 localhost
  20. fe80::1%lo0 localhost
  21.  
  22. Server version: Apache/2.2.26 (Unix)
  23. Server built: Dec 10 2013 22:09:38
  24.  
  25. <VirtualHost *:80>
  26. #no need for settings, use apache defaults.
  27. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement