skip to main |
skip to sidebar
How to start XAMPP service at booting the system
XAMPP Installationcd /opt/
tar xvfz xampp-linux-1.5.0.tar.gz -C /opt
Start XAMPP
/opt/lampp/lampp start
Set XAMPP start, when booting the systemln -s /opt/lampp/lampp /etc/rc.d/rc3.d/S99lampp
ln -s /opt/lampp/lampp /etc/rc.d/rc4.d/S99lampp
ln -s /opt/lampp/lampp /etc/rc.d/rc5.d/S99lampp
No comments:
Post a Comment