Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
2,139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #DO NOT EDIT, CREATED BY AMPPS
  2.  
  3.  
  4. #### 192.168.1.200 VirtualHost ####
  5.  
  6. NameVirtualHost 192.168.1.200:8081
  7. <VirtualHost 192.168.1.200:8081>
  8. <Directory "/Applications/AMPPS/www/domain">
  9. Options FollowSymLinks Indexes
  10. AllowOverride All
  11. Order deny,allow
  12. allow from All
  13. </Directory>
  14. ServerName 192.168.1.200
  15. ServerAlias 192.168.1.200
  16. ScriptAlias /cgi-bin/ "/Applications/AMPPS/www/domain/cgi-bin/"
  17. DocumentRoot "/Applications/AMPPS/www/domain"
  18. ErrorLog "/Applications/AMPPS/apache/logs/192.168.1.200.err"
  19. CustomLog "/Applications/AMPPS/apache/logs/192.168.1.200.log" combined
  20. </VirtualHost>
  21.  
  22. ####################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement