Skip to main content

PHP XAMPP APACHE CONTROL START STOP



Open Control panel

sudo  /opt/lampp/share/xampp-control-panel/xampp-control-panel
How to start / stop apache server in xampp

sudo /opt/lampp/lampp start
sudo /opt/lampp/lampp stop

How to change default apache port 80 to another port:

Find the line "Listen 80" in any of these files and change to new port number.

/opt/lampp/etc/httpd.conf
/opt/lampp/etc/original/httpd.
conf

Comments