Hello.
My conf/conf.d/RedisServer.conf filled as
Pool:Clients\Redis {
servers 'tcp://127.0.0.1';
port 6370;
max-allowed-packet 25M;
}
Port set with error for checking - PHPD's redis-client should not connect to the redis server.
Result after phpd restart :
- PHPD's redis-client successfuly connect to the redis-server.
- max-allowed-packet assepted as default value (1M)
All PHPD's redis-client settings assepted as default values instead of values from conf/conf.d/RedisServer.conf
conf/conf.d/RedisServer.conf has 777 mode.
In the same time conf/conf.d/MySqlServer.conf have been readed and asseptedsuccessfuly by PHPD.
Pool:Clients\MySQL {
server 'tcp://user:pass@127.0.0.1/dbname';
conntimeout 3600; #sec
}
Google Group tread for discussing
Hello.
My conf/conf.d/RedisServer.conf filled as
Port set with error for checking - PHPD's redis-client should not connect to the redis server.
Result after
phpd restart:All PHPD's redis-client settings assepted as default values instead of values from conf/conf.d/RedisServer.conf
conf/conf.d/RedisServer.conf has 777 mode.
In the same time conf/conf.d/MySqlServer.conf have been readed and asseptedsuccessfuly by PHPD.
Google Group tread for discussing