Setup rsyslog

From rdkwiki
Revision as of 18:28, 6 November 2016 by Rob (talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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