Recent content by Idreams

  1. I

    Redis Cache By Xon

    Hello Ron, i am asking help only for the error i am getting with Redis configuration. both 6379 and 6380 ports are installed on my server. i am getting template error on port 6380. can you help me in fixing the error ? do u recomend me using 1 single port and use 2 databases ?
  2. I

    Redis Cache By Xon

    I have pretty solid server ( 32gb memory). this is why i wanted to use the cache system. can u help me in fixing the error which i have pasted in my earlier message.
  3. I

    Redis Cache By Xon

    Hello, I see that both ports are working on my server (6379 and 6380) tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 2449/redis-server 1 tcp 0 0...
  4. I

    Redis Cache By Xon

    this is my config.php file details // START Redis configuration // $config['cache']['enabled'] = true; $config['cache']['sessions'] = true; $config['cache']['provider'] = 'SV\RedisCache\Redis'; $config['cache']['config'] = array( 'server' => '127.0.0.1', 'port' => 6379, 'connect_retries' => 2...
  5. I

    Redis Cache By Xon

    i am getting below error CredisException: Template public:PAGE_CONTAINER error: Connection to Redis 127.0.0.1:6380 failed after 2 failures.Last Error : (1) Connection refused src/addons/SV/RedisCache/Credis/Client.php:493...
  6. I

    CDN Configuration Question

    Hello, i have recently configured cdn with my xenforo board. i have created a cname for cdn ( https://cdn.website.com and pointed to azure cdn url https://cdn.azurecdn.net) azure cdn was configured from azure domain end. i have edited the config.php files and placed the cdn configuratin url...
  7. I

    My.cnf Suggestions after Mysql 5.7 Upgrade

    Hello, thanks a lot for the response. i am using dedicated server Xeon E3 with 32 GB ram. My forum will be having around 2000 to 2500 users every 15 mins. This is why i have kept max_user_connections as 1000. do you still want me to change it to 200 ?
  8. I

    My.cnf Suggestions after Mysql 5.7 Upgrade

    Below is my new my.cnf file. does this need any modifications ?
  9. I

    XF 2.1 How to Disable receive email notifications

    isnt there any other way as i have 25k limit of emails per month from sendgrid. if i enable this option for each and every thread, i end up utilizing emails and will need to pay more.
  10. I

    XF 2.1 How to Disable receive email notifications

    Hello Mike, I have kept No to 'Watch content on creation'. But still when users are clicking on new posts, they are able to see the option "Watch this thread… and receive email notifications" I would like to enable only Watch this thread but not email notifications how can i do that
  11. I

    XF 2.1 How to Disable receive email notifications

    Hello, I see that whenever any user create new thread, automatically Watch this thread and receive email notifications is enabled. Many people will forget to remove the check mark here. I want to disable the receive email notifications option only to all new threads. If user wants, he can...
  12. I

    Elasticsearch 6 (install and basic configuration)

    Thanks a lot Nuno. can you tell me what are the best practises to configure Elastic search. Below is my present indexes Documents: 287,683 (455.8 MB) Index updates: 88 Searches: 2,644,165 (1 milliseconds average) Allocated memory: 2.9 MB I configured memory in Elasticsearch file to 1 gb. i...
  13. I

    Elasticsearch 6 (install and basic configuration)

    is this the location ? if i delete the entire folder, (after indices /var/lib/elasticsearch/nodes/0/indices/), will all the files be deleted so that i can recreate the index file ?
Top Bottom