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

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 only 64

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 and it's made no difference.

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

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]

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

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.

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

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.conf

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 seeing

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 Solaris 2.6.

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 cpan

!--#config timefmt=blahblahblah-- with Apache::SSI

2000-07-03 Thread Roediger Stephan
Hi, Does anyone knows, why standard SSI-Tag: !--#config timefmt="%blah"-- 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: 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

RE: !--#config timefmt=blahblahblah-- 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: !--#config timefmt=blahblahblah-- with Apache::SSI Hi, Does anyone knows, why standard SSI-Tag: !--#config timefmt="%blah"-- doesn't work with

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