Link to home
Start Free TrialLog in
Avatar of beer9
beer9Flag for India

asked on

How to run a apache server which would listen on both port 80 and 443

I would like to configure a apache server which would listen on both the port 80 and 443 and and later I can rewrite or redirect all the port 80 request to port 443 for HTTPS protocol communications
Avatar of gheist
gheist
Flag of Belgium image

Usually when you install mod_ssl it goes on to listen on :443
Avatar of beer9

ASKER

so If I install mod_ssl then web server will automatically listen on both the port number, 80 & 443?
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of beer9

ASKER

sorry, I still did not get it. I am assuming I can put "Listen 80" in main configuration and in the <VirtualHost> block I can define 443? so this way my apache instance will listen on both port 80 and 443?
Avatar of beer9

ASKER

gheist, appreciate if you can confirm my above mentioned theory. Am I right?
it is usually called ssl.conf or mod_ssl.conf
You need to have SSLEngine enabled in virtual hosts on that port.