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...")
 
m
Line 3: Line 3:
  
 
== Apache installation ==
 
== Apache installation ==
* '''yum install httpd''' --> install httpd (Apache)
+
You can find how to install the Apache web-server here: [Installing Apache webserver]
* '''systemctl start httpd''' --> start Apache
 
* '''systemctl enable httpd''' --> enable Apache at boot
 
  
 
== Download and install rsyslog ==
 
== Download and install rsyslog ==

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

You can find how to install the Apache web-server here: [Installing Apache webserver]

Download and install rsyslog