Search results

  1. N

    How to Update cURL?

    it looks like you've already done it for lsphp 7.4 - https://www.litespeedtech.com/support/forum/threads/curl-installed-but-not-detected-in-php-info.18434/post-109854 you can follow up in that thread
  2. N

    including php file from another account - suEXEC

    per https://httpd.apache.org/docs/2.4/mod/mod_alias.html#alias Context: server config, virtual host, directory this mean Alias is not legal in .htaccess
  3. N

    cURL Installed but Not Detected in PHP info

    in your phpinfo page, extension_dir /usr/local/lsws/lsphp74/lib64/php/modules /usr/local/lsws/lsphp74/lib64/php/modules Additional .ini files parsed /usr/local/lsws/lsphp74/etc/php.d/20-curl.ini what's the content of /usr/local/lsws/lsphp74/etc/php.d/20-curl.ini ? does...
  4. N

    How to Update cURL?

    have you installed lsphp 7.3 ? then please follow that wiki witch exact steps, to see how it works with lsphp 7.3 it's pretty safe. in the end, it will update one file /usr/local/lsws/lsphp73/lib64/php/modules/curl.so for 100% safe, you can backup this file first. in case new built curl.so has...
  5. N

    How to Update cURL?

    looks like this is just what you're looking for: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:pecl-extension:curl
  6. N

    How to Disable some PHP Function in Lite Speed Ent?

    from the info.php page: Loaded Configuration File /usr/local/lsws/lsphp74/etc/php.ini Scan this dir for additional .ini files /usr/local/lsws/lsphp74/etc/php.d search "disable_functions", now disable_functions no value no value search curl, got 6 results, 1st one is...
  7. N

    including php file from another account - suEXEC

    you can use Alias to achieve the goal: https://httpd.apache.org/docs/2.4/mod/mod_alias.html
  8. N

    404 for "favicon.ico", but not other files

    please update to latest 5.4.6 build 4, to see if the issue of favicon.ico has been fixed.
  9. N

    Server sent fatal alert: handshake_failure

    please refer https://docs.litespeedtech.com/cpanel/tunings/#customize-ssl-ciphers "This may impact the handshake with Internet Explorer 11 on Windows 8.1" section
  10. N

    Very BAD TTFB

    can you disable service worker to see if any difference ? you may need create a ticket with us for this issue if still so slow.
  11. N

    Very BAD TTFB

    did tests again, now in a Chrome incognito window. first visit to /en/, it's "x-litespeed-cache-control: no-cache", and super slow 2nd visit(refresh), it's "x-litespeed-cache: hit" and very fast. so the actual issue is : why a fresh 1st visit always get "x-litespeed-cache-control: no-cache" ...
  12. N

    Very BAD TTFB

    yes, it is. however, what I see it's "x-litespeed-cache-control: no-cache" instead of "x-litespeed-cache: hit" see below: [root@globalsupport ~]# curl -IL librairiezbookstore.com HTTP/1.1 301 Moved Permanently Connection: Keep-Alive Date: Fri, 03 Apr 2020 03:21:37 GMT Server: LiteSpeed...
  13. N

    Very BAD TTFB

    tested, yes, very slow. but I see https://librairiezbookstore.com/en/ is not cached : x-litespeed-cache-control: no-cache that may be the main reason why it's slow.
  14. N

    How to get more info in error log?

    you can configure error log format with https://httpd.apache.org/docs/2.4/mod/core.html#errorlogformat however, most likely you can't configure the format with STDERR in it like the example you give. they are sent from php engine directly.
  15. N

    Geo Ip Rewrite For Files

    but is it not your original request ?
  16. N

    Please delete thread.

    1. not clear about the issue regarding favicon please provide more detail 2. what's your lsws version/build ?
  17. N

    Geo Ip Rewrite For Files

    please try: RewriteCond %{ENV:GEOIP_COUNTRY_CODE} !FR RewriteRule test.js - [F,L,S] RewriteRule test.js empty.js create an empty.js file on the server.
  18. N

    CraftCMS Admin still being cached

    1. this is required: 2. please add one rule after above: RewriteCond %{QUERY_STRING} p=admin/ RewriteRule .* - [E=Cache-Control:no-cache
  19. N

    cURL not found

    nowadays please use `apt` to install lsphp, instead of compile by yourself. please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:apt
  20. N

    How to cache one page only

    use rewrite based cache may be a bit helpful : https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:no-plugin-setup-guidline#rewrite_rule_only_example_1
Top