This is a discussion on Kill port 443 within the Apache Web Server forums, part of the Web Server and Related Forums category; Hello All, I'm running RedHat 8.0 and Apache 2.0.40. *Very* little customization of /etc/httpd/httpd....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello All,
I'm running RedHat 8.0 and Apache 2.0.40. *Very* little customization of /etc/httpd/httpd.conf. # cat /etc/httpd/httpd.conf | grep Listen shows I've only configured it to listen on port 80. # netstat -an shows that port 443 is open for all interfaces, although it's not listening. When I nmap my server from another machine, I see that port 443 is open. How can I make Apache *not* load mod-ssl, or *not* open ort 443? This is not a *huge* issue, it's just for my education. Thanks, Charles |
|
|||
|
>I've already tried that. Refer to my original post where I say:
># cat /etc/httpd/httpd.conf | grep Listen >The only thing that came back was: >Listen:80 >I think it's got something to do with mod_ssl loading. > httpd.conf probably includes ssl.conf grep that one and see what you find. Regards Kevin |
|
|||
|
"Kevin News Withnall" <kevin_news@ilb.com.au> wrote in message
news:82nshv47fmku63epg8eqktgtdmq5b9mclj@4ax.com... > >I've already tried that. Refer to my original post where I say: > ># cat /etc/httpd/httpd.conf | grep Listen > >The only thing that came back was: > >Listen:80 > >I think it's got something to do with mod_ssl loading. > > > > httpd.conf probably includes ssl.conf > > grep that one and see what you find. BINGO! Thanks, Kevin |