Attempt to install and start Apache, PHP, MySQL descending into chaos
Tim Littlemore
tim at tjl2.com
Tue Oct 25 15:31:00 UTC 2005
Dave M G wrote:
>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'll kick yourself...
You forgot to sudo the apache2 start:
dave at ubuntu1:~$ sudo /etc/init.d/apache2 start
Cheers,
Tim
More information about the ubuntu-users
mailing list