Recent content by iMydl.com

  1. iMydl.com

    My PHP running load under OpenLiteSpeed has soared. What's going on?

    I have downgraded the OpenLiteSpeed version to 1.7.19, but the problem remains! Wouldn't OpenLiteSpeed not even be able to support this configuration? So why not switch back to LNMP?
  2. iMydl.com

    My PHP running load under OpenLiteSpeed has soared. What's going on?

    Now on one of my OpenLiteSpeed sites, once the homepage is forced refreshed by Ctrl+F5, the lsphp process on the server will increase, causing the server load to soar (as shown below): My virtual host configuration refers to the official template (as shown below): The server configuration is...
  3. iMydl.com

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    For details, you can visit my blog: www.imydl.com All image thumbnail URLs are target URLs
  4. iMydl.com

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    Yes, I am under Nginx, and the rewrite rules are: rewrite ^/timthumb/([0-9A-Za-z]+)/w/([0-9]+)/h/([0-9]+)/q/([0-9]+)/zc/([0-9])/a/([a-z]+)/spm/([0-9A-Za-z]+)\.([0-9a-z]+)$ /wp-content/themes/dragon/functions/timthumb.php?src=$1&w=$2&h=$3&q=$4&zc=$5&a=$6&spm=$7; The goals are...
  5. iMydl.com

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    No, although the test passed, the actual generated URL is still dynamic, not the pure one I want, and ends with a static link with the image format extension!
  6. iMydl.com

    How to configure CloudFlare's [Forcing the use of mTLS for authentication] under OpenLiteSpeed?

    dmin > SSL listener > SSL > Client Verification My configuration here is as follows: Is this correct?
  7. iMydl.com

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    After removing the first slash, the pseudo-static link is: https://eat.ymanz.com/timthumb/w_400/h_200/q_90/zc_1/a_c/aHR0cHM6Ly9lYXQueW1hbnouY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIzLzA2LzdhYzAyZjRmLTlhMTctNDUzNi1hM2U4LWNlYjM3NjQ4ZWRkNy5qcGc.png 报错404
  8. iMydl.com

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    I put it directly in the rewrite of the virtual host! The static link reports a 404 error!
  9. iMydl.com

    Please help, how to convert such Nginx rewrite into OpenLiteSpeed rules?

    Now I have an Nginx rewrite rule that cannot be successfully transferred to OpenLiteSpeed for use. Please help: rewrite ^/timthumb/w_([0-9]+)/h_([0-9]+)/q_([0-9]+)/zc_([0-9])/a_([a-z]+)/([0-9A-Za-z_\-]+)\.([0-9a-z]+)$...
  10. iMydl.com

    How to configure CloudFlare's [Forcing the use of mTLS for authentication] under OpenLiteSpeed?

    Recently, due to the continuous CC attacks of tampering with cookies, I need to use CloudFlare's [Forcing the use of mTLS for authentication]. Please tell me how to configure it to take effect in OpenLiteSpeed. I already have an SSL certificate and the test was successful on Nginx...
  11. iMydl.com

    Looking for FTP solution under OpenLiteSpeed?

    Feel like OpenLiteSpeed currently lacks a suitable FTP solution? Does anyone have any good suggestions? Give me a recommendation!
  12. iMydl.com

    Not able to upgrade from 1.7.19 to 1.8.1

    OpenLiteSpeed的源库默认是Stable 版本的,最高就是1.7.19,要安装更新到1.8.1是需要修改一下OpenLiteSpeed的源,可以参考【Upgrade OLS to Edge Tier through LiteSpeed’s Repository】
  13. iMydl.com

    Can anyone tell me whether it is necessary to upgrade OpenLiteSpeed to 1.8.1?

    I have just started using OpenLiteSpeed. I deployed and installed OpenLiteSpeed 1.7.19 on the server the day before yesterday. When I saw this version prompt in the background, I wondered whether I should upgrade to version 1.8.1. I looked at the update log on the official website and did not...
  14. iMydl.com

    QUIC in OpenLiteSpeed WS

    To enable quic support, you must ensure that port 443 UDP/TCP is open and occupied by OpenLiteSpeed. Your feeling may be caused by the server firewall not being configured properly!
  15. iMydl.com

    How to Install CloudFlare edge certificate on open Litespeed wordpress?

    I think you should try modifying the .conf file of the virtual host. This file should support dual certificates. In addition, CloudFlare's strict SSL only requires a qualified SSL certificate on the server side, and does not require CloudFlare's own SSL certificate. of!
Top