Hi, I have an embperl script that generates html output. This in just one page called index.html and is called with extra arguments to show different content.
The apache logfiles logs this: GET /index.html?id=p100 GET /index.html?id=p79 When I run webalizer there is only one page so there is no way to view what content the visitors visited. (every thing after the ? is stripped) I thought I have Embperl generate my own logfile but of course this creates some problems. I can manage all the normal information but the server codes (200,304,404) are a problem as are the bytes transfered. The server codes could be fixed (I just put 200 or 304) but error pages cannot since embperl would fail to execute.) but is there a way to request the total size of the transfered data? Maybe just before embperl exits? 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? Is there an other solution? I gues many people have this problem? Regards Hans de Groot --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
