Re: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-11 Thread Joshua Chamas

Eric Bellotti wrote:
> 
> Hello,
> 
> I set BufferingOn = 1, Debug was already = 2.
> 
> access-log reports a 500,
> 
> 216.221.202.194 - - [10/Feb/2001:14:47:22 -0500] "GET /categories.asp
> HTTP/1.1" 500 578
> 
> error-log reports
> 
> [Sat Feb 10 14:52:05 2001] [error] Null filename used at (eval 23) line 2.
> [Sat Feb 10 14:52:05 2001] [error] Undefined subroutine &#::handler called.
> 

OK, still no clue here, try Debug -2, which is system level debugging,
and can you please provide your script that does this, and the error log 
from a fresh apache stop/start.  Also you might try making sure you 
have the latest Apache::ASP v2.09 and modperl statically compiled into
apache, not DSO, but the latter is a long shot that it might be
related to this.

--Josh



RE: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-10 Thread Eric Bellotti


Hello,

I set BufferingOn = 1, Debug was already = 2.

access-log reports a 500,

216.221.202.194 - - [10/Feb/2001:14:47:22 -0500] "GET /categories.asp
HTTP/1.1" 500 578

error-log reports

[Sat Feb 10 14:52:05 2001] [error] Null filename used at (eval 23) line 2.
[Sat Feb 10 14:52:05 2001] [error] Undefined subroutine &#::handler called.

And as you can see (at the URL), the error message is no more descriptive
than it was before.  I'm on
openbsd 2.8 GENERIC
apache_1.3.17
mod_perl-1.25
mod_ssl-2.8.0-1.3.17

There's another behavior I ran into with my new httpd that may be related
and might help shed some light; If persistent HTTP connections are enabled,
the client will receive only a part of a document, then on the next refresh,
receive the rest.

Regards,

Eric


-Original Message-
From: Joshua Chamas [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 10, 2001 12:26 PM
To: Eric Bellotti
Cc: [EMAIL PROTECTED]
Subject: Re: Apache::ASP and "Undefined subroutine &#::handler called."


Eric Bellotti wrote:
>
> Hello,
>
> I am having some strange problems with my apache + mod_perl + mod_ssl +
> Apache::ASP.
> I compiled all 3 from the latest sources as explained in the mod_perl
> directory.  After some light brain surgery, I had an httpd with mod_perl
> (EVERYTHING=1) and mod_ssl.  But, funny things happened.
> ...
> [Fri Feb  9 19:11:04 2001] [error] Undefined subroutine
&#::handler called.
> Now I can live with the error message, after all, this is not mission
> critical.  However, it puts a nasty error dump at the end of the page, see
> http://systemcrash.org/categories.asp

OK, checked out the URL, but couldn't tell from that error there, try
setting PerlSetVar Debug 2, which is developer debugging, and PerlSetVar
BufferingOn 1,
so the error is clean, and not mixed with prior HTML output.  If you'd post
the full error message that you get under those conditions, that'd be great.
I cannot guess what &#::handler is coming from quite yet.

--Josh

_
Joshua Chamas   Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA
http://www.nodeworks.com1-714-625-4051




Re: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-10 Thread Joshua Chamas

Eric Bellotti wrote:
> 
> Hello,
> 
> I am having some strange problems with my apache + mod_perl + mod_ssl +
> Apache::ASP.
> I compiled all 3 from the latest sources as explained in the mod_perl
> directory.  After some light brain surgery, I had an httpd with mod_perl
> (EVERYTHING=1) and mod_ssl.  But, funny things happened.
> ...
> [Fri Feb  9 19:11:04 2001] [error] Undefined subroutine &#::handler called.
> Now I can live with the error message, after all, this is not mission
> critical.  However, it puts a nasty error dump at the end of the page, see
> http://systemcrash.org/categories.asp

OK, checked out the URL, but couldn't tell from that error there, try 
setting PerlSetVar Debug 2, which is developer debugging, and PerlSetVar BufferingOn 
1, 
so the error is clean, and not mixed with prior HTML output.  If you'd post 
the full error message that you get under those conditions, that'd be great.
I cannot guess what &#::handler is coming from quite yet.

--Josh

_
Joshua Chamas   Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com1-714-625-4051



Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-09 Thread Eric Bellotti


Hello,

I am having some strange problems with my apache + mod_perl + mod_ssl +
Apache::ASP.
I compiled all 3 from the latest sources as explained in the mod_perl
directory.  After some light brain surgery, I had an httpd with mod_perl
(EVERYTHING=1) and mod_ssl.  But, funny things happened.

1. Firstly, although I compiled with STACKEDHANDLERS enabled, Apache::ASP +
Apache::SSI (using Apache::Filter) did not honor