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 / vamsee

apache is a server.we can run each server in unique listen
port so we are unable to run same server in two different
ports.but u can run on different unique ports.
in apache webserver u change that in httpd.conf listen
port to 8080 (default is 80).that listen port belongs to
http port for reciving requests and send responces.so
please try to understand that which port belongs to which
one.

thank you.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which module is required to enable ssl?

692


Is apache the best web server?

623


Where is apache web server located in data center location?

678


How do I start apache on centos?

689


Do I need programming skills to install apache in my system?

642






What is apache used for?

616


How to put log level in debug mode?

659


How to run php/ruby with apache?

658


Is apache an operating system?

652


How to enable php scripts on your server?

662


Can you record all the cookies sent to your server by clients in web server logs?

716


Which tool you have used for apache benchmarking?

700


If you have to more than one url map to the same directory but you don’t have multiple alias directives. What you will do?

610


How to use strings with whitespaces in RewriteRule's ENV flag?

1883


If you have added "loglevel debug" in httpd.conf file, than what will happen?

641