[Check_mk (English)] How to view the graphs on Master using Slaves

Hi @andreas-doehler

Thanks for your answer, I try to set the rule for Apache as same as the documentation:

in the pad: /etc/httpd/conf.d/check_mk_proxy.conf

slave1>
FollowSymLinks options
RewriteEngine On
RewriteRule ^ /. / SlaveID /(.*) http: //X.X.X.X/SlaveID/$1 [P]

I am using a Centos 7 for this configuration and my slave is working on another host (Same operating system and version 1.6.0p15)

But when I try to restart the httpd service with:

systemctl restart httpd.service

The service does not make changes and also stops with an error

Apparently the error is for the syntax in this new configuration, could you tell me if I missing something?

Thanks a lot.