Click to See Complete Forum and Search --> : Installed apache2.2.8 but failed to test


无聊人
05-13-2008, 06:10 AM
I downloaded apache_2.2.8-win32-x86-openssl-0.9.8g from http://httpd.apache.org/ and install it on my pc . When I press the "start" , a message came out :


httpd.exe : Could not reliably determine the server's fully qualified domain name,using 169.254.53.164 for Server Name
<OS 10048>Only one usage of each socket address <protocol/network address/port> is normally permitted. : make_sock : could not bind to address 0.0.0.0:8080 no listening sockets available, shutting down
Unable to open logs
Note the errors or messages above, and press the <esc> key to exit.



Then, I type"http://localhost/" ,but IE showed"The page cannot be displayed".


In addition, I enter my server's information :

Network Domain:
qixidi.com

Server Name:
www.qixidi.com

Administrator's Email Address:
webamaster@qixidi.com

Install Apache HTTP Server 2.2 programs and shortcuts for:
for All User, on Port 80, as a Service --Recommended.

Can I enter these informations randomly?

malbera
05-13-2008, 08:11 AM
It seems that apache tries to bind to port 8080 and that port is already in use. Edit your httpd.conf and check if you have some other server listening on that port.
You can try to change in httpd.conf the port, put 81 for instance, and try to start it again.

无聊人
05-13-2008, 10:26 AM
It seems that apache tries to bind to port 8080 and that port is already in use. Edit your httpd.conf and check if you have some other server listening on that port.
You can try to change in httpd.conf the port, put 81 for instance, and try to start it again.

Someone already using "qixidi.com".
Will that affect my installation?
maybe I should try using a better name.

laserlight
05-13-2008, 10:29 AM
I think you should change "qixidi.com" to "localhost".

无聊人
05-13-2008, 10:34 AM
I think you should change "qixidi.com" to "localhost".

Edit the Apache httpd.conf Configuration File?