Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #APACHE VHOST CONFIG#
- NameVirtualHost *:80
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot /var/www/html
- ServerName DEFAULT
- ErrorLog logs/default-error_log
- CustomLog logs/default-access_log combined
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot /var/www/vhosts/vhost_404/jebcraft.com
- ServerName jebcraft.com
- ServerAlias www.jebcraft.com dw20.jebcraft.com mindcrack.jebcraft.com
- ErrorLog logs/jebcraft.com-error_log
- CustomLog logs/jebcraft.com-access_log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement