You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/11/25 16:41:17 UTC

svn commit: r106577 - /perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod

Author: stas
Date: Thu Nov 25 07:41:15 2004
New Revision: 106577

URL: http://svn.apache.org/viewcvs?view=rev&rev=106577
Log:
mention mod_rpaf

Modified:
   perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod?view=diff&rev=106577&p1=perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod&r1=106576&p2=perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod&r2=106577
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod	(original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/http.pod	Thu Nov 25 07:41:15 2004
@@ -1687,6 +1687,29 @@
 
 
 
+=head1 Misc Notes
+
+These items will need to be extended and integrated in this or other
+HTTP related documents:
+
+=over
+
+=item * front-end back-end setup: mod_proxy+X-Forwarded-For
+
+apache-1.3:
+
+frontend: mod_proxy_add_forward http://develooper.com/code/mpaf/
+
+backend: mod_rpaf (reverse proxy add forward):
+http://stderr.net/apache/rpaf/
+
+apache-2.x:
+
+frontend: mod_proxy
+
+backend: mod_rpaf: http://stderr.net/apache/rpaf/
+
+=back
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org