[JOBS] web development at AvantGo

2000-07-04 Thread Jonathan Swartz
The web technology group at AvantGo (http://avantgo.com) is looking for a few killer engineers. AvantGo develops mobile applications, most notably delivering internet/intranet content to handheld devices and cell phones. Our group is responsible for the technologies underlying AvantGo's web

Re: Strange delays

2000-07-04 Thread Robin Berjon
At 07:09 04/07/2000 +0200, Eric Jain wrote: Once in a while the first page being requested by a client is delayed by approximately 10s, even though there is no significant load on the server. Usual delays are between 0 and 1s, rarely up to 4s (complex database queries). Any Ideas where to look

Re: Simple program _setting_ REMOTE_ADDR

2000-07-04 Thread Steve van der Burg
Ack! That was pretty stupid of me. It doesn't explain why SetEnvIf Request_URI "/cgi-bin/VENDOR" REMOTE_ADDR=1.2.3.4 didn't work, but I can take that to the Apache folks. It's because mod_cgi sets the environment variable just before it runs the program (and thus overriding whatever you

Re: User pressed stop?

2000-07-04 Thread Eric Cholet
Every so often I get: Broken pipe: client stopped connection before rflush completed In my error log. Is that the "user pressed stop" condition? AxKit just sends raw files (unless in no_cache mode), i.e. it sets $r-filename() and then returns DECLINED. Do I need to handle this, or can I

DIR_MERGE and .htaccess

2000-07-04 Thread Matt Sergeant
Shouldn't DIR_MERGE be called when .htaccess files are found at different levels, e.g: /axkit/.htaccess and /axkit/test/.htaccess I ask for /axkit/test/test.xsp I would have expected it to ask for both .htaccess files and try and merge the two using DIR_MERGE, but it doesn't. Am I missing

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread David Jourard
Hi, At 03:30 PM 7/3/00 -0500, Randy Kobes wrote: http://www.perl.com/CPAN/authors/id/M/ME/MERGL/, unpack it, and run perl Makefile.PL nmake nmake install If you don't have nmake, you can get a self-extracting archive from ftp://ftp.microsoft.com/softlib/MSLFILES/nmake15.exe. This

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread David Mitchell
This worked but now I get upon start up of the apache httpd daemon: defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm line 135 (Maybe you should just omit the defined()?) Just edit c:/Perl/site/5.6.0/lib/Apache/DBI.pm, deleting the 'defined' on line 135 :-)

Getting DB2U support

2000-07-04 Thread Sam Carleton
Folks, I have installed mod_perl and I would like to access a DB2 server. What perl modules do I need to install? Are there any tutorials out there to give me the basics of access DB2 from perl? Sam

Re: Can't find Apache::DBI on Win32 version

2000-07-04 Thread Randy Kobes
On Tue, 4 Jul 2000, David Jourard wrote: At 06:24 PM 7/4/00 +0100, David Mitchell wrote: This worked but now I get upon start up of the apache httpd daemon: defined(@array) is deprecated at c:/Perl/site/5.6.0/lib/Apache/DBI.pm line 135 (Maybe you should just omit the defined()?)

Re: Getting DB2U support

2000-07-04 Thread Joshua Chamas
Sam Carleton wrote: Folks, I have installed mod_perl and I would like to access a DB2 server. What perl modules do I need to install? Are there any tutorials out there to give me the basics of access DB2 from perl? Sam Try installing DBI DBD::DB2 . Check out

Re: DIR_MERGE and .htaccess

2000-07-04 Thread Rick Myers
On Jul 04, 2000 at 14:40:26 +0100, Matt Sergeant twiddled the keys to say: Shouldn't DIR_MERGE be called when .htaccess files are found at different levels, e.g: /axkit/.htaccess and /axkit/test/.htaccess I ask for /axkit/test/test.xsp I would have expected it to ask for both