httpd

Doncho N. Gunchev mr700 at globalnet.bg
Thu Dec 11 16:07:44 UTC 2003


On Tuesday 09 December 2003 13:25, Daniel Hedlund wrote:
> On Tue, 2003-12-09 at 22:10, Mako Gabor wrote:
> > Hi!
> >
> > Why does the httpd run on port 443 and 80 by default? I cannot stop the
> > port 443. It is bug or feature? :)
> > There is not the port 443 in the httpd.conf still listen on port 443.
>
> Port 443 is when you have https (secure http) enabled.  Port 80 is plain
> http.  To disable SSL support (remove https), edit your
> /etc/httpd/conf.d/ssl.conf file.  I'm not sure exactly which bits to
> comment out, but I think if you comment out the "LoadModule ..." line
> toward the top and "SSLEngine ..." line somewhere around 112, that
> should stop it.  Alternatively, just comment everything out or move the
> ssl.conf file from the conf.d directory.  Cheers,
>
> Daniel

mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf.disabled
should work too ;) - in case you change your mind later...

-- 
Regards,
  Doncho N. Gunchev





More information about the devel mailing list