Filter on both input and output.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:40:13 +0000 (14:40 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:40:13 +0000 (14:40 +0200)
Only apply filter within <Location>

etc/apache2/spclient-live

index 77c0827..b769ce5 100644 (file)
 
     PerlOptions +Parent
     PerlSwitches -I/home/indexdata/mkws/etc/mod_perl
-    PerlOutputFilterHandler MyApache2::CopyCookie
+    <Location /service-proxy/>
+       PerlInputFilterHandler MyApache2::CopyCookie
+       PerlOutputFilterHandler MyApache2::CopyCookie
+    </Location>>
 </VirtualHost>
 
+
 <VirtualHost *:80>
     ServerName somesite.indexdata.com