Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
> sarta53 wrote: > > > > there is no /etc/httpsd directory, and there is no https.conf anywhere on > > my > system. > Look in the /etc/apache directory for sub-directories. > In one of those, there is certainly a file that contains a line like > Listen 443 > > That file is probably "Include"-

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread André Warnier
sarta53 wrote: there is no /etc/httpsd directory, and there is no https.conf anywhere on my system. Look in the /etc/apache directory for sub-directories. In one of those, there is certainly a file that contains a line like Listen 443 That file is probably "Include"-d in your main httpd.con

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
> sarta53 wrote: > > How do I prevent apache from binding to port 443? I want incoming port 443 > available for ssh logins and HTTPS support is not needed so only want apache > to > bind to port 80 > > > > My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet > netstat rev

Re: [us...@httpd] How to change https port from 443

2008-12-31 Thread J. Greenlees
sarta53 wrote: > How do I prevent apache from binding to port 443? I want incoming port 443 > available for ssh logins and HTTPS support is not needed so only want apache > to bind to port 80 > > My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet > netstat reveals it bin

[us...@httpd] How to change https port from 443

2008-12-31 Thread sarta53
How do I prevent apache from binding to port 443? I want incoming port 443 available for ssh logins and HTTPS support is not needed so only want apache to bind to port 80 My /etc/apache/httpd.conf has port 80, but no mention of 443 anywhere, yet netstat reveals it binding to port 443. Alterna