CentOS 7.x rconfig

From Notes_Wiki
Revision as of 07:17, 12 June 2017 by Saurabh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<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. Use /home/rconfig/www/install/httpd.conf7.new as new httpd.conf for apache 2.4+
  3. yum -y install php php-mysql mariadb-server
  4. Enable and start apache and mariadb (MySQL)
    systemctl start mariadb
    systemctl enable mariadb
    systemctl start httpd
    systemctl enable httpd