> > Or is this a totally bad idea and should I convert the apache logfile > and just translate the index.html?id=p100 into something like > index.html_page=100? >
Running a simple Perl script that does the replacement is the easiest solution. Another solution is to write a mod_perl log handler. In that log handler you have all informations from the request and can log them the way you want. There are several mod_perl log handler already on cpan as an example or take a look at the mod_perl guide at perl.apache.org Gerald -------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh IT-Securityl�sungen * dynamische Webapplikationen * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 939-122 WWW: http://www.ecos.de/ Fax: +49 6133 939-333 -------------------------------------------------------------- | | ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info | +------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
