Understanding vhosts settings
- by Matt
Ok so i have a server and I want to put a few applications on and i am having vhost configuration problems. Here is what i have and I want some direction on what i am doing wrong...ok so the first file is /etc/apache2/ports.conf
NameVirtualHost 184.106.111.142:80
Listen 80
<IfModule mod_ssl.c>
Listen 443
</IfModule>
<IfModule…