Attempt to install and start Apache, PHP, MySQL descending into chaos

Antoine Busch antoine.busch at gmail.com
Tue Oct 25 15:44:04 UTC 2005


On 10/25/05, Dave M G <martin at autotelic.com> wrote:
>
> So I think I have everything installed, and all I need to do is start
> the services. I tried the following:
> dave at ubuntu1:~$ sudo chmod +x /etc/init.d/apache2
> dave at ubuntu1:~$ /etc/init.d/apache2 start
> * Starting web server (Apache2)... (13)Permission denied: make_sock:
> could not bind to address [::]:80
> no listening sockets available, shutting down
> Unable to open logs
>

You need to start apache as root:

$ sudo /etc/init.d/apache2 start

Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20051025/d2724ba0/attachment.html>


More information about the ubuntu-users mailing list