我用rpm文件设置了神经节,
OS: centOS 6.3
Server; httpd
Run Code Online (Sandbox Code Playgroud)
gmond和gmetad正在运行,当我在浏览器中加载它时出现"禁止错误"
Forbidden
You don't have permission to access /ganglia on this server.
Run Code Online (Sandbox Code Playgroud)
我还可以在/ etc/httpd/logs/error_log中看到eroor
[Wed May 07 10:50:42 2014] [error] [client 118.102.239.85] client denied by server configuration: /usr/share/ganglia
Run Code Online (Sandbox Code Playgroud)
请帮我解决这个问题
httpd.conf文件内容:
#
# This is the main Apache server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.2/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
# for a discussion of each configuration directive.
#
# …Run Code Online (Sandbox Code Playgroud) 我有2个远程服务器/机器说s1和s2(基于linux的机器)服务器都有1个目录非常庞大.(我的意思是最初两台机器都有相同的数据)
s1 is always stable upto date, changes are added by authorized user.
s2 people will make changes to the data here and there.
Run Code Online (Sandbox Code Playgroud)
现在的要求是将s2的内容与s1的inSync.
条件:
1. No replacement of s2 content with s1 because data is very huge
2. No other software allowed to install in machines
3. Only scp, sftp supported, no ssh or any other sort of access is given because it is production machine.
Run Code Online (Sandbox Code Playgroud)
如果有人遇到这种要求请建议我任何工具,任何方式来完成这项任务.