I found the following thread before finding this one, and I'm wondering if this has been addressed: https://forum.openlitespeed.org/threads/no-selinux-support.4356/
The gist of it is that openlitespeed is/was requiring write access to /etc/ and access to the /etc/shadow file. Without those...
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...
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...
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...
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.
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...
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...
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...
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...
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...
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...
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...
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...