Difference between revisions of "CentOS 7.x rconfig"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_Web_Based_Tools|CentOS 7.x Web Based Tools</yambe:breadcrumb> =CentOS 7.x rconfig= To setup rconfig on CentOS 7.x use following steps: # yum -y i...")
 
m
Line 4: Line 4:
To setup rconfig on CentOS 7.x use following steps:
To setup rconfig on CentOS 7.x use following steps:
# yum -y install httpd vim sudo unzip mod_ssl
# yum -y install httpd vim sudo unzip mod_ssl
# Use /home/rconfig/www/install/httpd.conf7.new as new httpd.conf for apache 2.4+
# yum -y install php php-mysql mariadb-server
# yum -y install php php-mysql mariadb-server
# Enable and start apache and mariadb (MySQL)
# Enable and start apache and mariadb (MySQL)
Line 13: Line 12:
#::      systemctl enable httpd
#::      systemctl enable httpd
#:</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+

Revision as of 07:18, 12 June 2017

<yambe:breadcrumb>CentOS_7.x_Web_Based_Tools|CentOS 7.x Web Based Tools</yambe:breadcrumb>

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+