[X] The "/vtimer/AnyTime.zip" file could not be found or is not available. Please select another file.

Share

More
RewritingProxyTME - HTTP reverse proxy Icon

RewritingProxyTME - HTTP reverse proxy

by roman_medina


RewritingProxyTME is a powerful Perl module intended to be used with Apache + Mod_perl in order to provide a full "Reverse Proxy" implementation.


http://rewritingpxytme.sourceforge.net





Separate each tag with a space.

Release Date:

2005-09-20

Topics:

License:

Operating System:

Translations:

Intended Audience:

Programming Language:

Registered:

2005-01-12

Ratings and Reviews

Be the first to post a text review of RewritingProxyTME - HTTP reverse proxy. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • rewritingpxytme 0.7 file released: RewritingProxyTME-0.7.tar.gz

    # * Changelog (version 0.1) [03.Jun.2004] # ===================================== # # - Configuration is read from PerlSetVar/PerlAddVar directives instead of PoA object. # No need of other PAPI modules. # - Name of authentication cookie is placed in $TMECookie. Default: "Apache::AuthCookieLDAP_APACHE". # - HTTPS support for Remote_Domain (new directive: "Remote_Domain_HTTPS"). # - Rewrite now works for HTTPS as well as HTTP. # - New directive "Raw_Redirect_All" in order to apply rewrite directly to the # contents of web page (instead of using Tokeparser library). # - New directive "Debug" to make debugging of this module easier. # # * Changelog (version 0.2): [10.Jun.2004] # ====================================== # # - Fixed empty/missing Content-type header. # - Fix to avoid underscore to dash conversion in HTTP headers' fields. # - Case insensitive when comparing HTTP headers' fields (eg: /^Cookie$/i) (web clients # sometimes send "cookie:" instead of "Cookie:" -> cookie substitution was broken). # - Removed "eval" from HTTP_Auth directive. # - More "debug" lines. # - All comments translated into English. # * Changelog (version 0.3): [08.Jul.2004] # ====================================== # # - Ready for libwww-perl 5.80 (HTTP::Headers fix). # - When using auto-form, all possible cookies are sent in one and only Cookie header. # - New directive "Post_Redirect" (PerlAddVar), equivalent to PAPI_Redirect but applied to POST info being sent. # - Content-Length fix (this field was sent twice in a POST request). # # * Changelog (version 0.4): [04.Nov.2004] # ====================================== # # - Fixed repeated headers ("Host" and "User-Agent" were being sent twice). # - New possible value for "Debug" directive (2 == print request and response contents). # - New directive "Cookie_AddString". It adds a given string to all cookies (eg: SESSION_ID_10234) exchanged # between the proxy and the browser in order to differentiate cookies across similar services offered at # different vhosts. Cookies are cleaned and come back to their original states before being sent to the final # application so it should be a transparent mechanism. # # * Changelog (version 0.5): [01.Dic.2004] # ====================================== # # - Fix: replace for "Remote_URL" string was only in effect for HTML content (so it was needed an additional # PAPI_Redirect directive for non-HTML content or when Raw_Redirect_All was active). Now it works as expected. # - Fix: code for empty/missing Content-type header check was buggy. Now only applies to code 200 responses. # - New directive "NoCache". When active (i.e, value 1), the reverse proxy will include "Pragma: no-cache" and # "Cache-Control: no-cache" headers in requests sent to the final server, asking to avoid response caching. # May be useful when debugging. # - Only print parsed response when dealing with HTML content, content-type specified by Rewrite_MIME_Types or # if the url matches Rewrite_URL_Pattern. # # * Changelog (version 0.6): [20.Dic.2004] # ====================================== # # - Added comments to source code. Clean-up. # - Documentation has been reviewed (added configuration directives, etc). # - More robust input (removing trailing "/" when necessary, etc). # - Fix: Rewrite_MIME_Types only worked when one MIME-type was entered. Now it accepts several MIME-type strings, # separated by whitespace. # - Fix: URL translation was not correctly working when Raw_Redirect_All = 1 and Strip_Location = 1. # - New directives: "PAPI_Redirect_Delim", "PAPI_Redirect_Extended", "Post_Redirect_Delim", "Post_Redirect_Extended", # "Rewrite_MIME_Types_Extended" and "Rewrite_URL_Pattern_Extended". # - **IMPORTANT**: By default, "Extended mode" is OFF. In past versions, all is taken as if extended mode was in use # so behaviour has been changed. Be careful! # # * Changelog (version 0.7): [16.Sep.2005] # ====================================== # # - Fix: HTTPS requests through proxy (CONNECT method) didn't work. # - Fix: Proxy authentication didn't work (nor HTTP neither HTTPS). # - New directives: "Proxy_User" and "Proxy_Pass". Used to perform proxy authentication. # # # Author: Roman Medina-Heigl Hernandez (Telefonica Moviles Espaa).

    posted 1518 days ago

  • File released: /rewritingpxytme/0.7/RewritingProxyTME-0.7.tar.gz

    posted 1518 days ago

  • RewritingProxyTME - The advanced HTTP reverse proxy.

    RewritingProxyTME is a powerful Perl module intended to be used with Apache + Mod_perl in order to provide a full "Reverse Proxy" implementation. Version 0.6 is the first public (and ready to use in production environment) release. Main features: * Flexible and advanced rewriting rules based on regexps * Advanced cookies processing * HTTPS support * Easily configurable using "PerlSetVar" and "PerlAddVar" directives * HTTP proxy support, Authentication is also supported * Forms auto-fill in * HTTP auth auto-fill in * Debug mode Enhance the securiy of your organization in a fast and easy way with RewritingProxyTME!

    posted by roman_medina 1708 days ago

  • File released: /rewritingpxytme/0.6/RewritingProxyTME-0.6.tar.gz

    posted 1709 days ago

  • rewritingpxytme 0.6 file released: RewritingProxyTME-0.6.tar.gz

    # * Changelog (version 0.1) [03.Jun.2004] # ===================================== # # - Configuration is read from PerlSetVar/PerlAddVar directives instead of PoA object. # No need of other PAPI modules. # - Name of authentication cookie is placed in $TMECookie. Default: "Apache::AuthCookieLDAP_APACHE". # - HTTPS support for Remote_Domain (new directive: "Remote_Domain_HTTPS"). # - Rewrite now works for HTTPS as well as HTTP. # - New directive "Raw_Redirect_All" in order to apply rewrite directly to the # contents of web page (instead of using Tokeparser library). # - New directive "Debug" to make debugging of this module easier. # # * Changelog (version 0.2): [10.Jun.2004] # ====================================== # # - Fixed empty/missing Content-type header. # - Fix to avoid underscore to dash conversion in HTTP headers' fields. # - Case insensitive when comparing HTTP headers' fields (eg: /^Cookie$/i) (web clients # sometimes send "cookie:" instead of "Cookie:" -> cookie substitution was broken). # - Removed "eval" from HTTP_Auth directive. # - More "debug" lines. # - All comments translated into English. # * Changelog (version 0.3): [08.Jul.2004] # ====================================== # # - Ready for libwww-perl 5.80 (HTTP::Headers fix). # - When using auto-form, all possible cookies are sent in one and only Cookie header. # - New directive "Post_Redirect" (PerlAddVar), equivalent to PAPI_Redirect but applied to POST info being sent. # - Content-Length fix (this field was sent twice in a POST request). # # * Changelog (version 0.4): [04.Nov.2004] # ====================================== # # - Fixed repeated headers ("Host" and "User-Agent" were being sent twice). # - New possible value for "Debug" directive (2 == print request and response contents). # - New directive "Cookie_AddString". It adds a given string to all cookies (eg: SESSION_ID_10234) exchanged # between the proxy and the browser in order to differentiate cookies across similar services offered at # different vhosts. Cookies are cleaned and come back to their original states before being sent to the final # application so it should be a transparent mechanism. # # * Changelog (version 0.5): [01.Dic.2004] # ====================================== # # - Fix: replace for "Remote_URL" string was only in effect for HTML content (so it was needed an additional # PAPI_Redirect directive for non-HTML content or when Raw_Redirect_All was active). Now it works as expected. # - Fix: code for empty/missing Content-type header check was buggy. Now only applies to code 200 responses. # - New directive "NoCache". When active (i.e, value 1), the reverse proxy will include "Pragma: no-cache" and # "Cache-Control: no-cache" headers in requests sent to the final server, asking to avoid response caching. # May be useful when debugging. # - Only print parsed response when dealing with HTML content, content-type specified by Rewrite_MIME_Types or # if the url matches Rewrite_URL_Pattern. # # * Changelog (version 0.6): [20.Dic.2004] # ====================================== # # - Added comments to source code. Clean-up. # - Documentation has been reviewed (added configuration directives, etc). # - More robust input (removing trailing "/" when necessary, etc). # - Fix: Rewrite_MIME_Types only worked when one MIME-type was entered. Now it accepts several MIME-type strings, # separated by whitespace. # - Fix: URL translation was not correctly working when Raw_Redirect_All = 1 and Strip_Location = 1 # - New directives: "PAPI_Redirect_Delim", "PAPI_Redirect_Extended", "Post_Redirect_Delim", "Post_Redirect_Extended", # "Rewrite_MIME_Types_Extended" and "Rewrite_URL_Pattern_Extended". # - **IMPORTANT**: By default, "Extended mode" is OFF. In past versions, all is taken as if extended mode was in use # so behaviour has been changed. Be careful!

    posted 1715 days ago

  • Code committed

    Anonymous committed patchset 1 of module CVSROOT to the RewritingProxyTME - HTTP reverse proxy CVS repository, changing 11 files

    posted by nobody 1768 days ago

  • Forum thread added

    Anonymous created the Welcome to Open Discussion forum thread

    posted by nobody 1768 days ago

  • Forum thread added

    Anonymous created the Welcome to Developers forum thread

    posted by nobody 1768 days ago

  • Forum thread added

    Anonymous created the Welcome to Help forum thread

    posted by nobody 1768 days ago

  • Project Information Updated

    posted by roman_medina 1769 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

RewritingProxyTME - HTTP reverse proxy Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review