I would like to close the ssl port (https) at apache server Red Hat 7.2. So when running httpd service, it only http port (80).
But I don't know how to close it.
Could anyone help me for that?
You could look into /etc/httpd/conf/httpd.conf
and look for 'Listen 80' (but then with another number then 80 of course) en put a # for it.
I haven't tried it, but it seems logical to me.
Let me know if it works.
Greetz. Greetz,
It work, I already close the https port at my server. What I do is closing the (give #)Lister 443 port at httpd.conf like what Themuppeteer said.
I think, if give # at <VirtualHost _default_:443>, I will have to give # to other line bellow that, and it will not so simple. But that's for your idea.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.