Jump to content

Search the Community

Showing results for tags 'lampp'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • General Discussion
    • Artificial Intelligence
    • DevOpsForum News
  • DevOps & SRE
    • DevOps & SRE General Discussion
    • Databases, Data Engineering & Data Science
    • Development & Programming
    • CI/CD, GitOps, Orchestration & Scheduling
    • Docker, Containers, Microservices, Serverless & Virtualization
    • Infrastructure-as-Code
    • Kubernetes & Container Orchestration
    • Linux
    • Logging, Monitoring & Observability
    • Security, Governance, Risk & Compliance
  • Cloud Providers
    • Amazon Web Services
    • Google Cloud Platform
    • Microsoft Azure

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


LinkedIn Profile URL


About Me


Cloud Platforms


Cloud Experience


Development Experience


Current Role


Skills


Certifications


Favourite Tools


Interests

Found 1 result

  1. 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
  • Forum Statistics

    43.9k
    Total Topics
    43.5k
    Total Posts
×
×
  • Create New...