We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 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.
Pool:Clients\MySQL { server 'tcp://user:[email protected]/dbname'; conntimeout 3600; #sec }
Google Group tread for discussing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: