Le sam 04/10/2003 à 19:17, Jens Vagelpohl a écrit :
I'm trying to get some Webalizer stats accessible from a Zope instance.
The problem is FSDV transforms any .html .htm .dtml document (it just rips the extension). I don't know why it does that, nor how I could tell FSDV not to do it, but it's a little rude since Webalizer builds many html pages that are linked together according to their full names (name+ext). So the navigation from imported Webalizer pages into FSDV is broken.
Also note that while it's possible to tell Webalizer to produce various extension names for the files it builds, I don't see how to tell him NOT to produce any.
Anyone has an idea how to proceed ?
Put Apache in front of your Zope
That's how it works now...
and create suitable rewrite rules to serve out your stats and Zope content side by side...
Maybe I'll end up doing that, but I'm a bit frustrated with FSDV. Also I have no idea about how to create 'suitable' rewrite rules - that may take more time than I can allocate to this (digging thru the doc & guessing how to build those rules). Thanks, Aurélien.