Re: perl modules not running after 'minor' change

2004-09-06 Thread Rici Lake
Hi, Ben (and modperl folken) I've pieced together your config file from the bit's you've sent me and posted; I deleted the ip numbers, but here is what I think it basically looks like: # Doesn't work SetHandler server-status Order deny,allow Deny from all Allow from xx.xx.xx.xx A

mod_perl sometimes prints to error log instead of client

2004-09-06 Thread Ryan Underwood
Hi, I've had this strange problem off and on ever since we started using mod_perl. Occasionally, when the page is generated and printed, the output goes to the Apache error log instead of to the client (the client only receives Connection: close). The site engine is designed in such a way that

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-09-06 Thread Randy Kobes
On Mon, 6 Sep 2004, Stas Bekman wrote: > Randy Kobes wrote: [ ... ] > > I get related problems with Apache-Test when trying to > > compile a 3rd party Apache module - note that @INC doesn't > > contain any 'blib' directories, so it tries to use the > > required modules in the system Perl. > > Rand

Re: perl modules not running after 'minor' change

2004-09-06 Thread William McKee
On Mon, Sep 06, 2004 at 03:31:51PM -0700, Ben Hopkins wrote: > Here's the error log entries: > [Mon Sep 6 15:21:44 2004] [error] [client 4.42.113.186] File does not > exist: /usr/local/apache/htdocs/server-status > [Mon Sep 6 15:22:03 2004] [error] [client 4.42.113.186] File does not > exist: /

Re: perl modules not running after 'minor' change

2004-09-06 Thread Ben Hopkins
William McKee wrote: On Sat, Sep 04, 2004 at 12:56:26PM -0700, Ben Hopkins wrote: I got FORBIDDEN errors until I put my IP addr (I'm working on a remote server). Then I got 404s. The directives look similar to mine. Is there no message in the Apache error logs that gives you a hint of wha

Re: [mp2] Test failures with APR::Socket

2004-09-06 Thread Ken Simpson
cw [06/09/04 13:50 +0100]: > Hey folks, > After a little delay due to other work getting in the way I'm back with > more questions. Make test is bailing out in a few places. Rather than > dump all the outputs here I've put them on my webspace: > > http://www.fidei.co.uk/files/mod_perl/ You are

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-06 Thread Ken Simpson
> Ken, do you think this is somehow related to your recent patch in apr? > These tests didn't break before on NetBSD, is that correct, Mikhail? I'd put my $5.00 on APR being the cause of this problem. Mikhail, you will probably need to patch APR when you build Apache. Try this patch, which I am g

Re: perl modules not running after 'minor' change

2004-09-06 Thread William McKee
On Sat, Sep 04, 2004 at 12:56:26PM -0700, Ben Hopkins wrote: > I got FORBIDDEN errors until I put my IP addr (I'm working on a remote > server). Then I got 404s. The directives look similar to mine. Is there no message in the Apache error logs that gives you a hint of what's wrong with your syst

Re: [mp2] Test failures with APR::Socket

2004-09-06 Thread cw
Stas Bekman wrote: for the future, your report misses several important parts. In the future please make sure to read: http://perl.apache.org/bugs/ before submitting a report. Also since all the errors are identical we prefer an inlined report with just one test. My apologies, I did actually go

Re: [mp2] Test failures with APR::Socket

2004-09-06 Thread Stas Bekman
cw wrote: Stas Bekman wrote: for the future, your report misses several important parts. In the future please make sure to read: http://perl.apache.org/bugs/ before submitting a report. Also since all the errors are identical we prefer an inlined report with just one test. My apologies, No wor

Re: mod_perl (1.99_16) fails to begin tests because of assertion "rv == APR_SUCCESS" failed in vhost.c -- More Information

2004-09-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: So, I ran the t/TEST -conf and t/TEST tests separately, replacing "_default_" with the actual name of the host machine. LOTS of errors and ultimately a completely wedged test script. I was also able to run some tests after, as individual tests. You broke the vhosts configur

Re: [mp2] NetBSD-1.6.2 modperl snapshot build error

2004-09-06 Thread Stas Bekman
Randy Kobes wrote: On Fri, 27 Aug 2004, Stas Bekman wrote: cw wrote: Hi there folks, Jumping in on this one a little late but I've been having the same problem. Software: Apache 2.0.50 Perl: 5.8.5 Modperl: 1.9916 OS: OpenBSD 3.5 I get exactly the same error however when commenting out the lines a

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Tried to build mod_perl-1.99_16 on NetBSD-1.6.2 with perl 5.8.4, httpd-2.0.51-dev (latest snapshot). mod_perl make test fails. here are the details: Failed Test Stat Wstat Total Fail Failed List of Failed

Re: [mp2] Test failures with APR::Socket

2004-09-06 Thread Stas Bekman
cw wrote: Hey folks, After a little delay due to other work getting in the way I'm back with more questions. Make test is bailing out in a few places. Rather than dump all the outputs here I've put them on my webspace: http://www.fidei.co.uk/files/mod_perl/ for the future, your report misses sev

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: gmake 3.80 has no problem with this on NetBSD-1.6.2 also. This *BSD issue is now documented at: http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#make__don_t_know_how_to_make_dynamic__Stop -- __

Re: Wrong error message while building mp2

2004-09-06 Thread Stas Bekman
Pratik wrote: I was trying to build mp2 statically using httpd-2.0.50 and I got the following error message. $ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1 MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50 Reading Makefile.PL args from @ARGV MP_AP_BUILD = 1 MP_AP_PREFIX = /home/prati

Wrong error message while building mp2

2004-09-06 Thread Pratik
I was trying to build mp2 statically using httpd-2.0.50 and I got the following error message. $ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1 MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50 Reading Makefile.PL args from @ARGV MP_AP_BUILD = 1 MP_AP_PREFIX = /home/pratik/src/mp2/htt

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-06 Thread MGorbunov
gmake 3.80 has no problem with this on NetBSD-1.6.2 also. Mikhail Gorbunov -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: [mp2] Test failures with APR::Socket

2004-09-06 Thread cw
Oops, I thought the earlier one had gotten lost due to my having the wrong email as sender. Ignore the earlier and go to the latter as I have updated for when I left echo_filter running over lunch. Looks like another issue with the BSDs as I'm running OpenBSD and I see someone posting a similar

[mp2] Test failures with APR::Socket

2004-09-06 Thread cw
Hey folks, After a little delay due to other work getting in the way I'm back with more questions. Make test is bailing out in a few places. Rather than dump all the outputs here I've put them on my webspace: http://www.fidei.co.uk/files/mod_perl/ Key points to note here: For some reason, echo_t

[mp2] Test failures with APR::Socket

2004-09-06 Thread cw
Hey folks, After a little delay due to other work getting in the way I'm back with more questions. Make test is bailing out in a few places. Rather than dump all the outputs here I've put them on my webspace: http://www.fidei.co.uk/files/mod_perl/ Key points to note here: For some reason, echo_t

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-06 Thread cw
Gmake works on OpenBSD 3.5 as well. Just need to iron out the test failures that happen regardless of make/gmake. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Wrong error message

2004-09-06 Thread Pratik
I was trying to build mp2 statically using httpd-2.0.50 and I got the following error message. $ perl Makefile.PL PREFIX=/home/pratik/src/mp2 MP_AP_BUILD=1 MP_AP_PREFIX=/home/pratik/src/mp2/httpd-2.0.50 Reading Makefile.PL args from @ARGV MP_AP_BUILD = 1 MP_AP_PREFIX = /home/pratik/src/mp2/h

[mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-06 Thread MGorbunov
Tried to build mod_perl-1.99_16 on NetBSD-1.6.2 with perl 5.8.4, httpd-2.0.51-dev (latest snapshot). mod_perl make test fails. here are the details: Failed Test Stat Wstat Total Fail Failed List of Failed