Re: Ubuntu and mod_perl

Re: Ubuntu and mod_perl

am 18.05.2011 02:25:59 von silent

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 :
> I tried to incorporate suggestions I've received. After restarting apache=
2, this is what happened:
>
>
> tomkane@sfq:~$ /etc/init.d/apache2 start
>  * 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                     =
          [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

am 18.05.2011 02:50:38 von Jeff Trawick

On Tue, May 17, 2011 at 8:25 PM, silent 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 :
>> I tried to incorporate suggestions I've received. After restarting apach=
e2, this is what happened:
>>
>>
>> tomkane@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)

Ubuntu and mod_perl

am 19.05.2011 00:05:44 von Tom Kane

I tried to incorporate suggestions I've received. After restarting apache2, this is what happened:


tomkane@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