ravikiran Posted January 23, 2008 Share Posted January 23, 2008 Hai guys, I am new to Apache installation. Though I did installation a few times in my system, now I am facing problem while trying to install Apache 2.2.8 in the web server (- Microsoft Windows Server 2003 R2 - OS Standard Edition) using Remote Desktop Access. I am not ready to use domain right now. I want to install and access through http://IP (lets say IP address is 87.31.219.262) To acheive how should I install Apache? What I should enter in server details (installation screen)? What configuration changes I should make? When I tried to install with I got this error? Installing the Apache2.2 service The Apache2.2 service is successfully installed. Testing httpd.conf.... Errors reported here must be corrected before the service can be started. httpd.exe: Could not reliaby determine the server's fully qualified domain name, using 87.31.219.262 for ServerName (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:80 no listening sockets available, shtting down Unable to open logs Note the errors or messages above, and press the <ESC> key to exit.... httpd.exe: Could not reliable determine the server's fully qualified domain name, using 87.31.219.262 for ServerName (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:80 no listening sockets available, shutting down Unable to open logs Note the errors or messages above, and press the <ESC> key to exit... Please help with installation, Thank you in advance, amiably, Ravi. Quote Link to comment Share on other sites More sharing options...
steviewdr Posted January 24, 2008 Share Posted January 24, 2008 Edit your httpd.conf and put: ServerName: your.ip.address Turn off IIS as it is already bound to port 80. Or if you want apache to use a different port, edit httpd.conf and edit: Listen 80 to Listen 8080 -steve Quote Link to comment Share on other sites More sharing options...
madmax Posted January 24, 2008 Share Posted January 24, 2008 Also, you might be aware that, once "installed" you don't really need to "install" Apache on any subsequent machines. You can simply copy a template install of Apache from a master install. Apache makes very minimal use of the registry particularly if you run in EXE rather than service mode. You can always install service mode afterwards from the command line in any case using apache.exe -k install using batch scripts etc. Apache.exe ... -k start : tell Apache to start -k restart : tell running Apache to do a graceful restart -k stop|shutdown : tell running Apache to shutdown -k install : install an Apache service -k config : change startup Options of an Apache service -k uninstall : uninstall an Apache service Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.