Only for Windows 64bits: Step 1: Download https://github.com/ServiceStack/redis-windows/raw/master/downloads/redis-latest.zip Step 2: Extract redis-latest.zip in any folder, e.g. in D:\redis Step 3: Run the redis-server.exe using the…
Step 1: Install repository remi-safe Step 2: check your php version Result: Step 3: find memcache module We see package: php71-php-pecl-memcache, now install this Step…
How to increase max connections in memcached Edit your config file: /etc/sysconfig/memcached You see: Change line: Final result: Then start memcached service
Amazon S3 Restricting Access to some Specific HTTP Referrer Go to links like this: Then click Bucket Policy Content: Then click Save Done! Update: 06/21/2022…
How to fix error: Cross-site request forgery validation failed. Required param “state” missing In the file fb-callback.php you must add these lines: An example: