Jump to content

Lampp commands line reference with example


DevOpsSchool

Recommended Posts

List of all command with options for /opt/lampp/lampp


sudo /opt/lampp/lampp start            # Start XAMPP (Apache, MySQL, and any other services included)
sudo /opt/lampp/lampp stop             # Stop XAMPP
sudo /opt/lampp/lampp restart          # Restart XAMPP
sudo /opt/lampp/lampp startapache      # Start only the Apache service
sudo /opt/lampp/lampp stopapache       # Stop the Apache service
sudo /opt/lampp/lampp startmysql       # Start only the MySQL/MariaDB service
sudo /opt/lampp/lampp stopmysql        # Stop the MySQL/MariaDB service
sudo /opt/lampp/lampp startftp         # Start the ProFTPD service
sudo /opt/lampp/lampp stopftp          # Stop the ProFTPD service
sudo /opt/lampp/lampp security         # Run a simple security check script
sudo /opt/lampp/lampp enablessl        # Enable SSL support for Apache
sudo /opt/lampp/lampp disablessl       # Disable SSL support for Apache
sudo /opt/lampp/lampp backup           # Create a simple backup of your XAMPP configuration, data, and logs
sudo /opt/lampp/lampp status           # Show status of XAMPP services
sudo /opt/lampp/lampp reload           # Reload XAMPP (Apache and MySQL reload configuration without stopping the server)
sudo /opt/lampp/lampp reloadapache     # Reload only the Apache service
sudo /opt/lampp/lampp reloadmysql      # Reload only the MySQL/MariaDB service
sudo /opt/lampp/lampp reloadftp        # Reload the ProFTPD service
sudo /opt/lampp/lampp enablephpmyadmin # Enable phpMyAdmin access from network (modify permissions)
sudo /opt/lampp/lampp disablephpmyadmin# Disable phpMyAdmin access from network
sudo /opt/lampp/lampp phpstatus        # Show PHP status (e.g., for checking PHP-FPM status)
sudo /opt/lampp/lampp clean            # Clean XAMPP (clears temporary files and logs)

The post Lampp commands line reference with example appeared first on DevOpsSchool.com.

View the full article

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...