Difference between revisions of "Setup rsyslog"

From rdkwiki
Jump to: navigation, search
(Created page with "== Intro == The steps below will configure a working rsyslog server. The steps assume that you have a (fresh) CentOS 7 server running with a working MySQL server in the networ...")
(No difference)

Revision as of 18:28, 6 November 2016

Intro

The steps below will configure a working rsyslog server. The steps assume that you have a (fresh) CentOS 7 server running with a working MySQL server in the network. ( installation of MySQL)

Apache installation

  • yum install httpd --> install httpd (Apache)
  • systemctl start httpd --> start Apache
  • systemctl enable httpd --> enable Apache at boot

Download and install rsyslog