1. installation

yum install http://d01cid.ddns.net/sharel/img/websyslog/websyslog-3.50-el6.noarch.rpm

2. configuration

cube /opt/websyslog/etc/websyslog.conf 'db_type="0"' with 'db_type="2"'
cube /opt/websyslog/etc/websyslog.conf 'mysql_server="srv100.cid.net"' with 'mysql_server="localhost"'
cube /opt/websyslog/etc/websyslog.conf 'mysql_userid="logusr"' with 'mysql_userid="root"'
vi /etc/httpd/conf.d/websyslog.conf
#
Alias /websyslog "/opt/websyslog/"
<Directory "/opt/websyslog/">
  Options Indexes MultiViews FollowSymlinks
  AuthType Basic
  AllowOverride none
  Require all granted
</Directory>
systemctl reload httpd.service