Strange delays

2000-07-03 Thread Eric Jain
the problem might be with the database connections. However these same delays also happen with pages, that don't need to connect at all... -- Eric Jain httpd.conf -- ... Timeout 300 KeepAliveOn MaxKeepAliveRequests 100 KeepAliveTimeout 5 MinSpareServers 10

Apache::DBI

2000-06-21 Thread Eric Jain
), but not stored afterwards? Or could Apache::DBI::db::disconnect be changed, so it would actually disconnect, except if it was handling one of the connect_on_init connections? -- Eric Jain

Logging response times

2000-06-13 Thread Eric Jain
I currently log "time - $r-request_time" in my PerlLogHandler. This seems to works well, but I'm sure there is a better method, which also is able to log more detailed than just in seconds... -- Eric Jain

RE: PerlTransHandler and CGI.pm

2000-06-08 Thread Eric Jain
Got it... Seems like the query string is decoded twice: Therefore http://biodoc.ch/de/search;query=%252Btest+%252Bdna+-xyz works perfectly, since all the '%' are encoded. Then it even works with slashes :-) -- Eric Jain When processing the url http://biodoc.ch/de/search?query=%2Btest

PerlTransHandler and CGI.pm

2000-06-07 Thread Eric Jain
); } But what? -- Eric Jain

RE: Cache control

2000-05-26 Thread Eric Jain
or check if it should be reloaded...) This might be the cause of its respectlessness :-) -- Eric Jain

Content negotiation headers

2000-05-07 Thread Eric Jain
-Location: 01.xml Vary: negotiate TCN: choice Connection: close Content-Type: text/html This will obviously not be cached by any proxies :-( So how do I get rid of Content-Location, Vary and TCN? --Eric Jain