• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Recent content by othmaqsa

  1. O

    Question Redis

    Thank you @WebHostingAce I'll use the second method: Just to confirm: The 1 first value will be 0 for the 1st website, the second one will 1 etc... right ?
  2. O

    Question Redis

    @WebHostingAce , thank you. You use the same container for all the domains right ?
  3. O

    Question Redis

    @WebHostingAce , I can see there is no mapping in the container, so no persistant cache is configured.. I have tried to map bitnami to var/redis but this error occur after starting the container Initializing Redis mkdir: cannot create directory '/bitnami/redis': Permission denied
  4. O

    Input How to setup redis and use it as object-cache backend for WordPress

    Hello @virtubox, When I run the cmd, I have this error: mkdir: cannot create directory '/bitnami/redis': Permission denied Can you help ?
  5. O

    Issue Having trouble starting redis with docker

    Hello @IgorG , This solution still work ? Regarding the permission, are you sure I need to set 677 and not 755 ?
  6. O

    Question Redis

    When I run the second cmd, this error occur: can't open config file '/usr/local/etc/redis/redis.conf': No such file or directory Can you help please ?
  7. O

    Issue Service LOG ROTATE

    The logrotate.service failed to start again :(
  8. O

    Issue Service LOG ROTATE

    @learning_curve Now the Plesk Log is empty :(
  9. O

    Issue Service LOG ROTATE

    I'll verify this. Thank you for your help.
  10. O

    Issue Service LOG ROTATE

    @Sebahat.hadzhi I have also applied this 2 cmd: i can see that logrotate.status file is generated, but the logrotate.service itself is inactive. :rolleyes:
  11. O

    Issue Service LOG ROTATE

    Hello @Sebahat.hadzhi I have added my FQDN (SiteDomain='server.example.com'). Now the logrotate.service is inactive. Any idea ? Thank you.
  12. O

    Question Redis

    Hello @WebHostingAce , Thank you for your help. Still I need to add the following lines in the wp-config.php for every websites ? define( 'WP_CACHE_KEY_SALT', 'example.com:' ); define( 'WP_REDIS_PASSWORD', 'redispassword' );
  13. O

    Question Redis

    @AYamshanov or is it simpl to run this cmd: docker run --name redis -d -p 6379:6379 redis redis-server --requirepass "YOUR_PASSWORD" ?
  14. O

    Question Redis

    Okay, I'll very this now. Thanks.
  15. O

    Question Redis

    @AYamshanov For the variables REDIS_MASTER_HOST, I need to put the locahost address 127.0.0.1, right ? As the redis port is 6379, should I open it or can I keep this port closed ?
Back
Top