[Zope] Zope User in Apache Logs
Dieter Maurer
dieter at handshake.de
Tue May 2 16:27:14 EDT 2006
Andreas Pauley wrote at 2006-5-2 15:57 +0200:
> ...
>I would like to know how I can get Apache to log the current Zope user.
>Here's an example from my Apache access_log:
>10.0.0.100 - - [02/May/2006:15:32:18 +0200] "GET / HTTP/1.1" 200 35721
Of course, you cannot, unless Apache performs the authentication.
When I remember right, then there is an Apache module (for modern
Apache versions) that allows authentication to be done by
an external system (e.g. LDAP or Zope).
If you use Apache for authentication, you can use "REMOTE_USER"
to inform Zope about the authenticated user.
Search the archive in order to find out about details.
--
Dieter
More information about the Zope
mailing list