Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

Apache Server 2.0.6.3 Installation problem

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


ckwoh88 at yahoo

May 7, 2008, 1:38 AM

Post #1 of 5 (119 views)
Permalink
Apache Server 2.0.6.3 Installation problem

Hi,

Good Day! When I tried to install the Apache Server 2.0.6.3 (with no ssl
version) using the msi installer in Windows XP (SP2), I have encountered the
following problem when the installation finished. The message pops up
automatically.

[Error] <OS 2> The system cannot find the file specified. : No installed
service name "Apache2".

I had tried to uninstall and install for many times, but the same problem
encountered.

Can anyone give me a helping hand on this? I am very much appreciate for
your help. Thank you.

Best Regards
Jeff
--
View this message in context: http://www.nabble.com/Apache-Server-2.0.6.3-Installation-problem-tp17100103p17100103.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


wrowe at rowe-clan

May 7, 2008, 12:29 PM

Post #2 of 5 (105 views)
Permalink
Re: Apache Server 2.0.6.3 Installation problem [In reply to]

Jeff88 wrote:
>
> Good Day! When I tried to install the Apache Server 2.0.6.3 (with no ssl
> version) using the msi installer in Windows XP (SP2), I have encountered the
> following problem when the installation finished. The message pops up
> automatically.
>
> [Error] <OS 2> The system cannot find the file specified. : No installed
> service name "Apache2".

The installer was not successful, but that didn't prevent you from having
the software installed.

To try installing an "Apache2" service, in a cmd.exe window,

cd "\program files\apache software foundation\apache2\bin"
apache -k install -n Apache2

and see what messages are displayed.

[.If I have the path above wrong, it's \program files\apache group\...]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


ckwoh88 at yahoo

May 7, 2008, 7:05 PM

Post #3 of 5 (105 views)
Permalink
Re: Apache Server 2.0.6.3 Installation problem [In reply to]

William A. Rowe, Jr. wrote:
>
> Jeff88 wrote:
>>
>> Good Day! When I tried to install the Apache Server 2.0.6.3 (with no ssl
>> version) using the msi installer in Windows XP (SP2), I have encountered
>> the
>> following problem when the installation finished. The message pops up
>> automatically.
>>
>> [Error] <OS 2> The system cannot find the file specified. : No installed
>> service name "Apache2".
>
> The installer was not successful, but that didn't prevent you from having
> the software installed.
>
> To try installing an "Apache2" service, in a cmd.exe window,
>
> cd "\program files\apache software foundation\apache2\bin"
> apache -k install -n Apache2
>
> and see what messages are displayed.
>
> [.If I have the path above wrong, it's \program files\apache group\...]
>
> Thank you for your reply, William. When I tried the command suggested, the
> following message displayed:
>
> <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
>
> What should I do next? Thank you
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>
>

--
View this message in context: http://www.nabble.com/Apache-Server-2.0.6.3-Installation-problem-tp17100103p17117649.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


wrowe at rowe-clan

May 7, 2008, 9:34 PM

Post #4 of 5 (104 views)
Permalink
Re: Apache Server 2.0.6.3 Installation problem [In reply to]

Jeff88 wrote:
>>
>> Thank you for your reply, William. When I tried the command suggested, the
>> following message displayed:
>>
>> <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
>>
>> What should I do next? Thank you

Modify conf/httpd.conf in the httpd tree to a port other than 80...

...or stop the server you already have running (IIS perhaps?)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org


ckwoh88 at yahoo

May 7, 2008, 11:26 PM

Post #5 of 5 (104 views)
Permalink
Re: Apache Server 2.0.6.3 Installation problem [In reply to]

Thank you. You have solved my problem.


William A. Rowe, Jr. wrote:
>
> Jeff88 wrote:
>>>
>>> Thank you for your reply, William. When I tried the command suggested,
>>> the
>>> following message displayed:
>>>
>>> <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
>>>
>>> What should I do next? Thank you
>
> Modify conf/httpd.conf in the httpd tree to a port other than 80...
>
> ...or stop the server you already have running (IIS perhaps?)
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
> " from the digest: users-digest-unsubscribe[at]httpd.apache.org
> For additional commands, e-mail: users-help[at]httpd.apache.org
>
>
>

--
View this message in context: http://www.nabble.com/Apache-Server-2.0.6.3-Installation-problem-tp17100103p17120970.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe[at]httpd.apache.org
" from the digest: users-digest-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: users-help[at]httpd.apache.org

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.