|
Home > Archive > Apache Server configuration support > December 2005 > Apache 2.2 wont listen on Multiple ports
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache 2.2 wont listen on Multiple ports
|
|
| littlepope@gmail.com 2005-12-22, 6:06 pm |
| This is very strange.
I am running apache 2.2 (compiled with gcc and all default params) on
AIX 5.2.0.6 - 64 bit kernel.
I edit the httpd.conf file to listen on two different ports --
Listen 8000
Listen 8001
The server will not start no errors or anything it just accepts the
command but nothing starts.
I can comment out on of the entires and everything starts up just fine
minus the commented out port.
Listen 8000
#Listen 8001
So, my problem is that I cannot get apache to listen on two ports, any
ideas? Has someone else seen this before?
Thanks,
| |
| Davide Bianchi 2005-12-23, 2:52 am |
| On 2005-12-22, littlepope@gmail.com <littlepope@gmail.com> wrote:
> I am running apache 2.2 (compiled with gcc and all default params) on
> AIX 5.2.0.6 - 64 bit kernel.
> The server will not start no errors or anything it just accepts the
> command but nothing starts.
Nothing in the logs either? It could be a bug in the AIX port of Apache,
you sure nothing else is listening on those ports? Did you checked in the
bug lists on apache's web site?
Davide
--
People use dummies for crash-tests. Windows is so difficult they had to
educate the dummies first -- by giving them "Windows for Dummies" books!
-- Ewout Stam
|
|
|
|
|