PDA

View Full Version : Apache startup error


Zigster
28-12-2007, 11:25
Hello folks,

I'm trying to setup an apache on my box with Oleg's FW.

startup throws this message:

[Fri Dec 28 11:10:23 2007] [crit] (99)Protocol not available: make_sock: for address [::]:800, apr_socket_opt_set: (IPV6_V6ONLY)

Can become wiser from this message, but perhaps one of you guys know how to interpret this ?

Are there any more prerequisites necessary to run the apache ?

Thanx for hints

Zigster

Zigster
28-12-2007, 20:19
Following ifconfig, I discovered, that localhost is not running on IPv6:

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MULTICAST MTU:16436 Metric:1
RX packets:508949 errors:0 dropped:0 overruns:0 frame:0
TX packets:508949 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:43522707 (41.5 MiB) TX bytes:43522707 (41.5 MiB)

Could this be the reason, why Apache is confused ??:confused:

Zigster

Zigster
28-12-2007, 23:15
Hi folks,

just to let you know:

Add:

Listen 0.0.0.0:8080

to your httpd.conf to avoid problems with ipv6, this forces the use of ipv4.

In any case it is always handy to search the manual ;-)

Zigster