Update of /cvsroot/openinteract/OpenInteract2/sample/apache
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5637
Modified Files:
httpd_modperl.conf
Log Message:
remove reference to old proxy-helper, thanks to Ken for the spot
Index: httpd_modperl.conf
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/sample/apache/httpd_modperl.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** httpd_modperl.conf 13 Apr 2003 17:35:24 -0000 1.3
--- httpd_modperl.conf 20 Apr 2005 00:12:29 -0000 1.4
***************
*** 27,38 ****
PerlRequire [% website_dir %]/conf/startup.pl
- # This is used to read the 'X-Forwarded-For' header created by the
- # mod_proxy_add_forward.c Apache module that should be compiled into
- # your front-end proxy server. If you don't have this, then every
- # request will appear to come from the proxy server, which can be
- # annoying.
-
- PerlPostReadRequestHandler OpenInteract::ProxyRemoteAddr
-
# This sends all incoming requests to the OpenInteract Apache content
# handler (Apache::OpenInteract2)
--- 27,30 ----
|