A stupid simple proxy server, written in Python and Flask. Useful for hacking around cross-browser restrictions and other things you're not supposed to do on the Internet.
To deploy on Apache, add something like this to your httpd.conf
:
ScriptAlias /proxy /path/to/proxy/index.cgi
For more detailed info, see the Flask documentation.