You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Dassel, Thomas" <Th...@de.rolandberger.com> on 2002/09/12 13:28:48 UTC

[users@httpd] logresolve on windows

Hello,

I want to log the DNS names of the visitors of my intranetsite and
rotate the logs every 24 hours ( I have like to 3 MB access log for
one day ).
The Apache docs only list the Unix syntax ( Does anyone have a
documentation valid for Windows ? ). Is it possible to first have the
lookups done and then rotate the logs ?
Something like:
Custom Logs "|logresolve | rotatelogs ...\access.log 86400" ??
I can get rotatelogs to work, by using the syntax:

CustomLog "|c:/progra~1/apache~1/apache2/bin/rotatelogs.exe
c:/logs/in%y%m%d.log
86400" combined

but the same doesn´t work for logresolve. No error message is created
nothing in the logfiles either.
I need the instant resolve of the address, as we use DHCP in our offices
and a lot of users have laptops and move around.
Any help, script etc would be appreciated, because I could´t get
anything to work.


Thanks


Thomas Dassel
IT Consultant Business Applications 
.bits - business intelligence & technology services 
Roland Berger Strategy Consultants 
Einsteinring 41-43
85609 Dornach
Germany 
Phone ++49/89/9230 9265 
Fax ++49/89/9230 77265 
Mobile ++49/160 7449265
Confidentiality Notice 

The content of this e-mail message is intended only for the confidential
use of the person(s) to whom it is addressed above. If the reader of
this message is not the designated person to whom it is addressed, you
are hereby notified that you have received this communication in error
and that reading it, copying it, or in any way disseminating its content
to any other person, is strictly prohibited. If you have received this
e-mail in error, please notify the author by using the reply key
immediately.



---------------------------------------------------------------------
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