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,
Answer Posted / sagi
try setting environment flag:
ac_cv_o_nonblock_inherited=no
just before running configure...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to get support for apache web server if something wrong?
What is apache tomcat server used for?
What is virtual hosting?
How to use apache web server linux?
What is apache and how does it work?
what is difference between static module & dynamic module in apache?
What do you mean by a servername directive?
What is the typical log file size per 10k requests in an apache web server?
What is loadmodule in apache?
What is mod_security in apache?
How to install apache web server?
Is apache a company?
What is the difference between httpd and apache?
How to ensure web server is getting started after server reboot?
How can you start a apache server with different configurition ( other that httpd.conf)?