RE: [Zope] Using Analog and Zope Zserver
A thought for you. We use analog, and I talked with the person here that implements it, and he wasn't sure there was a solution. However, you could try this: Set up analog so that all requests are seen as pages Write a shell script to filter lines from your server log using grep to search using regexes, piping the output through grep as many times as possible to run each regex that you need; the final output should be only pages. A pain, but once it is automated, you should be ok. Sean -----Original Message----- From: Scott [mailto:meilicke@bigfoot.com] Sent: Saturday, December 09, 2000 10:40 AM To: zope@zope.org Subject: [Zope] Using Analog and Zope Zserver Hi All, I'm using analog to analyze my server logs, however I can't figure out how to tell analog to treat everything without an extension as a page. Or perhaps more accurately everything without a "." in it's name. I have read numerous posts to this list regarding index_html or *_html, but much of my site is composed of Zwiki pages, which do not follow that convention. I'm currently playing with the regular expression functions, but I'm not exactly familiar with regex. Any ideas? What is everyone else using when using Zserver, vs. Apache, IIS, etc. Thanks - Scott _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
sean.upton@uniontrib.com