Giter VIP home page Giter VIP logo

revprox's Introduction

RevProx

Fast, streaming reverse proxy and webdav proxy written in PHP

What is RevProx?

RevProx is an extremely fast reverse proxy written in PHP (so it's compatible with most shared hosting services).

Why another PHP reverse proxy?

RevProx takes a different approach to reverse proxying. Instead of downloading the origin content completely and then serving the download content to the client, RevProx serves the content to the client while the origin content is being downloaded.

What does this mean?

By streaming the file content directly to the client, RevProx enables reverse proxying of files of unlimited size. RevProx also enables the proxying of music/video files/streams which would normally be impossible to proxy with conventional means.

Usage

  1. Download the script to your server: wget "https://raw.githubusercontent.com/null-dev/RevProx/master/proxy.php".
  2. Configure the script (open it in your text editor, instructions inside the script on configuration).
  3. Rewrite all requests to the downloaded script.

Webdav

RevProx can also be used to expose webdav servers as regular web servers. RevProx can authenticate to the webdav server on behalf of clients. RevProx will also generate a directory listing since some webdav servers will not generate one themselves.

To use RevProx-Webdav, follow the instructions in the Usage section, replacing the download command with: wget "https://raw.githubusercontent.com/null-dev/RevProx/master/proxy-webdav.php".

Caveat: RevProx-Webdav will only generate directory listings if the URL ends in a slash (since it is not able to differentiate between directories and files from just the URL otherwise).

revprox's People

Contributors

null-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.