PHP

  • Build WebServer on Centos 7

    Build WebServer on Centos 7

    LAMP (Linux, Apache, MySQL, PHP) In this guide, we will walk through installing all of these components (except for Linux, which is already installed as your OS when you create the server). Install Apache Install MySQL Install PHP Update Firewall #sudo firewall-cmd –permanent –zone=public –add-service=http #sudo firewall-cmd –permanent –zone=public –add-service=https #sudo firewall-cmd –reload   Test…

    More Details: Build WebServer on Centos 7