Recent content by gilles

  1. G

    upgrade OpenLiteSpeed 1.7.19 to 1.8.0 Failed to start litespeed!

    It would be great for the binary version to be fixed asap. Additionally there are no release notes for the 1.8.0 release on the OLS website.
  2. G

    ImageMagick version 1690 but version 1691 is loaded.

    I just upgraded to Ubuntu jammy 22.04 and have started getting this same warning during wp-cron.php runs. Any real fix for this issue?
  3. G

    /tmp/lshttpd filling up

    Hello, on a regular basis, /tmp/lshttpd grows to 1.3GB and fills up my /tmp space (which limit is set to 1.5GB). Any idea what could be going on there?
  4. G

    Not able to run xdebug from the browser

    Had to run: killall lsphp This restart button that does not really restart keeps driving me crazy.
  5. G

    Not able to run xdebug from the browser

    I have added xdebug.so to /usr/local/lsws/lsphp80/etc/php/8.0/litespeed/php.ini, and I can trigger it without problem when doing: /usr/local/lsws/lsphp80/bin/lsphp .../public_html/index.php but for some reason, it does not trigger when I load a page in the browser (despite my using the browser...
  6. G

    xdebug version

    Nevermind, I installed it myself.
  7. G

    xdebug version

    Which xdebug version ships with lsphp8*? is it v2 or v3?
  8. G

    fopen(/usr/local/lsws/logs/error.log): failed to open stream: Permission denied

    @Cold-Egg : Can you tell me what the folder/file permissions and owners/groups are supposed to be?
  9. G

    fopen(/usr/local/lsws/logs/error.log): failed to open stream: Permission denied

    I was trying to use the log viewer in OLS webadmin and could not see any log entries. I looked at /usr/local/lsws/logs/error.log and I am seeing this: HTTP2-309#_AdminVHost] [STDERR] PHP Warning: fopen(/usr/local/lsws/logs/error.log): failed to open stream: Permission denied in...
  10. G

    lsphp8.1 support

    Why is disable_functions empty in the lsphp81 php.ini? @Cold-Egg
  11. G

    lsphp8.1 support

    Any update on lsphp81?
  12. G

    How can I disable PHP execution in a specific subdirectory?

    @Cold-Egg: I think @robyflc is trying to block directory listing and php execution.
  13. G

    Cloudflare enabling http/3 again in more zones

    Just got this email from Cloudflare: "Hello there, We are excited to let you know that we will enable support for HTTP/3 next month for one or more of your websites that use Cloudflare’s free plan. HTTP/3 is the latest version of HTTP, the protocol that your browser uses to talk to webservers...
  14. G

    Rewrite Rules (Disabled by CyberPanel)

    Were you able to resolve your issue? I am using contexts successfully and I have CP too (even though I'm not a huge fan so far).
  15. G

    Rewrite Rules (Disabled by CyberPanel)

    and then you set 'Accessible' to 'No'? are you trying to block access to these files? Technically the dot needs to be escaped otherwise it stands for any character, but that still should work. Did you restart OLS and php processes?
Top