Advertisement
Guest User

adilson

a guest
Nov 28th, 2009
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Vserver1:
  2. $apach2ctl -S
  3. VirtualHost configuration:
  4. wildcard NamVirtualHosts and _default_servers:
  5. *:* is a NameVirtualHost
  6. default server website-foo.com (/etc/apache2/sites-enabledd/000-default:2)
  7. Port * namevhost website-foo.com (/etc/apache2/sites-enabled/000-default:2
  8. port * namevhost www.website-foo.com (/etc/apache2/sites-enabled/website-foobar.com
  9. Syntax OK
  10.  
  11. Vserver2:
  12.  
  13. $apach2ctl -S
  14. VirtualHost configuration:
  15. wildcard NamVirtualHosts and _default_servers:
  16. *:* website-foo.com (/etc/apache2/sites-enabled/000-default:2)
  17. *:* www.website-foo.com (/etc/apache2/sites-enabled/website-foo.com:2)
  18. Syntax OK
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement