Re: perl modules not running after 'minor' change

2004-09-04 Thread William McKee
On Fri, Sep 03, 2004 at 10:47:37PM -0700, Ben Hopkins wrote: > THAT DID IT! I commented perl's LoadModule, restarted, and VIOLA, > every thing's back to normal. Hey Ben, I'm glad that Rici was able to help you. > The very odd thing is that there are no errors in the build, or in > apach

Re: [mp2] Compatibility issue: Apache::ParseFormData vs. 1.99_15

2004-09-04 Thread Stas Bekman
Fred Moyer wrote: Fred, thanks for assistance, but your patch does not touch line 144 in ParseFormData.pm: Thanks for the spot. My point though was that if you're not comfortable with using the current libapreq release because it's developer release, then making the changes to Apache::ParseFormDa

Re: Apache-authenNTLM-2.07 and mp 1.99_16 work ?

2004-09-04 Thread Stas Bekman
Arnaud Blancher wrote: hello i use Apache-authenNTLM-2.07 with mod_perl 1.99.14 and windows 2000: it was ok. Now i have format my windows 2000, and make a new install. install the new version of mod perl 1.99_16 on the linux. and it don't work ! error msg: [Wed Sep 01 14:59:35 2004] [error] [cli

Re: [mp2] coredump in t/filter/in_error on Solaris 8

2004-09-04 Thread Stas Bekman
Arshavir Grigorian wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: make test fails on one of the tests - t/filter/in_error...malformed response at /usr/local/apache2/build/mod_perl-1.99_16/blib/lib/Apache/TestClient.pm line 10

Re: Using Apache Directives

2004-09-04 Thread Stas Bekman
M.v.Buytene wrote: I am trying (as a starting test) to replace some apache directives by mod_perl's syntax, so i can hopefully easily yank in specific perl functions. Running apache 2.0.50 Mod_perl 1.99 That's not enough information, Martijn. When reporting problems make sure to file a proper p

Re: [mp2] 1.99_16 Test 'apache/util.t' falied with locale ru_RU.utf8

2004-09-04 Thread Stas Bekman
I've installed the ru_RU.UTF-8 locale and was able to reproduce the problem. The problem was due to Apache::Util::ht_time returning a UTF-8 string, but perl didn't know it was UTF-8. Adding an explicit $fmtdate = Encode::decode_utf8($fmtdate); solves the problem. Here is the committed patch. Pl

Re: Using Apache Directives

2004-09-04 Thread M . v . Buytene
On 2004-09-04 19:58:21 +0200, Stas Bekman <[EMAIL PROTECTED]> said: The proper solution is : Limit => { 'GET PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK' => { require => 'valid-user', Order => 'allow,deny', Allow => 'from all', },

Re: [mp2] Re: Using Apache Directives

2004-09-04 Thread Stas Bekman
Rici Lake wrote: On 1-Sep-04, at 3:57 AM, M.v.Buytene wrote: Limit => { METHODS => 'GET POST', require => 'valid-user', Order => 'allow,deny', Allow => 'from all', }, Apparently, the documentation is wrong (

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

2004-09-04 Thread Stas Bekman
Ken Simpson wrote: Running FreeBSD casablanca.eurovip.se 5.2.1-RELEASE-p9. I get the following error when compiling 1.99_16: cd "src/modules/perl" && make -f Makefile.modperl make: don't know how to make dynamic. Stop *** Error code 2 I get the same failure building _16. The solution I have found

Re: perl modules not running after 'minor' change

2004-09-04 Thread Ben Hopkins
William McKee wrote: On Fri, Sep 03, 2004 at 10:47:37PM -0700, Ben Hopkins wrote: The very odd thing is that there are no errors in the build, or in apache's logs or when it tries to run a module. What kind of error are you expecting? Perhaps mod_perl does not mind two versions being l

[mp2] make test fails on t/hooks/hookrun.t t/hooks/stacked-handlers2.t and t/user/rewrite.c

2004-09-04 Thread Martin Wheldon
Hi Folks, Hope you can help me with this one. Apologies if I've missed and critical information. If I have please let me know and I'll provide any additional that is required. Thanks in advance Martin -8<-- Start Bug Report 8<-- 1. Problem Description:

Re: perl modules not running after 'minor' change

2004-09-04 Thread Stas Bekman
Ben Hopkins wrote: William McKee wrote: On Fri, Sep 03, 2004 at 10:47:37PM -0700, Ben Hopkins wrote: The very odd thing is that there are no errors in the build, or in apache's logs or when it tries to run a module. What kind of error are you expecting? Perhaps mod_perl does not mind tw

Re: [mp2] make test fails on t/hooks/hookrun.t t/hooks/stacked-handlers2.t and t/user/rewrite.c

2004-09-04 Thread Stas Bekman
Martin Wheldon wrote: Hi Folks, Hope you can help me with this one. Apologies if I've missed and critical information. If I have please let me know and I'll provide any additional that is required. Yes, Martin, please read: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems

Re: perl modules not running after 'minor' change

2004-09-04 Thread Ben Hopkins
Stas Bekman wrote: Ben Hopkins wrote: William McKee wrote: On Fri, Sep 03, 2004 at 10:47:37PM -0700, Ben Hopkins wrote: The very odd thing is that there are no errors in the build, or in apache's logs or when it tries to run a module. What kind of error are you expecting? Perhaps mod_perl does