You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lucas Brasilino <lu...@gmail.com> on 2007/12/07 11:45:29 UTC

[users@httpd] mod_wodan: Is it still be used/developed ?

Hi All:

I'm trying to setup an Apache 2.0 server as reverse proxy using
mod_wodan2 (version
2.0-RC1) but I'm experiencing some odd behaviour/problems.
In server config context I've configured:

<IfModule mod_wodan2.c>
        WodanDefaultCacheTime / 1m
        WodanDefaultCacheTimeHeaderMatch Content-type ^.*$ 1m
        WodanDefaultCacheTimeHeaderMatch Content-Type ^image/.*$ 10m
        WodanDefaultCacheTimeHeaderMatch Content-Type ^application.*pdf$ 10m
</IfModule>

And within a given virtual host context:

 WodanCacheDir /var/cache/apache2/mysite
 WodanPass / http://localhost:9080/VirtualHostBase/http/mysite.com:80/mpf/VirtualHostRoot/
 WodanPassReverse / http://mysite.com/

Along with proper RewriteRule rule rewriting and sending a request to mod_proxy.

First of all, it doesn't work as expected, I mean, not caching some
objects (like
PDF files). The odd thing is that some _other_ virtual hosts started
to not working
right, ie, not serving a file and setting its length to 0 :( strange!

Thanks in advance
Lucas Brasilino

PS: I've tried to sign up mod_wodan mailing list. But its also not working.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org