Search results

  1. 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.
  2. 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...
  3. 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?
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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?
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. technotic

    open.litespeedtech.com site cert invalid

    Just wanted to share with you that https://open.litespeedtech.com is currently set to use the openlitespeed.org/www.openlitespeed.org certificate, throwing warnings in chrome when accessing the site.
  14. technotic

    I really messed up my file permissions and owners

    It would be great to have a bash script or included in ols1clk.sh, or in the admin/misc directory, that would read the httpd and admin config conf files and reset the $SERVER_ROOT permissions appropriately. Maybe I should post it on the repo
  15. technotic

    Compiler options

    Hi. So I'm currently running OLS on an AlmaLinux 9 VPS at OVH. The system compilers are are gcc 11 and clang/llvm 16. Using the build.sh script to compile OLS from source tree (v1.8.x branch and master branch), I run into problems with clang, and a few of the libraries spit warnings like...
  16. technotic

    Fixed 403: Forbidden - accessing WebAdmin behind Nginx Proxy Manager (docker)

    My solution: My user-defined docker bridge network, docknet, is assigned to my npm docker, making 172.25.10.1 the gateway between npm and host services. Firewalld has numerous zones, and that zone's ruleset applies to interfaces assigned to them. The docker zone is automatically created when...
  17. technotic

    Fixed 403: Forbidden - accessing WebAdmin behind Nginx Proxy Manager (docker)

    Hi! I did a search here on the forums and the Goog but have been drawing blanks. I'm new to OLS and am migrating away from long-time httpd use (I build from source, but 2.5.x is still limited to openssl and quic:http/3 won't be implemented into openssl until v3.3, we hope... And QuicTLS, even...
Top