On 10/25/05, <b class="gmail_sendername">Dave M G</b> <<a href="mailto:martin@autotelic.com">martin@autotelic.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
        So I think I have everything installed, and all I need to do is start<br>the services. I tried the following:<br>dave@ubuntu1:~$ sudo chmod +x /etc/init.d/apache2<br>dave@ubuntu1:~$ /etc/init.d/apache2 start<br> * Starting web server (Apache2)... (13)Permission denied: make_sock:
<br>could not bind to address [::]:80<br>no listening sockets available, shutting down<br>Unable to open logs<br></blockquote></div><br>
You need to start apache as root:<br>
<br>
$ sudo /etc/init.d/apache2 start<br>
<br>
Antoine<br>