Friday, June 27, 2008

How to start XAMPP service at booting the system

  • XAMPP Installation
  • cd /opt/
    tar xvfz xampp-linux-1.5.0.tar.gz -C /opt

  • Start XAMPP
  • /opt/lampp/lampp start

  • Set XAMPP start, when booting the system
  • ln -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: