Jump to content

Apache installation in remote server


ravikiran

Recommended Posts

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.

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.