openlitespeed
openlitespeed copied to clipboard
Our high-performance, lightweight, open source HTTP server
I have OLS server serving static content and python server behind it for dynamic content: httpd_config.conf: ``` extprocessor python-backend { type proxy address localhost:5000 maxConns 2000 initTimeout 10 retryTimeout 2...
https://www.hetzner.com/de/dedicated-rootserver/rx220 Ampere® Altra® Q80-30 Debian 11 used guide: https://openlitespeed.org/kb/install-openlitespeed-from-source-with-build-script/ how to replicate: - order the server - install debian 11 with installimage script "https://docs.hetzner.com/de/robot/dedicated-server/operating-systems/installimage" - follow the guide to ./build.sh...
Swap is filling up - TTL is set to 3600, but files is not deleted on regular basis after TTL expiry
Hi, My lshttpd/swap folder is filling up, due to unique minified CSS-files (and JS, but that's temporary fixed). _I know I changed something on the server at the 2022-05-16 which...
Hi, Please suggest how to install openlitespeed in Centos Stream 9. Thanks
Help create a config for the Ispmanager proxy for port 1500. https://docs.ispmanager.com/ispmanager6-lite/control-panel-url Me need to port the config from Nginx to OpenLiteSpeed.
I have created a virtual host and configured the logs as "Own Log File" with the path `$VH_ROOT/logs/error.log` of the vhost log and `$VH_ROOT/logs/access.log` of the access log. OpenLiteSpeed is...
I installed OpenLiteSpeed, changed run user and group to `lsws` (which I created first) and did a reinstall, user and group ownership seems to be applied correctly to files in...
Is this normal for the some of the Vars "$SERVER_ROOT" to add trailing slashes but not others? Example: PHP_INI_SCAN_DIR=$SERVER_ROOT/conf/vhosts/$VH_NAME Result: Scan this dir for additional .ini files /usr/local/lsws//conf/vhosts/ubuntu-focal.whattheserver.com Where if...
Any plans for Go support? https://github.com/litespeedtech/openlitespeed/tree/master/src/modules/lsrecaptcha/src/ls/lsapi https://www.litespeedtech.com/open-source/litespeed-sapi
Could I know if there is any command to dump the configurations of all the virtual hosts? I know Nginx can do it with "nginx -T". Thanks