Difference between revisions of "Setup rsyslog"

From rdkwiki
Jump to: navigation, search
Line 1: Line 1:
 
== Intro ==
 
== 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. ([[Installing_MySQL_on_CentOS_7 | installation of MySQL]])
+
The steps below will configure a working rsyslog server. The steps assume that you have a (fresh) CentOS 7 server running.
 +
 
 +
== MySQL installation ==
 +
You can find how to install the MySQL database-server here: ([[Installing_MySQL_on_CentOS_7 | installing MySQL]])
  
 
== Apache installation ==
 
== Apache installation ==

Revision as of 18:33, 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.

MySQL installation

You can find how to install the MySQL database-server here: ( installing MySQL)

Apache installation

You can find how to install the Apache webserver here: Installing Apache webserver

Download and install rsyslog