httpd

Joe Orton jorton at redhat.com
Tue Dec 9 11:33:09 UTC 2003


On Tue, Dec 09, 2003 at 10:25:58PM +1100, 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,

"rpm --erase mod_ssl" is the simplest solution if you don't want
HTTP-over-SSL support.

joe





More information about the fedora-devel-list mailing list