Advertisement
Guest User

Untitled

a guest
Mar 9th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. root@server:/etc/apache2/sites-available# ls
  2. default default-ssl www.forgym.tk www.somgeodet.tk
  3. root@server:/etc/apache2/sites-available#
  4.  
  5.  
  6.  
  7. root@server:/etc/apache2/conf.d# cat virtual.conf
  8. NameVirtualHost *:80
  9. <VirtualHost *:80>
  10. DocumentRoot /var/www/www.forgym.tk/
  11. ServerName forgym.tk
  12. </VirtualHost>
  13.  
  14. <VirtualHost *:80>
  15. DocumentRoot /var/www/www.somgeodet.tk/
  16. ServerName somgeodet.tk
  17. </VirtualHost>
  18. root@server:/etc/apache2/conf.d#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement