Stas Bekman wrote:
Michael Franken wrote:
Hi Stas,
I understand that going thru 40 KB is a pain. Unfortunately I can't seem to get the test suite running, the Perl Makefile does not produce a valid makefile, and I can't seem to fix it (something with DIRFILESEP). As I told you I'm a little handicapped on my Win32/cygwin machine, as I'm working off of binaries.
I would still appreciate if you'd look into my case. The httpd.conf is really standard, the 40KB is all std comments, all I really do is:
That's exactly what I was after, Michael.
You're welcome.
#added by MF 10/03/2004 LoadFile "d:/Perl/bin/perl58.dll" LoadModule perl_module modules/mod_perl.so
<VirtualHost 212.238.156.229:80> ServerName mail.franken.ws DocumentRoot e:/www/docs/rowan.kueper.org LogLevel error ProxyPass /exchange http://localhost:86/exchange ProxyPassReverse /exchange http://localhost:86/exchange ProxyPass /exchweb http://localhost:86/ExchWeb ProxyPassReverse /exchweb http://localhost:86/ExchWeb ProxyPass /public http://localhost:86/public ProxyPassReverse /public http://localhost:86/public PerlModule Apache2 PerlModule Mike::Filter <Location /> SetHandler modperl PerlOutputFilterHandler Mike::Filter PerlSetVar FilterSource localhost:86 PerlAddVar FilterDestination mail.franken.ws:80 </Location> </VirtualHost>
That looks very similar to the mp2 test.
t/filter/TestFilter/both_str_req_proxy.pm
Since you didn't run the mp2 test suite at all I'd suggest to start there.
I'd be happy to run a few cases, if you can point me to some documentation.
I'll try to play with it and see if I can reproduce it. Mind you, I'm not running on win32.
I'm curious whether you __can__ reproduce it then, since the problem seems related to threading...
You can verify it by simply running tomcat in the backend, and reverse proxy http://localhost:8080/manager, you will see the same behavior.
right, "simply running tomcat"...
Much simpler then setting up Exchange I can tell you ;-)
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
regards,
Michael
-- 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