Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Use name-based virtual hosting.
- #
- NameVirtualHost *:80
- #
- # NOTE: NameVirtualHost cannot be used without a port specifier
- # (e.g. :80) if mod_ssl is being used, due to the nature of the
- # SSL protocol.
- #
- #
- # VirtualHost example:
- # Almost any Apache directive may go into a VirtualHost container.
- # The first VirtualHost section is used for requests without a known
- # server name.
- #
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot /var/www/andyrench.com/public_html
- ServerName andyrench.com
- ErrorLog /var/www/andyrench.com/error.log
- CustomLog /var/www/andyrench.com/requests.log common
- </VirtualHost>
- <VirtualHost *:80>
- ServerAdmin [email protected]
- DocumentRoot /var/www/believedbehavior.com/public_html
- ServerName believedbehavior.com
- ErrorLog /var/www/believedbehavior.com/error.log
- CustomLog /var/www/believedbehavior.com/requests.log common
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement