My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: php5, php, proxy, reverseproxy, class
Show all Featured wiki pages:
PageName
Blogs:
Feeds:
People details
Project owners:
  mrpoundsign

PHP5 Reverse Proxy

This 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

Limitations

It 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! :)









Hosted by Google Code