Code:
<VirtualHost *:80>
ServerAdmin user@email.com
ServerName mybusiness.com
DocumentRoot "/usr/local/www/apache24/mybus"
<Directory />
AllowOverride None
Order allow,deny
allow from all
</Directory>
</VirtualHost>
I'm actually trying to make Apache2.4 listen to 443 and use mail.mybusiness.com goes throw bsd to exchange server.
right now our firewall is directing port 443 to the exchange server and i want to use that port for ssl for our website too. but need to figure how to keep the exchange working too.
maybe I'm looking at this totally wrong. help please