How to Install LAMP on openSUSE Tubmbleweed Gnu/Linux

November 11, 2019 | By the+gnu+linux+evangelist.

Getting Started

  1. 3. Starting

    Starting & Possibly Enabling Apache.

    sudo systemctl start httpd.service

    To Get it Started at boot:

    sudo systemctl enable httpd.service
  2. 4. Testing LAMP

    To Test LAMP Istallation
    Making the Php info File:

    sudo nano /var/www/html/test.php

    Append:

    <?php
    phpinfo();
    

    Ctrl+x to Save & Exit from nano editor :)
    Check on Browser at:
    http://localhost/test.php
    LAMP Installation on openSUSE PHP Info

Contents


QuickChic Theme • Powered by WordPress