external app

  1. nullx8

    external control of streams

    i have a External app (Web Server) that provides a multipart/stream (jpeg-stream of a camera) i do manage access control via mod_rewrite by looking for a dummy file a php script will place to enable/publish the livestream, but when this is being turned off, there is no way to terminate already...
  2. alazydope

    Server-Side Events on External Application

    I'm trying to allow Server-Side events for an external web server, however I'm not really sure what to set to allow this, and haven't found much in the docs. Currently using a proxy with context, but if there's a better way to go about this, it would be appreciated.
  3. EagleDotNet

    NGINX reverse proxy header to openlitespeed

    how i can add NGINX reverse proxy header to openlitespeed ? location / { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $host; proxy_set_header CF-Conncting-IP $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host...
  4. guneetnarula

    enabling memcached extension after switching to suExec mode

    Until recently, I was not using the suExec mode (lsapi external app) on any of the three virtual hosts on my server. But I recently turned it on for one of them. Things look good except the memcached extension is showing disabled in the wp plugin object cache screen. On the other two vhost...
  5. 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