Re: [OT] Apache::DBI and Postgres

2003-06-02 Thread valerian
On Wed, May 14, 2003 at 10:48:45AM -0400, Eric Sammer wrote: Not really a problem (yet), but out of curiousity... I'm using Apache::DBI with postgres and while not serving requests, all the postgres processes are listed as idle in transaction. Obviously, the DBI connect statements are

weird cookie behavior

2002-11-10 Thread valerian
I'm experiencing strange behavior with cookies when my scripts are accessed in mod_perl (using Apache::Registry). Everything works fine so long as my browser is configured to not go through a proxy (ie, in Netscape 4.77, directly connected to the Internet option is selected). When I configure it

Re: Documentation for Apache::exit()?

2002-09-25 Thread valerian
On Tue, Sep 24, 2002 at 08:03:56PM -0700, Kyle Oppenheim wrote: There are a few performance penalties when using Apache::Registry: * Scripts are compiled at first request instead of server start unless you use something like Apache::RegistryLoader. So, the first request per child will be a

Re: Apache::PerlRun weird behavior?

2002-09-03 Thread valerian
On Sun, Sep 01, 2002 at 12:58:18PM +0800, Stas Bekman wrote: Copy-n-pasted your conf and the code and I cannot reproduce the problem with Apache::PerlRun. Do you have this problem when you run the server under 'httpd -X'? Yes What mod_perl version are you using? Try to use the latest

Apache::PerlRun weird behavior?

2002-08-31 Thread valerian
Hi I'm new at mod_perl, and I decided to start running my scripts with Apache::PerlRun so I don't have to rewrite them right away (they're too 'dirty' to run under Apache::Registry). Anyway, I figured it was going to be easy since PerlRun provides an environment similar to CGI, but something