reverse proxy

  1. V

    Reverse proxy not working with docker container http:port yes, httpS no

    I can't seem to securely access Umami without a port number. I can access Umami via http://IP:3001 or http://umami.domain.com:3001 but not via https://umami.domain.com I have several setups with and without docker containers set up the exact same way via reverse proxy (external app under...
  2. R

    OLS Proxy Reverse is working?

    Im using this link to try make working https://openlitespeed.org/kb/reverse-proxy-basics/ have access to have access my API First I got WebAdmin console => Server Configuration => External App => Add => Type => Web Server Name: test Address: localhost:3001 Second I got WebAdmin console >...
  3. A

    Reverse proxy with collabora online docker

    Hi guys, Thanks for creating openlitespeed and making it available for free, it's such a good product! I have a NextCloud installation on a VPS that is working fine with openlitespeed. However, I was trying to setup a collabora server, as seen here...
  4. olsy

    Virtual host with stop icon and no way to start it

    Hi, I need some help to get this reverse proxy vhost up and running in front of Elastic Search running in another Docker container. I'm also using WSL2, but that shouldn't matter much, as I've made similar setup work with other servers. I have bound the already present HTTP(80) listener to...
  5. M

    Accept-Encoding is altered on proxy

    I have created a simple python script using sockets, I use openlitespeed to proxy to this http backend, I see openlitespeed is altering accept-encoding in requests headers, only if accept-encoding is equal to "br", the accept-encoding is "br", anything else is converted to "gzip", for example if...
  6. W

    SSL Web Socket proxy bug

    Hello, This is my first post here, and unfortunately a bug report. I recently had to rebuild a large project and I decided to switch from NGINX to LSWS on all the web servers in the cluster. Part of this move was also using LSWS Web Socket proxy since it looked so promising. However, it seems...
  7. takerukoushirou

    Support HTTP/2 (and possibly HTTP/3 & QUIC) in proxy extension

    As discussed in the generic topic Proxy extension and HTTP/2, the proxy extension currently only supports HTTP/1.x in back-end communication. Support for HTTP/2 (and ideally HTTP/3 w/ QUIC transport as well) could increase throughput and improve general performance for reverse proxy...
  8. takerukoushirou

    Proxy extension and HTTP/2

    I was testing out whether I could get a full HTTP/2 chain working with OpenLiteSpeed 1.7.8 acting as a reverse proxy. Clients successfully establish HTTP/2 connections to OpenLiteSpeed, but despite HTTPS being configured for the proxied web server / external application, OLS connects to the...
  9. R

    uwsgi_pass equivalent?

    I would like to replace my nginx server with OpenLiteSpeed completely but I've hit one problem: there is a python application on a seperate server which nginx serves as a reverse proxy with the folowing config: server { client_max_body_size 250M; listen 443 ssl...
  10. U

    Reverse proxy is giving me 404 errors

    Hello! I finally got my two wordpress sites up and running with OLS and also my Matomo instance running. However, I'm having some issues getting reverse proxy to work. I have three websites that need to reverse proxy: a GitLab instance, a Bitwarden instance, and a Jenkins instance. I've set...
  11. G

    Newbie trying to configure OpenLiteSpeed as Reverse Proxy. Any help appreciated!

    My current server configuration (for a Wordpress site) is Cloudflare + Apache. I want to include OpenLiteSpeed (configured as a reverse proxy) as additional cache optimization to the Apache server (Cloudflare -> OLS -> Apache). I've already installed OpenLiteSpeed in my VPS server, but my...
  12. slowaways

    Help sub-URIs in Context of type Proxy

    I created the configuration for External App in my Virtual Host: Name * : NodeJS Address * : localhost:3000 And the configuration for Context with type "Proxy" URI *: / Web Server *: [VHost Level]: NodeJS Ok... When acessing the sub-URI "/foo/bar" The proxy point to localhost:3000/foo/bar and...
  13. C

    How do I proxy traffic to a different server?

    I am new to openlitespeed and web server management in general, so excuse the question if it is rather novice. Current setup: example.com running on openlitespeed and app.example.com:8443 running on a completely separate server on the same network. What I am trying to accomplish...
  14. havastamas

    OpenLiteSpeed reverse proxy fail - need help

    Hello everyone! Few days ago i have installed OpenLiteSpeed on my Ubuntu server 18.04 LTS. I have used nginx before, im hosting mostly Wordpress sites, and i seen a few tests about OLS great performance. I have successfully set up my server, the WP sites runs well (the TTFB is a bit with OLS...
  15. P

    [Request] UseCanonicalPhysicalPort

    Hello, We are using OLS behind a proxy on several servers and almost everything works out of the box. However, some applications tries to redirect users after some actions using the _SERVER["SERVER_PORT"] variable. Since we are running OLS on localhost:9443 por HTTPS and localhost:8088 for HTTP...
Top