Advertisement
dikshie

contohvirtualhost

Dec 25th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. /usr/local/etc/apache22/extra/
  2. edit httpd-vhosts.conf
  3. contoh:
  4. ---------------
  5. NameVirtualHost *:80
  6.  
  7. <VirtualHost *:80>
  8. ServerAdmin xxx@gmail.com
  9. DocumentRoot /usr/local/www
  10. ServerName xxx.ai3.net
  11. </VirtualHost>
  12.  
  13. <VirtualHost *:80>
  14. ServerAdmin yyy@gmail.com
  15. DocumentRoot /home/public_html/yyy
  16. ServerName yyy.ai3.net
  17. ErrorLog /var/log/yyy.ai3.net-error_log
  18. CustomLog /var/log/yyy.ai3.net-access_log common
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement