This is a discussion on Apache Listening on 443 only within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I configured the httpd.conf file on a brand new install of RH 9 machine and found that Apache ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I configured the httpd.conf file on a brand new install of RH 9 machine and found that Apache is listening on port 443 only, what could be the cause of this? I tried to change the Listen directive and that didn't seem help. Thanks, Yang |
|
|||
|
I noticed this was a problem with the default /etc/httpd/conf.d/ssl.conf in
Red Hat 8 There is a listen directive in that file: Listen 443, that overrides the setting in httpd.conf I just commented it out of the file and changed httpd.conf to say Listen 80 443, but maybe it would have been better to just change the ssl.conf to say that. I hope that helps. "Yang Xiao" <yxiao@panix.com> wrote in message news:674d27b7.0307300653.5ecf2ace@posting.google.c om... > Hi, > I configured the httpd.conf file on a brand new install of RH 9 > machine and found that Apache is listening on port 443 only, what > could be the cause of this? > I tried to change the Listen directive and that didn't seem help. > > Thanks, > > > Yang -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =----- |
|
|||
|
Oops, I recalled incorrectly... Listen only takes one directive. I found a
Listen directive in both config files and both work. Maybe your Listen directive was commented out of httpd.conf... "Aaron Lance" <alance@jmiassociates.com> wrote in message news:3f27f6c5$1_5@corp.newsgroups.com... > I noticed this was a problem with the default /etc/httpd/conf.d/ssl.conf in > Red Hat 8 > > There is a listen directive in that file: Listen 443, that overrides the > setting in httpd.conf > > I just commented it out of the file and changed httpd.conf to say Listen 80 > 443, but maybe it would have been better to just change the ssl.conf to say > that. > > I hope that helps. > > > "Yang Xiao" <yxiao@panix.com> wrote in message > news:674d27b7.0307300653.5ecf2ace@posting.google.c om... > > Hi, > > I configured the httpd.conf file on a brand new install of RH 9 > > machine and found that Apache is listening on port 443 only, what > > could be the cause of this? > > I tried to change the Listen directive and that didn't seem help. > > > > Thanks, > > > > > > Yang > > > > > -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- > http://www.newsfeeds.com - The #1 Newsgroup Service in the World! > -----== Over 80,000 Newsgroups - 16 Different Servers! =----- -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 80,000 Newsgroups - 16 Different Servers! =----- |