I am trying to install phpUnit to work together with the zend framework. I followed this tutorial step by step Click here for tutorial
In step 9 it is required to restart apache. And when i restarted i got the following error:
/etc/init.d/apache2 restart
* Restarting web server apache2 [Thu Dec 31 10:39:42 2009] [warn] The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier Alias.
[Thu Dec 31 10:39:42 2009] [warn] The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier Alias.
(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
[fail]
I am not sure how to solve this problem. Can anyone help me along?
Try running it as root, or doing
sudo /etc/init.d/apache2 restart
.http://wiki.apache.org/httpd/CouldNotBindToAddress
Furthermore, the start-up error suggests that you have overlapping definitions for an Alias, which you should fix.