4 articles
Wednesday, May 25, 2022
Use the stats command to monitor memcached Of course, it is also very convenient to use telnet to monitor memcached telnet lcaohost:11211 I prefer to ...
使用stats一条命令监控memcached 当然使用telnet 监控memcached也挺方便的 telnet lcaohost:11211 比较喜欢使用stats一条命令监控memcached echo \"stats\"|nc 127.0.0.1 11211 显示如下 STAT pid 758 ...
Sunday, Mar 7, 2021
vanillaforums伪静态规则 .htaccess file: Modified If you modify this file then change the above line to: Modified <IfModule modrewrite.c> RewriteEngi...
Friday, Jul 17, 2020
Nginx使用Memcached缓存,秒速响应网站 这里以常用的wordpress博客程序为例 下面是Nginx使用Memcached缓存wordpress的代码 //跳过一些缓存,比如写作文章和后台地址 location / { errorpage 404 405 = @n...