Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "/srv/http/test1.ru/public_html"
- ServerName test1.ru
- ServerAlias www.test1.ru
- ErrorLog "/srv/http/test1.ru/error_log"
- CustomLog "/srv/http/test1.ru/access_log" common
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot "/srv/http/localhost/public_html"
- ServerName localhost
- ErrorLog "/srv/http/localhost/error_log"
- CustomLog "/srv/http/localhost/access_log" common
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement