I have looked for solutions to this problem.... if you are looking for it then here is the one which worked for me...
If your terminal says that “XAMPP: Another web server daemon is already Running“ then it is may be a case that u have installed apache while installing some tools... so stop the apache server with the following lines of code and restart xampp..
sudo /etc/init.d/apache2 stop
and then restart xampp
sudo /opt/lampp/lampp start
One other way though i did'n get this but it may work if some other services are running on port number 80.
netstat -an grep -w 80
This will show the services running on port number 80 and stop that service by going to system->administrator->system monitor.
Source:Internet
If your terminal says that “XAMPP: Another web server daemon is already Running“ then it is may be a case that u have installed apache while installing some tools... so stop the apache server with the following lines of code and restart xampp..
sudo /etc/init.d/apache2 stop
and then restart xampp
sudo /opt/lampp/lampp start
One other way though i did'n get this but it may work if some other services are running on port number 80.
netstat -an grep -w 80
This will show the services running on port number 80 and stop that service by going to system->administrator->system monitor.
Source:Internet
No comments:
Post a Comment