473,473 Members | 2,167 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Cannot install Apache

I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
By running bin\Apache -k install I receive th following message:
<OS 10048>Normalerweise darf jede Socketadresse <Protokoll,
Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
make_sock could not bind to no listening sockets available, shutting
down
Unable to open logs

Any Idea?

Jul 24 '05 #1
6 2431
I get this sometimes due to conflicts with other software I have running at
the same time. Sometimes I simply kill all the other programs, bring up
Apache, then restart those other programs. If that doesn't work try
rebooting.

Hope this helps.

--
Tony Marston

http://www.tonymarston.net
<be*****@coaster.ch> wrote in message
news:11**********************@g43g2000cwa.googlegr oups.com...
I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
By running bin\Apache -k install I receive th following message:
<OS 10048>Normalerweise darf jede Socketadresse <Protokoll,
Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
make_sock could not bind to no listening sockets available, shutting
down
Unable to open logs

Any Idea?

Jul 24 '05 #2
be*****@coaster.ch wrote:
I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
By running bin\Apache -k install I receive th following message:
<OS 10048>Normalerweise darf jede Socketadresse <Protokoll,
Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
make_sock could not bind to no listening sockets available, shutting
down
Unable to open logs

Any Idea?


My german ain't all that, but it seems like it can't bind on the
webserver port (80). You probably have other webserver (IIS?) already
running.

--
http://www.phpforums.nl
Jul 24 '05 #3
Thank you for the tip!!! I deactivated IIS Admin in Services and now it
works! By giving http://localhost I can see the site from Apache: Der
Apache-Webserver is auf dieser Website installiert!
But before, by giving http://localhost, used to appear PHPMyAdmin Site
and now it doesn't. How can I start PHPMyAdmin?

Peter van Schie schrieb:
be*****@coaster.ch wrote:
I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
By running bin\Apache -k install I receive th following message:
<OS 10048>Normalerweise darf jede Socketadresse <Protokoll,
Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
make_sock could not bind to no listening sockets available, shutting
down
Unable to open logs

Any Idea?


My german ain't all that, but it seems like it can't bind on the
webserver port (80). You probably have other webserver (IIS?) already
running.

--
http://www.phpforums.nl


Jul 24 '05 #4
be*****@coaster.ch wrote:
Thank you for the tip!!! I deactivated IIS Admin in Services and now it
works! By giving http://localhost I can see the site from Apache: Der
Apache-Webserver is auf dieser Website installiert!
But before, by giving http://localhost, used to appear PHPMyAdmin Site
and now it doesn't. How can I start PHPMyAdmin?


You don't have to start PHPMyAdmin. It's just a bunch of php scripts, so
you should put them in the right directory. If it used to work with IIS,
it's probably located in the default webroot for IIS, which is:
C:\InetPub\wwwroot.
You should move it to the Apache webroot, which on Windows is default:
C:\Program Files\Apache Group\Apache2\htdocs.

--
http://www.phpforums.nl
Jul 24 '05 #5
I put the whole carpet phpMyAdmin under htdocs, wrote the correct path
(http://localhost/phpMyAdmin/index.php) and now it works. Vielen Dank!!

Peter van Schie schrieb:
be*****@coaster.ch wrote:
Thank you for the tip!!! I deactivated IIS Admin in Services and now it
works! By giving http://localhost I can see the site from Apache: Der
Apache-Webserver is auf dieser Website installiert!
But before, by giving http://localhost, used to appear PHPMyAdmin Site
and now it doesn't. How can I start PHPMyAdmin?


You don't have to start PHPMyAdmin. It's just a bunch of php scripts, so
you should put them in the right directory. If it used to work with IIS,
it's probably located in the default webroot for IIS, which is:
C:\InetPub\wwwroot.
You should move it to the Apache webroot, which on Windows is default:
C:\Program Files\Apache Group\Apache2\htdocs.

--
http://www.phpforums.nl


Jul 24 '05 #6
be*****@coaster.ch wrote:
I put the whole carpet phpMyAdmin under htdocs, wrote the correct path
(http://localhost/phpMyAdmin/index.php) and now it works. Vielen Dank!!


Good that it works now and you're welcome.

--
http://www.phpforums.nl
Jul 24 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Darek | last post by:
Hello, I'm trying to install PHP5. My configure is ../configure --with-apxs=/usr/local/sbin/apxs -- prefix=PREFIX=/usr/local/php5/ --with-mysql --disable-pear then make and make install ...
1
by: mia456789 | last post by:
I hv a mysql 4 run on RH linux server , the default apache service is running , now I want to install the httpd rpm to the server because the ARCserve backup software need to install it first , I...
4
by: ll_42 | last post by:
i reinstalled windows (98), installed apache and extracted the php5 zip file into c:\php. i renamed php.ini-recommended to php.ini and added the following lines to httpd.conf: LoadModule...
8
by: lawrence k | last post by:
I've installed Apache 1.3.36 on my Redhat EL 3 machine. Now I'm trying to install PHP 5.1.4. I can not get the ./configure command to work. I keep getting this error: configure: error: Invalid...
0
by: Theo Kanter | last post by:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lines: 22 Message-ID: <Ca52h.21400$E02.8869@newsb.telia.net> Date: Wed, 01 Nov 2006 17:53:38 GMT...
13
by: nickyeng | last post by:
I have the apache files in my directory: /home/Nick/apache_1.3.33 I have files : Install README apache apache.exe
3
by: amanjsingh | last post by:
Hi, I am trying to implement Java Web Service using Apache Axis2 and Eclipse as a tool. I have created the basic code and deployed the service using various eclipse plugin but when I try to invoke...
1
by: prasankn | last post by:
Hi, I got the below error when i try to load libphp5.so through Apache. I compiled the Apache through the below options. APACHE_COMPILATION ./configure --enable-shared=mod_rewrite...
1
by: mejnoona | last post by:
I apologize for this q in advance as I'm new and just installed apache. I installed the latest version off of apache.org. If I test the configuration by going to test Configuration, the black...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.