Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Kill port 443

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Php Include Problem  
Author Message
user2388

External


Since: Jul 22, 2003
Posts: 13



(Msg. 1) Posted: Tue Jul 22, 2003 5:29 pm
Post subject: Kill port 443
Archived from groups: alt>apache>configuration (more info?)

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

 >> Stay informed about: Kill port 443 
Back to top
Login to vote
ian4

External


Since: Jul 30, 2003
Posts: 35



(Msg. 2) Posted: Wed Jul 23, 2003 12:38 am
Post subject: Re: Kill port 443 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Whilst lounging around on Tue, 22 Jul 2003 14:29:35 -0500, "Charles
Howse" <me.TakeThisOut@privacy.net> amazingly managed to produce the following
with their Etch-A-Sketch:

 > 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
 >


Check for 'Listen' directives in httpd.conf. You might find:


Listen: 443


If so, comment it out:


# Listen: 443


restart Apache and it might cure your problem =)



HTH.



Regards,

Ian

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0

iQA/AwUBPx2u1Gfqtj251CDhEQI7JACeMP6ps6ZI6tDjqnurSdDbmik9RRYAoLjd
nK0MH0+flbSxXivEBNhW/rCS
=WtLs
-----END PGP SIGNATURE-----

--
Ian.H [Design & Development]
digiServ Network - Web solutions
<a style='text-decoration: underline;' href="http://www.digiserv.net" target="_blank">www.digiserv.net</a> | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Kill port 443 
Back to top
Login to vote
user2388

External


Since: Jul 22, 2003
Posts: 13



(Msg. 3) Posted: Wed Jul 23, 2003 12:38 am
Post subject: Re: Kill port 443 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Ian.H [dS]" <ian.RemoveThis@WINDOZEdigiserv.net> wrote in message
news:kkbrhvkc90isj99p610vb2k90bklie23o7@4ax.com...
 > -----BEGIN PGP SIGNED MESSAGE-----
 > Hash: SHA1
 >
 > Whilst lounging around on Tue, 22 Jul 2003 14:29:35 -0500, "Charles
 > Howse" <me.RemoveThis@privacy.net> amazingly managed to produce the following
 > with their Etch-A-Sketch:
 >
  > > 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
  > >
 >
 >
 > Check for 'Listen' directives in httpd.conf. You might find:
 >
 >
 > Listen: 443
 >
 >
 > If so, comment it out:
 >
 >
 > # Listen: 443

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.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Kill port 443 
Back to top
Login to vote
kevin_news

External


Since: Jul 01, 2003
Posts: 2



(Msg. 4) Posted: Wed Jul 23, 2003 10:59 pm
Post subject: Re: Kill port 443 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 >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<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Kill port 443 
Back to top
Login to vote
user2388

External


Since: Jul 22, 2003
Posts: 13



(Msg. 5) Posted: Wed Jul 23, 2003 10:59 pm
Post subject: Re: Kill port 443 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Kevin News Withnall" <kevin_news.RemoveThis@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<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Kill port 443 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Rewrite to another Port - Hi, can somebody tell me how to make a ReWrite Rule for changing port ? Example: User calls sub.domain.com and rewrite should go to sub.domain.com:82 ? Thanks for your help. Bye, Fabian
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]