proxy

  1. S

    SecRule not working

    I want to set SecRule on /webmail I am using the below SecRule this is added in the server conf modsecurity on modsecurity_rules ` SecDebugLogLevel 0 SecAuditEngine on SecRuleEngine On SecRule REQUEST_URI "^/webmail" "id:99999,phase:1,deny,status:403" ` modsecurity_rules_file /conf/path but...
  2. S

    context proxy giving 403 error

    I have added this context when I access my domain.com/webmail it gives a 403 error please check my conf is write or not context /webmail { type proxy handler webmail addDefaultCharset off } extprocessor webmail { type proxy...
  3. narvas

    URI refers to a static file with PATH_INFO [/] Error

    Hi guys, I'm using an openlitespeed-wordpress VM image, based on Ubuntu, for GCloud. I deployed WordPress to my subdomain, blog.domain.com with Certbot SSL. My main website uses NextJS on Vercel. I'm trying to serve WordPress from "domain.com/blog" with NextJS rewrites. I changed my WordPress...
  4. 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...
  5. 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...
  6. takerukoushirou

    OCSP stapling: responder proxy setting

    So far I couldn't find a solution to allow OCSP lookups for OCSP stapling in a locked down environment, e.g. with an outbound firewall configured. Explicitly allowing outgoing requests for OCSP responders is not an option, as IPs for these are not static and can rapidly change (see for example...
  7. 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...
  8. 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...
Top