Page 1 of 1

Apache doesn't start

PostPosted: 20. January 2010 09:28
by Madmax11
Hello everyone.

I'm new here. Yesterday I installed XAMPP Windows 1.7.3. and everything worked ok. But today i cannot start Appache in XAMPP Control Panel (can't get green RUNNING) but can start MySql.

I have Windows XP Home.

I got this error:
[Wed Jan 20 09:07:08 2010] [crit] (EAI 11001)APR does not understand this error code: alloc_listener: failed to set up sockaddr for ::
Syntax error on line 46 of C:/XAMPP/apache/conf/httpd.conf:
Listen setup failed

Not changed nothing in httpd.conf.

line 46 in httpd.conf:
Listen [::]:80

Only what is changed from yesterday to today is my IP address. I not have static IP. Do I need static IP to Appache run?


Can anyone help me to start Appache?
Greetings

Re: Apache doesn't start

PostPosted: 20. January 2010 09:45
by Izzy
:?:

Re: Apache doesn't start

PostPosted: 20. January 2010 10:00
by Wiedmann
Only what is changed from yesterday to today is my IP address.

I guess you have also changed (or disabled) the settings for your IPv6 address.

Can anyone help me to start Appache?

Start "setup_xampp.bat" and change to "enable IPv4 only" (5 + enter). Restart Apache.

Re: Apache doesn't start

PostPosted: 20. January 2010 10:17
by Madmax11
Wiedmann wrote:
Only what is changed from yesterday to today is my IP address.

I guess you have also changed (or disabled) the settings for your IPv6 address.

Can anyone help me to start Appache?

Start "setup_xampp.bat" and change to "enable IPv4 only" (5 + enter). Restart Apache.


Yes, that was the problem. Apache is working now.

Thank you very much for help.

PROBLEM SOLVED