Recent content by technotic

  1. technotic

    lsphp module, multithreading questions

    hi, first, i know this blog post is from 2018. 2018/02/12 - PHP As A Module It makes me curious about the state of lsphp, however. I notice that remi's builds are not built as thread-safe (using --disable-zts flag on the ./configure script line i suppose). i've been using my own built lsphp...
  2. technotic

    Almalinux 9 CyberPanel Error code '' **ERROR** Could not compile PHP ''

    I think CyberPanel, unless installed using a partnered hosting script (and maybe not even then) has become a little too problematic. The install script that is. I want to talk with Usman about a couple ideas of moving it forward. The installer is honestly spread across multiple files that are...
  3. technotic

    Current version for RHEL 9 (etc) systems

    Are you referring to updating the admin console to PHP 8? It would be nice. Btw I have a bug report I need to file too re: a dependency for lsphp74 (oniguruma5php, libxcrypt-compat, even libc-client has trouble after removal using repo packages). It'll be nice to see the admin console updated...
  4. technotic

    Equivalent to nginx_clojure module for OLS?

    I'm not all that familiar with Clojure, but I like learning new things. So I did some googling and came across this: Clojure like it's PHP: Use Clojure on Shared Web Hosts. It uses babashka to run clojure using a cgi script. I know it's not quite what you were looking for, but it might be useful.
  5. technotic

    inclusion of http error code in openlitespeed

    I will check it! I compiled PHP-8.1.29 branch yesterday and installed it, I need to adjust my caches properly now to find the right mix. My server is 4 cores, 4gb ram. I'm hoping to move back to a dedicated server soon. I have lsmcd compiled and running, along with opcache. lscache plugin is...
  6. technotic

    How do I add 400 domain Alias + SSL to them?

    Gotcha. That makes sense. That would be the default/catchall host then, like the one typically defined when there's no matching vhost?
  7. technotic

    inclusion of http error code in openlitespeed

    Great, thank you. There have been a lot of changes in PHP across the minor releases of 8.x. Thankfully I haven't experienced compatibility problems with CMS or plugins. I hate WordPress but I don't know CSS, JScript, PHP, or even HTML5 well enough to build my own websites. I need some of the...
  8. technotic

    How do I add 400 domain Alias + SSL to them?

    I just remembered I have a similarish question. Does SSL need to be defined on the listener for SSL to work? Or can it be left as not set, add the domains to the map, and let each vhost use its SSL configuration? I'm still trying to get used to the concept of the listener separated from the web...
  9. technotic

    Why are there no downstream Linux distro packages?

    For Arch Linux, it should be obvious .. I'm surprised arch even has a package manager and doesn't force compile from source for everything For packages to get inclusion into a distro source repo, they are compiled by the distro developers against that distros release libraries. That is why...
  10. technotic

    inclusion of http error code in openlitespeed

    I love it! Re: litecache, I see requirement are PHP < 8.2. is it only untested for 8.2+ or is it a breaking change with SPL in PHP 8.2? I'm running 8.3.9, but there are noticable speed enhancements from 8.2 to 8.3. I haven't tested 8.3 vs 8.1 though. EDIT: sorry if I'm taking up your time. I...
  11. technotic

    inclusion of http error code in openlitespeed

    Very cool, wasn't aware of that. Bookmarked. Might use it. Out of curiosity, are the "plaid" edition names an homage to Tesla's landrocket?
  12. technotic

    inclusion of http error code in openlitespeed

    You are a litespeed developer? Or specific to the cache module? Before opening a ticket on GitHub, I quickly thought I'd check. I'll be sure to do that, and host it on polyfill CDN. What could go wrong?! (Note to unaware users: polyfill's CDN has been injecting malicious code into sites that...
  13. technotic

    inclusion of http error code in openlitespeed

    But... It's always April 1st o' clock *somewhere*. Now that I bought a domain to support it. it's always good to have a little fun, especially when it comes to serving up hot n spicy html all day long. And it seems pretty stable to me. I think it would have been better if the code had read...
  14. technotic

    inclusion of http error code in openlitespeed

    So I realized that openlitespeed does not seem to support all http error codes. Particularly, it doesn't seem to support all 4xx error codes. I have provided proper support for the missing code here, but built in support would be great. Maybe I should open a ticket on the git repo.... This is...
  15. technotic

    Wordpress multisite setup Error

    I agree with Cold-Egg. My first thought was as to whether or not you had enabled multisite in wp-config.php. This same file, wp-config.php, will also contain the database username, host, port, password, database name, and database prefix. I'm not exactly sure off the top of my head, how...
Top