Re: AuthenNTLM, MSIE and POST ( CONTENT_LENGTH = 0)

2004-03-22 Thread Jesper Krogh
I gmane.comp.apache.mod-perl, skrev Stephen Quinney: I have had some problems like this in the past with POST and IE that > seem to be connected to HTTP1.1 keepalive settings. Coincidentally, it > seems those who run the Linux Weekly News site (http://lwn.net) have > been having a very similar

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-22 Thread cramirez
Shannon Eric Peevey wrote: Carlos Ramirez wrote: Oops, I sent the wrong diff. I also updated the module on my site. http://www.quantumfx.com/software/modules/Apache-AuthenSmb.pm -Carlos Carlos Ramirez wrote: Included is the diff of the current 0.71 version the my mods. The mods include the fo

[ANNOUNCE] MasonX::Apache2Handler

2004-03-22 Thread beau
The following modules for running Mason under Apache 2 / mod_perl 2 with the native Apache 2 request handler (libapreq2), have entered CPAN: MasonX::Apache2Handler-0.04 MasonX::Request::WithApache2Session-0.04 Please refer to the documentation in CPAN, or at: Alo

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Stas Bekman
Michael Franken wrote: Hi Stas, I've just setup a simple environment with a pretty vanilla config. I get respons as before, but it crashes after a few responses. The funny thing I noticed is that the first time I launched the new server, I got no errors form my reverse proxied mod_perl'd pages.

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
FYI: When I launch my debugger at the moment Apache crashes, the debugger shows: 'Apache.exe': Loaded 'D:\ApacheT\bin\Apache.exe', Symbols loaded. 'Apache.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded. 'Apache.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded. '

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
Hi Stas, I've just setup a simple environment with a pretty vanilla config. I get respons as before, but it crashes after a few responses. The funny thing I noticed is that the first time I launched the new server, I got no errors form my reverse proxied mod_perl'd pages. Here's my httpd.conf:

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
Hi Stas, First of all thanks for your quick and great response. I am using Perl 5.8.3, yes. And I'm happy to provide you with a testcase. Note though that i'm a little handicapped on my Win32 box. I do have make/gcc/etc on cygwin, but my current setup has been built using binaries only. I'm n

Re: tied hashes frustration

2004-03-22 Thread Perrin Harkins
On Mon, 2004-03-22 at 13:04, Chris Ochs wrote: > Rather than passing stuff around in globals or via pnotes, I was thinking > about making a request object and then using an all OO structure. Modules > that have functions that are called via callbacks could have a new() method > that is called befo

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Stas Bekman
Michael Franken wrote: Hi Stas, That was close, I got a few responses, but then it crashed again: [...] Thanks for the testcase, what's next? Can we see the relevant parts of your config? Have you used by chance 'PerlOptions +Parent' switches? Ideally, it'd be nice if you could prepare for us a

Re: mod_perl and name based virtual host

2004-03-22 Thread Stas Bekman
John Day wrote: I am using mod_perl 1.28 with Apache 1.3.28 on RH 9.0, it is my development server. I want to 'freeze' a copy of a project and continue to develop using another set of subdirectories. Using name based virtual hosts I can set a new name, but how do I set up a series of mod_perl dire

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
Hi Stas, That was close, I got a few responses, but then it crashed again: [Mon Mar 22 21:20:39 2004] [debug] proxy_http.c(109): proxy: HTTP: canonicalising URL //mda.demon.nl:86/exchange/ [Mon Mar 22 21:20:39 2004] [debug] mod_proxy.c(459): Trying to run scheme_handler [Mon Mar 22 21:20:39 200

mod_perl and name based virtual host

2004-03-22 Thread John Day
I am using mod_perl 1.28 with Apache 1.3.28 on RH 9.0, it is my development server. I want to 'freeze' a copy of a project and continue to develop using another set of subdirectories. Using name based virtual hosts I can set a new name, but how do I set up a series of mod_perl directories with t

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Stas Bekman
Michael Franken wrote: Hi Stas, Good idea, but I've tested it, and it doesn't help (I created on alias in my host file with the same length, yes). and if you drop the dir_config calls and use hardcoded $src, $dst? __ Stas Bekman

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
Hi Stas, Good idea, but I've tested it, and it doesn't help (I created on alias in my host file with the same length, yes). regards,    Michael Stas Bekman wrote: Geoffrey Young wrote: I have written a OutputFilter that finds a string in a response and replaces the string w

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Stas Bekman
Geoffrey Young wrote: I have written a OutputFilter that finds a string in a response and replaces the string with another. It works fine with static files, but not on response from a reverse proxy, and that is just what I want to achieve. I'm trying to run my Outlook Web Access backend behind an

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
Hi Geoff, I can't really say whether Apache::Clean works. I replaced my Filter with Apache::Clean, and it worked. However it only gets fired on the first page, since my filter is intended to fix the urls, which happen to be on the first page in a baseref. Mike Geoffrey Young wrote:

Re: someone on i386-freebsd and AIX with mp1 to run a quick test?

2004-03-22 Thread Stas Bekman
Josà AUGUSTE-ETIENNE wrote: Le mar 17/02/2004 à 22:14, Stas Bekman a Ãcrit : De : Stas Bekman <[EMAIL PROTECTED]> le 17/02/2004 17:14 PST I'm trying to resolve this problem (the second part of the email where the failure of mod_perl-1.99_12/t/response/TestModperl/request_rec_tie_api.pm is disc

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Geoffrey Young
> I have written a OutputFilter that finds a string in a response and > replaces the string with another. It works fine with static files, but > not on response from a reverse proxy, and that is just what I want to > achieve. I'm trying to run my Outlook Web Access backend behind an > Apache fron

Re: mod_ssl and mod_perl not compatible?

2004-03-22 Thread Stas Bekman
Richard, Your suggested method works with the exception of the error Cool Syntax error on line 214 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_negotiation.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apa

Re: someone on i386-freebsd and AIX with mp1 to run a quick test?

2004-03-22 Thread José AUGUSTE-ETIENNE
Le mar 17/02/2004 Ã 22:14, Stas Bekman a Ãcrit : > De : Stas Bekman <[EMAIL PROTECTED]> le 17/02/2004 17:14 PST > > I'm trying to resolve this problem (the second part of the email where the > failure of mod_perl-1.99_12/t/response/TestModperl/request_rec_tie_api.pm > is > discussed: > http://m

Re: mod_ssl and mod_perl not compatible?

2004-03-22 Thread Richard Chen
Hi Stas, Your suggested method works with the exception of the error Syntax error on line 214 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_negotiation.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/l

Re: The DATA filehandle under mod_perl

2004-03-22 Thread Stas Bekman
Elizabeth Cortell wrote: I have a question regarding use of a package's DATA filehandle under mod_perl. I keep bits of HTML in the __DATA__ area of my modules to keep them uncluttered. I began to notice that for a module loaded at server startup and kept alive (because it was a content handler), I

Re: tied hashes frustration

2004-03-22 Thread Chris Ochs
Thinking about this a bit more I wanted to run my ideas past the list for feedback. First of all, the application is more or less an application server, with the feature set being heavily on ecommerce functions (shopping cart, payment processing, file/user/group security, etc..). The server accep

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
Hi Randy, Just did upgrade my Perl, but it didn't help much, I get different error messages, but seems to be same problem. Randy Kobes wrote: On Mon, 22 Mar 2004, Michael Franken wrote: The problem seems to be related to threading (free to wrong pool) on Win32. As can be read from article

The DATA filehandle under mod_perl

2004-03-22 Thread Elizabeth Cortell
I have a question regarding use of a package's DATA filehandle under mod_perl. I keep bits of HTML in the __DATA__ area of my modules to keep them uncluttered. I began to notice that for a module loaded at server startup and kept alive (because it was a content handler), I had no problems readi

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-22 Thread Stas Bekman
Helmut Zeilinger wrote: on Linux 2.4.22/Apache 2.48/Perl 5.9.0 the compilation of mp 1.99_13 failed (see below). Is it because of Perl version 5.9.0? Must i downgrade to Perl 5.8.x again? It's because you have an old 5.9.0. Only the very latest blead perl is supported. Upgrade to the current blead

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Randy Kobes
On Mon, 22 Mar 2004, Michael Franken wrote: > The problem seems to be related to threading (free to wrong pool) on > Win32. As can be read from article > http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-01/msg00748.html. > > I've set my threads to 1, and the problem seems gone. Of cour

Re: [mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
The problem seems to be related to threading (free to wrong pool) on Win32. As can be read from article http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-01/msg00748.html. I've set my threads to 1, and the problem seems gone. Of course this is not a solution, since the server now is

[mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
1. Problem Description: I am running Apache/2.0.48 (Win32) mod_perl/1.99_13 Perl/v5.8.0 on Windows XP. I've downloaded the Apache binary from http://hunter.campbus.com/, and have tried IBM httpd 2.047 as well. mod perl and Apache::Clean I have installed using perl ppm. My perl is from ActivePe

[mp2] my filter crashes on reverse proxied content

2004-03-22 Thread Michael Franken
1. Problem Description:   I am running Apache/2.0.48 (Win32) mod_perl/1.99_13 Perl/v5.8.0 on Windows XP. I've downloaded the Apache binary from http://hunter.campbus.com/, and have tried IBM httpd 2.047 as well. mod perl and Apache::Clean I have installed using perl ppm. My perl is from Activ

Re: AuthenNTLM, MSIE and POST ( CONTENT_LENGTH = 0)

2004-03-22 Thread Stephen Quinney
On Mon, Mar 22, 2004 at 01:34:23PM +, Jesper Krogh wrote: > I gmane.comp.apache.mod-perl, skrev Jesper Krogh: > > The setup is running: > > Apache 1.3.29 with > > mod_php4, mod_perl, mod_setenvif, mod_auth, mod_access, mod_rewrite, > > mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis

Re: AuthenNTLM, MSIE and POST ( CONTENT_LENGTH = 0)

2004-03-22 Thread Jesper Krogh
I gmane.comp.apache.mod-perl, skrev Jesper Krogh: > The setup is running: > Apache 1.3.29 with > mod_php4, mod_perl, mod_setenvif, mod_auth, mod_access, mod_rewrite, > mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, > mod_autoindex, mod_include, mod_status, mod_negot

Re: Groups, Multiple Domains, and AuthenSmb

2004-03-22 Thread Shannon Eric Peevey
Carlos Ramirez wrote: Oops, I sent the wrong diff. I also updated the module on my site. http://www.quantumfx.com/software/modules/Apache-AuthenSmb.pm -Carlos Carlos Ramirez wrote: Included is the diff of the current 0.71 version the my mods. The mods include the following mods: * Allows user

AuthenNTLM, MSIE and POST ( CONTENT_LENGTH = 0)

2004-03-22 Thread Jesper Krogh
Hi. I really think I've found a bug somewhere in AuthenNTLM or MSIE. The setup is running: Apache 1.3.29 with mod_php4, mod_perl, mod_setenvif, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod

[MP ANNOUNCE] Apache-AuthNetLDAP-0.27

2004-03-22 Thread Shannon Eric Peevey
The uploaded file Apache-AuthNetLDAP-0.27.tar.gz has entered CPAN as file: $CPAN/authors/id/S/SP/SPEEVES/Apache-AuthNetLDAP-0.27.tar.gz size: 6539 bytes md5: 00e47e129bae1949a53e06ee42a4a6e2 This release incorporates Nick Urbanik's patch into Apache-AuthNetLDAP. This adds TLS encryption

[ANNOUNCE] MasonX::Apache2Handler

2004-03-22 Thread beau
I am happy to announce the the following modules for running Mason under Apache 2 / mod_perl 2 with the native Apache 2 request handler (libapreq2). MasonX::Apache2Handler-0.04 MasonX::Request::WithApache2Session-0.04 These modules are currently on my site at: an