Ubuntu and mod_perl
I tried to incorporate suggestions I've received. After restarting apache2, this is what happened:
tomkane [at] sfq:~$ /etc/init.d/apache2 start
* Starting web server apache2
[Tue May 17 20:12:34 2011] [warn] module perl_module is already loaded, skipping
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[fail
Now apache2 won't even start. It's not as if my network address is gone because I see it's still there at boot time. I'm going a little daft now. It's not as if I haven't seen a message like this before, but I've forgotten what to do about it. Any suggestions?
Once again, I want to thank everyone for their suggestions.
Tom
Re: Ubuntu and mod_perl
you have compiled and installed one apache, and you made it start at boot t=
ime,
you must disable it or remove it ( do not let it start at boot time )
2011/5/18 Tom Kane <t.kane [at] mindspring.com>:
> I tried to incorporate suggestions I've received. After restarting apache=
2, this is what happened:
>
>
> tomkane [at] sfq:~$ /etc/init.d/apache2 start
> =C2=A0* Starting web server apache2
> [Tue May 17 20:12:34 2011] [warn] module perl_module is already loaded, s=
kipping
> (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
> no listening sockets available, shutting down
> Unable to open logs
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 [fail
>
>
> Now apache2 won't even start. It's not as if my network address is gone b=
ecause I see it's still there at boot time. I'm going a little daft now. It=
's not as if I haven't seen a message like this before, but I've forgotten =
what to do about it. Any suggestions?
>
> Once again, I want to thank everyone for their suggestions.
>
> Tom
>
Re: Ubuntu and mod_perl
On Tue, May 17, 2011 at 8:25 PM, silent <silent2600 [at] gmail.com> wrote:
> you have compiled and installed one apache, and you made it start at boot=
time,
> you must disable it or remove it ( do not let it start at boot time )
>
> 2011/5/18 Tom Kane <t.kane [at] mindspring.com>:
>> I tried to incorporate suggestions I've received. After restarting apach=
e2, this is what happened:
>>
>>
>> tomkane [at] sfq:~$ /etc/init.d/apache2 start
>> =A0* Starting web server apache2
>> [Tue May 17 20:12:34 2011] [warn] module perl_module is already loaded, =
skipping
>> (13)Permission denied: make_sock: could not bind to address 0.0.0.0:80
sudo /etc/init.d/apache2 start
(or restart if already running)