On Wednesday 05 Oct 2011, Gaurang Aggarwal wrote:
> c/init.d/httpd restart
> Stopping httpd:                                            [FAILED]
> Starting httpd: (13)Permission denied: make_sock: could not bind to
> address [::]:80
> (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
>                                                            [FAILED]

Apache is trying to bind to IPv6 instead of IPv4.  Is that what you 
really want?  If not, try changing your Listen directive from:

  Listen 80

to

  Listen 0.0.0.0:80

Regards,

-- Raj
-- 
Raj Mathur                r...@kandalaya.org      http://kandalaya.org/
       GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves

_______________________________________________
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to