Difference between revisions of "CentOS 7.x rconfig"
From Notes_Wiki
m |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x Web Based Tools|Web Based Tools]] > [[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:
- 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