Looking at this, I'm tempted to do a similar thing. My thought was
to take the code and then twist it slightly to put the information into
a database. ie when I create a new session, grab the information
about browser etc.
Would save me a bit if it were already a completed apache::
module but if not. I'll do it probably within the next three weeks.
Scott
On 29 Jun 2000, at 16:35, Drew Taylor wrote:
> Next question, what if this was turned into a proper Apache module and
> run as the PerlFixupHandler. It could put the sniffer results into
> $r->notes entries, which could then be used where ever needed. I'll
> assume it would just return DECLINED so the standard handlers will be
> run.