[JOBS] web development at AvantGo

2000-07-03 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 si

Strange delays

2000-07-03 Thread Eric Jain
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 for the cause of this? I first thought the pr

RE: with Apache::SSI

2000-07-03 Thread Sang Han
-Original Message- From: Roediger Stephan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 03, 2000 9:38 AM To: '[EMAIL PROTECTED]' Subject: with Apache::SSI Hi, Does anyone knows, why standard SSI-Tag: doesn't work with Apache::SSI (maybe it's currently not supported)??? Other used SSI

RE: apache::DBI

2000-07-03 Thread Kristopher Lalletti
Okay, so if it seems that Redhat 6.1/6.2 Apache & mod_perl is broken.. Anyone have a good guide/website to get apache & mod_perl compiled properly? I've been reading the fine manuals and compiled httpd with mod_perl (by using the Makefile.PL from the mod_perl src tree.) When I list the modules co

with Apache::SSI

2000-07-03 Thread Roediger Stephan
Hi, Does anyone knows, why standard SSI-Tag: doesn't work with Apache::SSI (maybe it's currently not supported)??? Other used SSI-Tags are interpreted perfectly by Apache::SSI. Thank you, Stephan

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

2000-07-03 Thread Randy Kobes
On Mon, 3 Jul 2000, David Jourard wrote: > Hi, > > I'm running the win32 version. > I changed the httpd.conf file to include: Apache::DBI > I get that it cannot be found. [ ... ] Apache::DBI doesn't need a C compiler to install, so you should be able to just do c:\> perl -MCPAN -e shell

Re: bogus taint error?

2000-07-03 Thread Vivek Khera
> "MB" == Michael Blakeley <[EMAIL PROTECTED]> writes: >> box *used* to work fine with taint checks, and then suddenly one day >> decided to stop working. MB> What platform and version of perl do you use? Perhaps there's a MB> correlation. Perl 5.004_04 on BSD/OS 4.0, and perl 5.005_02 on S

Re: bogus taint error?

2000-07-03 Thread Michael Blakeley
At 11:48 AM -0400 7/3/2000, Vivek Khera wrote: > > "MB" == Michael Blakeley <[EMAIL PROTECTED]> writes: > >MB> At 3:37 PM -0700 7/2/2000, Michael Blakeley wrote: >>> At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm >>

Re: bogus taint error?

2000-07-03 Thread Michael Blakeley
At 10:49 AM -0500 7/3/2000, Matt Carothers wrote: >On Sun, 2 Jul 2000, Michael Blakeley wrote: > >> This is just plain weird. My last resort was to turn taint off: >> >> $ ls -l logs/httpd.pid >> -rw-rw-rw- 1 root other 6 Jul 2 19:23 logs/httpd.pid >> $ grep -i taint conf/httpd

Compiling Apache 1.3.12 on Hp_UX 11

2000-07-03 Thread Kairam, Raj
For those of you who were able to compile Apache Server 1.3.12 on HP-UX 11... In the documentation for Dynamic Shared Object (DSO) Support ( under heading Implementation in the dso.html page ) it is mentioned that the mod_so.c is the only module besides http_core.c which cannot be put into a DSO i

Can't find Apache::DBI on Win32 version

2000-07-03 Thread David Jourard
Hi, I'm running the win32 version. I changed the httpd.conf file to include: Apache::DBI I get that it cannot be found. I"ve setup the path inside httpd file as push @INC,qw(c:/perl/site/5.6.0/lib c:/perl/5.6.0/lib c:/perl/5.6.0/lib/MSWin32-x86 c:/per

Re: Perl Registry ... Memory consumption.

2000-07-03 Thread Tom Brown
first off, David Hodgkinson's comments are correct... Stas's guide is very thorough, and covers pretty much all of this. On Mon, 3 Jul 2000, Nigel Hamilton wrote: > Hi, > I've been trying to setup mod_perl in an Apache/Red Hat > Linux/mySQL environment for the last couple of weeks. >

Re: bogus taint error?

2000-07-03 Thread Matt Carothers
On Sun, 2 Jul 2000, Michael Blakeley wrote: > This is just plain weird. My last resort was to turn taint off: > > $ ls -l logs/httpd.pid > -rw-rw-rw- 1 root other 6 Jul 2 19:23 logs/httpd.pid > $ grep -i taint conf/httpd.conf > #PerlTaintCheck On > $ ls -l conf/httpd.conf > -rw

Re: bogus taint error?

2000-07-03 Thread Vivek Khera
> "MB" == Michael Blakeley <[EMAIL PROTECTED]> writes: MB> At 3:37 PM -0700 7/2/2000, Michael Blakeley wrote: >> At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: >>> With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm >>> seeing intermittent taint errors like >>> [Sat Jul 1

Re: Script that stays on the same page

2000-07-03 Thread Alan Sparks
It's generally not a good idea to follow up a user action with a page that doesn't change... The lack of feedback makes people very nervous. Notwithstanding, you can accomplish this by sending back a Status: of 204 (No Change) and a content-type: of text/html -- with no entity body. The browser

User pressed stop?

2000-07-03 Thread Matt Sergeant
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 just ig

possible?

2000-07-03 Thread Vincent Bruijnes
Dear mod_perl users. Is it possible to have an apache with --enable-shared=max and mod_perl statically linked? If yes please tell me how to do, i need mod_perl statically cause otherwise my Apache::ASP won't work. Sincerely Vincent Bruijnes [EMAIL PROTECTED]

Script that stays on the same page

2000-07-03 Thread Pierre-Yves BONNETAIN
Hello, For my server, I need to write some script that will be 'regularly' triggered (GET or POST), but that will NOT send the user to another page. The user must stay on the same page he is, without ANY html being exchanged as a result of the script. This will be used to change paramete

Re: Virtual Hosts and POST

2000-07-03 Thread Jon Wyatt
Jay J wrote: > > Jon Wyatt wrote: > > > > > > > > [EMAIL PROTECTED] wrote: > > > > > > > > Simple first stage question:- > > > > > > > > Your not using mod_rewrite at all (it took me 6 hours to work out that that >was causing the same problem for me). > > > > > > > > > > I wasn't but I am now an

Re: Perl Registry ... Memory consumption.

2000-07-03 Thread David Hodgkinson
Nigel Hamilton <[EMAIL PROTECTED]> writes: > Hi, > I've been trying to setup mod_perl in an Apache/Red Hat > Linux/mySQL environment for the last couple of weeks. > > When running Apache::Registry on production, mod_perl chewed up > all the available memory (at that stage onl

Perl Registry ... Memory consumption.

2000-07-03 Thread Nigel Hamilton
Hi, I've been trying to setup mod_perl in an Apache/Red Hat Linux/mySQL environment for the last couple of weeks. When running Apache::Registry on production, mod_perl chewed up all the available memory (at that stage only 64 Meg) and the system started to use swap memory