Difference between revisions of "CentOS 7.x rconfig"

From Notes_Wiki
m
m
 
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_Web_Based_Tools|CentOS 7.x Web Based Tools</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Web Based Tools|Web Based Tools]] > [[CentOS 7.x rconfig]]
=CentOS 7.x rconfig=


To setup rconfig on CentOS 7.x use following steps:
To setup rconfig on CentOS 7.x use following steps:
Line 13: Line 12:
#:</pre>
#:</pre>
# 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+
# 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+
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Web Based Tools|Web Based Tools]] > [[CentOS 7.x rconfig]]

Latest revision as of 09:31, 25 August 2022

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