I have set up mod_transform as a filter in front of my proxied Plone site
with the following config:
FilterDeclare THEME
FilterProvider THEME XSLT resp=Content-Type $text/html
FilterChain THEME
TransformSet /theme/compiledtheme.xsl
TransformOptions +ApacheFS +HTML
RewriteEngine On
RewriteCond %{REQUEST_URI}
!^/(theme|xdv|images|css|js|Scripts).*
RewriteRule ^/(.*) \
http://localhost:8080/VirtualHostBase/http/%{SERVER_NAME}:80/Plone/VirtualHostRoot/$1
[L,P,NS]
This works great for normal pages, but proxied 404 responses are not
transformed. How do I instruct pass error responses through my filter chain?
Laurence
--
View this message in context:
http://www.nabble.com/mod_filter-and-error-responses-tp18891962p18891962.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]