|
Project Information
Featured
Links
|
PHP5 Reverse ProxyThis is a reverse proxy written in PHP5. It uses cURL to handle the back-end connections. I wrote it to replace some mod_perl code that was slow because it had to talk to our back-end API via XML calls. This turned out to be faster. What is it useful for?Some uses may include
LimitationsIt does not, currently, handle any caching. I expect that caching could be implemented in a sub-class. How do I get the code?From the google docs: Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://php5rp.googlecode.com/svn/trunk/ php5rp Read the readme.txt. There is an assumption that you know what a reverse proxy is for, and how to configure apache. Other documentation is welcome! :) |