I installed XAMPP in my Ubuntu version. I start apache with :
sudo /opt/lampp/lampp start
and I read in my console this error:
Another web server is already running
So I think to modify the port's values httpd.conf
and httpd-ssl.conf
,
in details I have mofidy port:
80--->1580 (httpd.conf)
443-->4443 (httpd-ssl.conf)
I closed apache with:
sudo /etc/init.d/apache2 stop
And After I do:
sudo /opt/lampp/lampp start
But I obtain:
[APACHE] Another web server is already running
Anyone can help me?