Hi, I've just managed to setup my first virtual host (http://www.buergerportal.de) with RewriteRule. The whole site is zope-based. And it works. Now I configured webalizer to use the given TransferLog and write the statistics to /path/to/htdocs/webalizer/buergerportal How can I access these logs? I would like to use something like this: http://www.buergerportal.de/logs TIA juh -- www.juergen-rüttgers.de - und tschö! http://www.sudelbuch.de/2000/20000505.html
On Tue, Aug 20, 2002 at 02:52:12PM +0200, Jan Ulrich Hasecke wrote:
Hi,
I've just managed to setup my first virtual host (http://www.buergerportal.de) with RewriteRule. The whole site is zope-based. And it works.
Now I configured webalizer to use the given TransferLog and write the statistics to /path/to/htdocs/webalizer/buergerportal
How can I access these logs?
I do it with a LocalFilesystem... -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
Reinoud van Leeuwen <reinoud.v@n.leeuwen.net> schrieb:
Now I configured webalizer to use the given TransferLog and write the statistics to /path/to/htdocs/webalizer/buergerportal
How can I access these logs?
I do it with a LocalFilesystem...
Thanks for that hint. I installed it but get this error when accessing any file not declared as default_document. The object at http://myserver/Buergerportal/logs/usage_200208.html has an empty or missing docstring. Objects must have a docstring to be published. <pre onclick="this.firstChild.data=this.lastChild.data"> §<!-- Traceback (innermost last): File /opt/zope/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /opt/zope/lib/python/ZPublisher/Publish.py, line 114, in publish File /opt/zope/lib/python/Zope/__init__.py, line 158, in zpublisher_exception_hook (Object: logs) File /opt/zope/lib/python/ZPublisher/Publish.py, line 89, in publish File /opt/zope/lib/python/ZPublisher/BaseRequest.py, line 320, in traverse File /opt/zope/lib/python/ZPublisher/HTTPResponse.py, line 480, in debugError NotFound: (see above) --></pre> Ciao! juh -- juh's Sudelbuch Best of 1999: Was gefiel, was missfiel den Lesern 1999? http://www.sudelbuch.de/best1999/index.html
I use an iframe in a dtml document -- see http://www.monkeynoodle.org/webalizer/ On Tue, 2002-08-20 at 08:18, Jan Ulrich Hasecke wrote:
Reinoud van Leeuwen <reinoud.v@n.leeuwen.net> schrieb:
Now I configured webalizer to use the given TransferLog and write the statistics to /path/to/htdocs/webalizer/buergerportal
How can I access these logs?
I do it with a LocalFilesystem...
Thanks for that hint. I installed it but get this error when accessing any file not declared as default_document.
The object at http://myserver/Buergerportal/logs/usage_200208.html has an empty or missing docstring. Objects must have a docstring to be published.
<pre onclick="this.firstChild.data=this.lastChild.data"> §<!-- Traceback (innermost last): File /opt/zope/lib/python/ZPublisher/Publish.py, line 150, in publish_module File /opt/zope/lib/python/ZPublisher/Publish.py, line 114, in publish File /opt/zope/lib/python/Zope/__init__.py, line 158, in zpublisher_exception_hook (Object: logs) File /opt/zope/lib/python/ZPublisher/Publish.py, line 89, in publish File /opt/zope/lib/python/ZPublisher/BaseRequest.py, line 320, in traverse File /opt/zope/lib/python/ZPublisher/HTTPResponse.py, line 480, in debugError NotFound: (see above)
--></pre>
Ciao! juh
-- juh's Sudelbuch Best of 1999: Was gefiel, was missfiel den Lesern 1999? http://www.sudelbuch.de/best1999/index.html
_______________________________________________ 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 )
-- Jack Coates Monkeynoodle: A Scientific Venture...
Am Die, 2002-08-20 um 15.03 schrieb Reinoud van Leeuwen:
On Tue, Aug 20, 2002 at 02:52:12PM +0200, Jan Ulrich Hasecke wrote:
Hi,
I've just managed to setup my first virtual host (http://www.buergerportal.de) with RewriteRule. The whole site is zope-based. And it works.
Now I configured webalizer to use the given TransferLog and write the statistics to /path/to/htdocs/webalizer/buergerportal
How can I access these logs?
I do it with a LocalFilesystem... Which does have the additional benefit that you might restrict the access to the statistics via the Zope Authentication/Security system :)
Andreas
Jan Ulrich Hasecke writes:
I've just managed to setup my first virtual host (http://www.buergerportal.de) with RewriteRule. The whole site is zope-based. And it works.
Now I configured webalizer to use the given TransferLog and write the statistics to /path/to/htdocs/webalizer/buergerportal
How can I access these logs?
I would like to use something like this: http://www.buergerportal.de/logs Serve them directly by Apache...
Dieter
participants (5)
-
Andreas Kostyrka -
Dieter Maurer -
Jack Coates -
Jan Ulrich Hasecke -
Reinoud van Leeuwen