Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ##End of http.conf file
  2.  
  3. Include /Applications/MAMP/conf/apache/sites
  4.  
  5. ## Entire sites file:
  6.  
  7. NameVirtualHost *:80
  8.  
  9. <VirtualHost *:80>
  10.  
  11. ServerName daoud.ysiadserv
  12. DocumentRoot /devape/sites/localhost/public
  13. </VirtualHost>
  14.  
  15.  
  16. ## Entire hosts file:
  17.  
  18. ##
  19. # Host Database
  20. #
  21. # localhost is used to configure the loopback interface
  22. # when the system is booting.  Do not change this entry.
  23. ##
  24. 127.0.0.1       localhost daoud.ysiadserv
  25. 255.255.255.255 broadcasthost
  26. ::1             localhost
  27. fe80::1%lo0     localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement