Advertisement
Guest User

LET Windows Apache jebat_ks

a guest
May 14th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. <VirtualHost *:80>
  2.     ServerAdmin abc@example.com
  3.     DocumentRoot "C:/webroot"
  4.     ServerName 135.example.com
  5.     <Directory "C:/webroot/sub1/">
  6.         Options FollowSymLinks
  7.         AllowOverride None
  8.         Order allow,deny
  9.         Allow from all
  10.     </Directory>
  11.  
  12. </VirtualHost>
  13. <VirtualHost *:80>
  14.     ServerAdmin abc@example.com
  15.     DocumentRoot "C:/webroot2"
  16.     ServerName 123.example.com
  17. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement