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:
- yum -y install httpd vim sudo unzip mod_ssl
- yum -y install php php-mysql mariadb-server
- Enable and start apache and mariadb (MySQL)
- systemctl start mariadb
- systemctl enable mariadb
- systemctl start httpd
- systemctl enable httpd
- 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