Re: TransHandler causes Undefined subroutine #::handler called.

2001-02-21 Thread G.W. Haywood
Hi there, On Tue, 20 Feb 2001, Russell Lundberg wrote: Apache 1.3.12 (EVERYTHING=1), mod_perl 1.24, Perl 5.005_2, Solaris 5.7. package Apache::Download; use Apache; sub handler { return DECLINED; } 1; [error] null: Undefined subroutine #::handler called. What's the file's name, where is

Re: TransHandler causes Undefined subroutine #::handler called.

2001-02-21 Thread Ask Bjoern Hansen
On Tue, 20 Feb 2001, Russell Lundberg wrote: I'm having problems with the PerlTransHandler handler. Every request generates the following error: [error] null: Undefined subroutine #::handler called. Here is the TransHandler: package Apache::Download; use Apache; sub

Re: Unexpected PATHINFO behavior under SSL

2001-02-21 Thread Ask Bjoern Hansen
On Mon, 19 Feb 2001, Jeff Beard wrote: This may be offtopic-ish but I'm hoping for some forbearance. This has ruined a perfectly good day. :) I have an application that gets it state information from PATHINFO. Runs fine without SSL but I setup a test env using Raven SSL then PATHINFO, and

mod_perl and Apache 2.0 alpha on win32

2001-02-21 Thread Alistair McDonald
Howdy. As mod_perl and Apache 1.3 won't thread on NT/2000, I'm asking if anyone has any experience with mod_perl and Apache 2.0 alpha. I've built apache which runs (though it doesn't like my old configuration file very much!), but can't get mod_perl running. Mod_perl builds OK

Re: mod_perl as DSO on AIX with perl-5.6

2001-02-21 Thread Jens-Uwe Mager
On Wed, Feb 07, 2001 at 06:29:04PM -0600, Christian Gilmore wrote: Recompiling with dl_dlopen.xs instead of dl_aix.xs caused 49 of the 180 self-tests to fail. I recompiled with debugging turned on and ran against GDB. Here's the result followed by the output of './perl -I./lib -V'. Jens, did

RE: Apache::DBI::connect problem, please help

2001-02-21 Thread Brad Howerter
Thank you, Geoff and Arun. I am doing it the way you suggest. My problem turned out to be a bad installation of Apache::DBI.pm. (it was just a copy of DBI.pm). -Original Message- From: Arun Theeban [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 11:39 PM To: Geoffrey

[OT] HTTP/1.1 client support using LWPng

2001-02-21 Thread Simon Rosenthal
Slightly off topic... I am considering using the LWPng (HTTP/1.1) client code for an app where we could gladly use both of the HTTP/1.1 features that it offers: persistent connections (the client and server are separated by 7 time zones and the TCP connect time is a horrible 125 ms ;=( , and

[JOB] Perl web/database programmer needed

2001-02-21 Thread Ray Zimmerman
Within the next few weeks we expect to formally announce a position open immediately for an on-site web/database programmer (using mod_perl, mysql and probably Mason). We're located in the beautiful Fingerlakes region of upstate New York. Here's the description ... - Web/Database

undefined symbol: perl_get_cv

2001-02-21 Thread Reid Sutherland
Hi, I recently download mod_perl 1.25 to go along side Apache 1.3.17, but I get the following error when running Apache: undefined symbol: perl_get_cv I'm running Debian Woody (unstable), with perl-5.6.0. Thanks, -reid

Odd Caching Bug

2001-02-21 Thread Stathy Touloumis
Hello, One of the developers I currently am working with has found an odd bug that can be replicated on several workstations. First my configuration : Apache 1.3.17 mod_perl 1.25 Mason (Ancient) Apache::DBI .88 Postgres 7 MaxRequestsPerChild 1 KeepAlive on We have two components that contain

GET correctness

2001-02-21 Thread Joachim Zobel
Hi. A thing I would like to have is a module that ensures GET correctness. It should at least prevent file and database writes when handling a GET request. Does such a beast exist? Thanx, Joachim -- "... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden koennen."

Rotating Apache logs

2001-02-21 Thread Terry Newnham
Hi I've found out how to edit httpd.conf so that it will rotate the error and access logs. But you have to restart apache to read that which I'd rather not do. Is there a command-line use or the rotatelogs by means of which you can rotate the logs on the fly ? Terry

RE: undefined symbol: perl_get_cv

2001-02-21 Thread Liddick, Scott
I think you need to compile the perl part of mod_perl with PERL_STACKED_HANDLERS=1 or EVERYTHING=1 -Original Message- From: Reid Sutherland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 11:29 AM To: [EMAIL PROTECTED] Subject: undefined symbol: perl_get_cv Hi, I

[Fwd: TransHandler causes Undefined subroutine #::handler called.]

2001-02-21 Thread Russell Lundberg
Thanks for your comments. I renamed the file/package with the same result. I will need to figure out the OS patches and maybe upgrade to current sources before trying again. Russell "G.W. Haywood" wrote: Hi there, On Tue, 20 Feb 2001, Russell Lundberg wrote: Apache 1.3.12

[Fwd: TransHandler causes Undefined subroutine #::handler called.]

2001-02-21 Thread Russell Lundberg
Thanks for helping. Here is the line from httpd.conf: PerlTransHandler Apache::Download One version of the handler did as you say. I have tried several different approaches to make this work. I should point out that each of the versions worked fine on my Win98 laptop running Randy

Re: [AIX] [gsar@ActiveState.com: v5.6.1 trial2 is available]

2001-02-21 Thread G.W. Haywood
Hi guys, [AIX-4.3.2, IBM's C compiler, Apache apxs shared modules] How about putting [AIX] in the subject line? I've seen a number of people asking about AIX on the mod_perl List. 73, Ged.

RE: success with Apache::Compress

2001-02-21 Thread Geoffrey Young
-Original Message- From: Justin To: [EMAIL PROTECTED] Sent: 2/21/01 5:19 PM Subject: success with Apache::Compress Hi, after looking at mod_gzip, Apache::Gzip, Apache::GzipChain and so on, I decided to try Apache::Compress, with some doubt that it was "worth it" There were a

cvs commit: modperl-2.0/lib/ModPerl Code.pm

2001-02-21 Thread dougm
dougm 01/02/21 19:49:22 Modified:lib/Apache Build.pm lib/ModPerl Code.pm Log: make noedit_warning routines more usable elsewhere Revision ChangesPath 1.31 +9 -2 modperl-2.0/lib/Apache/Build.pm Index: Build.pm