CentOS 7.x rconfig

From Notes_Wiki

Home > CentOS > CentOS 7.x > Web Based Tools > CentOS 7.x rconfig

To setup rconfig on CentOS 7.x use following steps:

  1. yum -y install httpd vim sudo unzip mod_ssl
  2. yum -y install php php-mysql mariadb-server
  3. Enable and start apache and mariadb (MySQL)
    systemctl start mariadb
    systemctl enable mariadb
    systemctl start httpd
    systemctl enable httpd
  4. Use most steps from Rconfig as it is with a difference that /home/rconfig/www/install/httpd.conf7.new should be used as new httpd.conf for apache 2.4+



Home > CentOS > CentOS 7.x > Web Based Tools > CentOS 7.x rconfig