Re: Apache bandwidth calculating

2003-10-07 Thread Abd El-Hameed Mohammed
Thank you all. OK Let me ask again, are there any way to store a web site bandwidth statistics in a file or a database - Original Message - From: Ged Haywood [EMAIL PROTECTED] To: Abd El-Hameed Mohammed [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, October 05, 2003 12:45 PM

RE: [QUESTION] Relating a request to a response

2003-10-07 Thread Pringle, Chris (HP-PSG)
Thanks for your help on this issue. I have modified my code so that it uses the same technique as the one you wrote, and it's now working quite well :) I'm quite interested in the idea of having a generalized bit of code to modify HTTP headers. However, I'm not a particularly experienced Perl

Re: Apache bandwidth calculating

2003-10-07 Thread Skylos the Doggie
In Tue, 7 Oct 2003, Abd El-Hameed Mohammed wrote: Thank you all. OK Let me ask again, are there any way to store a web site bandwidth statistics in a file or a database Yes. I adapted some of the Apache::AuthDBI module into a logging hook that interfaces to a database via dbi via custom

Re: [QUESTION] Relating a request to a response

2003-10-07 Thread Stas Bekman
Pringle, Chris (HP-PSG) wrote: Thanks for your help on this issue. I have modified my code so that it uses the same technique as the one you wrote, and it's now working quite well :) I'm quite interested in the idea of having a generalized bit of code to modify HTTP headers. However, I'm not a

cvs commit: modperl-2.0 Changes

2003-10-07 Thread stas
stas2003/10/07 11:28:38 Modified:lib/ModPerl BuildOptions.pm .Changes Log: fix the Makefile.PL option parser to support overriding of certain build options, in addition to appending to them (.e.g. now MP_LIBNAME is overridable) Submitted by: Andrew