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
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
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
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
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
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
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',
},
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 (
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
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
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:
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
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
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
14 matches
Mail list logo