Search results

  1. nullx8

    reverse proxy with Auth

    is there a way to include a username in a proxy call? somethings like this RewriteRule ^/cctv/garage-live\.jpg(\?.*)? http://admin@Proxy:IPCam-Garage/video/mjpg.cgi [P, L] the call above is just a example, it results in a error 500, i cant supply the username in the url as this would result...
  2. nullx8

    Read private files

    i have a issue where i made a softlink in the public directory going to a private folder in /home/ its a fake user that hosts my Screenshoots basically, and i want them to be publicly acessable, does anyone has an idea how i can lsws override the permissions (as they are created by samba, and...
  3. nullx8

    external control of streams

    no the connection is provided at all times, i just wantto be able to control it outside of lsws (like via a script) meaning terminate existing connections, so they will redirect to the new target. i do already control the establishment of connections via htaccess .. but this does not account...
  4. 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...
Top