make test error

2006-01-20 Thread Beau E. Cox
Hi - make test error: 1. Problem Description: $ make test ... t/apache/content_length_header..# Failed test 17 in t/apache/content_length_header.t at line 71 fail #2 t/apache/content_length_header..FAILED test 17 Failed 1/27 tests, 96.30% okay ... 2. Used Components and

Re: Strange test results

2006-01-20 Thread Beau E. Cox
On Thursday 19 January 2006 09:51 am, Philippe M. Chiasson wrote: > Beau E. Cox wrote: > > Hi - > > > > This is not in your bug report format, but look > > how strange it is: > > > > 1) Standard test gives these failures: > > > > $ make test >

[mp2] bb output filter that changes content length

2006-01-02 Thread Beau E. Cox
Hi all - I am trying to change the content-length in an output filter, following the example in the mp2 docs: http://perl.apache.org/docs/2.0/user/handlers/filters.html#Setting_the_Content_Length_Header_in_Request_Output_Filters I have copied the example _exactly_, except: -> use $f->ctx inpla

Strange test results

2005-12-30 Thread Beau E. Cox
Hi - This is not in your bug report format, but look how strange it is: 1) Standard test gives these failures: $ make test ... Failed TestStat Wstat Total Fail Failed List of Failed --- t/modperl/setupenv2.

Re: [mp2] Test error w/Apache 2.1

2004-09-02 Thread Beau E. Cox
On Thursday 02 September 2004 05:13 am, Beau E. Cox wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > With Apache 2.1 (not 2.0) three sub-tests fail in > t/apache/content_length_header. Both Apache 2.1 and >

[mp2] Test error w/Apache 2.1

2004-09-02 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: With Apache 2.1 (not 2.0) three sub-tests fail in t/apache/content_length_header. Both Apache 2.1 and mod_perl 2.0 were drawn from cvs within an hour of this message, specifically: -rw-r--r-- 1 roo

Apache 2.0,2.1(cvs) and mod+perl2(cvs) with gcc 3.4.1

2004-08-29 Thread Beau E. Cox
Hi - Just FYI I recently upgraded to gcc 3.4.1 and can report that the cvs versions of Apache 2.0 and 2.1, and mod_perl2 compile clean and work fine. This was _not_ the case for many other packages ;) Good job guys. Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list in

out_str_eval test 'unexpectedly succeeded'

2004-06-24 Thread Beau E. Cox
/version Linux version 2.6.7 (Beau E. Cox: [EMAIL PROTECTED] ) (gcc version 3.3.3) #1 Wed Jun 16 18:47:41 HST 2004 Apache 2.1 cvs Perl 5.8.4 Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette:

Re: [mp2][PATCH] modperl_util.h

2004-05-10 Thread Beau E. Cox
On Monday 10 May 2004 08:10 am, Stas Bekman wrote: > Beau E. Cox wrote: > > Hi - > > > > 'modperl_util.c' does not compile when building modperl 2 from > > cvs source w/o 'MP_TRACE'. It looks like some 'MP_TRACE...' > > defines

[mp2][PATCH] modperl_util.h

2004-05-10 Thread Beau E. Cox
Hi - 'modperl_util.c' does not compile when building modperl 2 from cvs source w/o 'MP_TRACE'. It looks like some 'MP_TRACE...' defines must be defined to nothing when 'MP_TRACE' is not set. This patch works for me: --- modperl-2.0/src/modules/perl/modperl_util.h 2004-05-09 16:37:05.0 -

Re: Variable "$some_var" will not stay shared

2004-05-06 Thread Beau E. Cox
On Thursday 06 May 2004 11:40 am, Perrin Harkins wrote: > On Thu, 2004-05-06 at 17:19, Beau E. Cox wrote: > > But maybe I could explain the overall picture. I am trying to embed > > 'any' script (whthout modification) in perl; I use a perl package > > (which is r

Re: Variable "$some_var" will not stay shared

2004-05-06 Thread Beau E. Cox
On Thursday 06 May 2004 04:41 am, Wiggins d Anconia wrote: [snip] > Generally when I hit an unrecognized warning it is time to check the > perldiag docs, > > perldoc perldiag > > Conveniently, > > "Variable "%s" will not stay shared > (W closure) An inner (nested) named subroutine is referencing a

Re: Segfaults

2004-04-24 Thread Beau E. Cox
On Saturday 24 April 2004 02:00 am, Gerald Richter wrote: > Perrin Harkins wrote: > > On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: > >> 1) are core dumps automatically generated by seqfaults? If not, > >> how do I have Apache generate them? > > > > Sounds

Segfaults

2004-04-23 Thread Beau E. Cox
Hi I have two 'identical' boxes, one test, one production, running: Linux 2.6.6-rc1 gcc 3.3.3 glibc 2.3.2 perl 5.8.4 (new last night) Apache 2.1 cvs mod_perl 2 cvs libapreq2 cvs Embperl cvs The test server works flawlessly. The production server segfault(11)s at the end (all output is pr

Re: [mp2] [solved] Re: Getting help for MasonX::Apache2Handler

2004-04-20 Thread Beau E. Cox
On Monday 19 April 2004 12:20 pm, Fred Moyer wrote: > On Apr 17, 2004, at 1:03 AM, Stas Bekman wrote: > > Beau E. Cox wrote: > > [...] > > > >> Linux version 2.6.5 (Beau E. Cox on @cathy.beaucox.com) > >> (gcc version 3.3.3) #1 Mon Apr 5 22:15:29 HST 2004 &g

Re: [mp2] Re: Getting help for MasonX::Apache2Handler

2004-04-17 Thread Beau E. Cox
On Friday 16 April 2004 08:40 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Friday 16 April 2004 10:38 am, Stas Bekman wrote: > >>Fred Moyer wrote: [snipped] > >>>The 'perl Makefile.PL' statement ran properly without errors on Linux > >>

Re: [mp2] Re: Getting help for MasonX::Apache2Handler

2004-04-16 Thread Beau E. Cox
=> 'MasonX::Apache2Handler', VERSION_FROM => 'lib/MasonX/Apache2Handler.pm', # finds $VERSION PREREQ_PM => { mod_perl => 1.9910, 'HTML::Mason' => 1.25,

Re: Getting help for MasonX::Apache2Handler

2004-04-15 Thread Beau E. Cox
On Thursday 15 April 2004 03:58 pm, you wrote: > Beau, > > Thanks for this great module you have written. I look forward to > getting it fully functional :) > > I built mp2 with MP_INST_APACHE2=1. Apache::Cookie 2.02-dev is not > found during perl Makefile.PL so maybe this is a specific problem w

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-08 Thread Beau E. Cox
On Wednesday 07 April 2004 12:14 pm, Stas Bekman wrote: > I guess Apache::Test cannot parse httpd.conf continuation syntax. > >>> > >>> Probably. Patches to fix that are welcome, Beau. > >> > >> But if I fix that, I negate my current work-around ;) > > > > That's hi

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Tuesday 06 April 2004 09:27 pm, Stas Bekman wrote: > Beau E. Cox wrote: > >>So it's not linking against libperl.so, which probably means that it > >>relies on mod_perl to load it. But I'm not sure whether your swapping > >>test was right. The thing is:

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Wednesday 07 April 2004 04:02 am, Gerald Richter wrote: > > So it's not linking against libperl.so, which probably means that it > > relies on mod_perl to load it. > > Yes, because loading Embperl into Apache without loading mod_perl first > doesn't make any sense because Embperl relies on mod_p

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Tuesday 06 April 2004 08:20 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 06 April 2004 05:36 pm, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > >>>>Beau E. Cox wrote: >

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 08:14 pm, Gerald Richter wrote: > /home/test/perl/5.8.3-apache2.1/lib/site_perl/5.8.3/i686-linux-thread-multi >/ auto/Embperl/Embperl.so > > > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4008f000) libz.so.1 => > > /usr/lib/libz.so.1 (0x40182000) libpthread.so.0 => > > /lib/lib

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 05:36 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>-8<-- Start Bug Report 8<-- > >>>1. Problem D

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > Beau E. Cox wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > When I do a modperl 'make test' and have Embperl enabled, the &

[MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-05 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: When I do a modperl 'make test' and have Embperl enabled, the test does not start: console log: ... waiting 120 seconds for server to start: .Syntax error on line 48 of /home/test/httpd/2.1/src/modperl2/m

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Beau E. Cox
On Friday 02 April 2004 03:18 am, Geoffrey Young wrote: > > Geoff, FYI - > > > > 'Patching' the APR_HAS_LARGE_FILES to 0 as described above did not work > > for me. Even with it set to 0 in apr.h the server seg faulted. However, > > using '--disable-lfs' DID work (and APR_HAS_LARGE_FILES did not ne

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-02 Thread Beau E. Cox
On Thursday 01 April 2004 09:38 am, Geoffrey Young wrote: > > Just wondering, is the older ( -D"2004-03-01" ) Apache2.1 still > > available via CVS ( without you doing a lot of work )? > > > > If I could test against it, it would narrow my problem down. > > ok, it looks as though it's an fixable AP

[PATCH] for Apache2.1

2004-04-01 Thread Beau E. Cox
Hello Gerald and all - I have been testing with Apache2.1/mod_perl 2 and found that the following two patches are necessary for Embperl to run under Apache2.1. Both patches have been sucessfully tested under Apache2.0 and Apache2.1. 1) epapfilter.c - 'APR_BRIGADE_FOREACH' has been depreciated an

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Thursday 01 April 2004 08:05 am, Stas Bekman wrote: > Beau E. Cox wrote: > > On Wednesday 31 March 2004 09:21 pm, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>[...] > >> > >>>The module in question - mod_perl.c - line 614 is ' rcfg = '

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Thursday 01 April 2004 09:38 am, Geoffrey Young wrote: > > Just wondering, is the older ( -D"2004-03-01" ) Apache2.1 still > > available via CVS ( without you doing a lot of work )? > > > > If I could test against it, it would narrow my problem down. > > ok, it looks as though it's an fixable AP

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Wednesday 31 March 2004 02:49 pm, Geoffrey Young wrote: > > anway, I'm trying my best to track it down, as is philippe, but more eyes > > are always welcome. if you're looking for a place to start, I'd check > > out all the APR commits over the past two weeks - that is first on my > > list once

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-04-01 Thread Beau E. Cox
On Wednesday 31 March 2004 09:21 pm, Stas Bekman wrote: > Beau E. Cox wrote: > [...] > > > The module in question - mod_perl.c - line 614 is ' rcfg = '. I hand- > > expanded the MP_dRCFG macro in the hope if getting more information, > > but all that showed is,

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-31 Thread Beau E. Cox
On Wednesday 31 March 2004 07:11 pm, Geoffrey Young wrote: > Geoffrey Young wrote: > >>anway, I'm trying my best to track it down, as is philippe, but more eyes > >>are always welcome. if you're looking for a place to start, I'd check > >> out all the APR commits over the past two weeks - that is

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-31 Thread Beau E. Cox
On Wednesday 31 March 2004 08:57 am, Geoffrey Young wrote: > >>APACHE_TEST_HTTPD=/PATH/TO/HTTPD make test > >> > >>or > >> > >>t/TEST -httpd=/path/to/httpd > >> > >>etc. please refer to the documentation for more options. > > > > OK, I used option 1 above, however, it seems that the test suite > >

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-31 Thread Beau E. Cox
On Tuesday 30 March 2004 08:24 pm, Stas Bekman wrote: > Beau E. Cox wrote: > >> > How do I control how t/config/httpd.conf is setup? > >> > >>What seems to be the problem? > > > > Well, the t/config/httpd.conf generated somewhere in the mod_perl build

Re: [mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-30 Thread Beau E. Cox
On Tuesday 30 March 2004 05:32 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > Hi - > > > > I have 2 Apache2s on my test server: > > > > Apache 2.0.50-dev(cvs) installed in /home/test/usr/apache2 > > > > and: > > > > Apache 2.1 (cvs) in

[mp2] mod_perl (current cvs) and multiple Apache2s make problems

2004-03-30 Thread Beau E. Cox
Hi - I have 2 Apache2s on my test server: Apache 2.0.50-dev(cvs) installed in /home/test/usr/apache2 and: Apache 2.1 (cvs) installed in /home/test/usr/apache2.1 When generating mod perl with: perl Makefile.PL MP_APXS=/home/test/use/apache2.1/sbin/apxs the test httpd.conf file is generated

Re: Apache 2.1 for Apache::AuthenHook

2004-03-30 Thread Beau E. Cox
On Monday 29 March 2004 11:40 pm, Mads Toftum wrote: > On Mon, Mar 29, 2004 at 11:27:34PM -1000, Beau E. Cox wrote: > > What is Apache 2.1? Is it available? I can't find reference to it > > on apache.org. > > Apache 2.1 is cvs HEAD - while 2.0.x is BRANCH_2_0. There has

Apache 2.1 for Apache::AuthenHook

2004-03-30 Thread Beau E. Cox
Hi - I guess I haven't been paying attention, but the module Apache::AuthenHook requires Apache 2.1 - not 2.0, according to the documentation. What is Apache 2.1? Is it available? I can't find reference to it on apache.org. Aloha => Beau; -- Report problems: http://perl.apache.org/bugs/ Mail

Re: {MP2] t/modules/apache_status fails

2004-03-24 Thread Beau E. Cox
On Wednesday 24 March 2004 12:51 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Wednesday 24 March 2004 10:03 am, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>On Tuesday 23 March 2004 10:14 am, Stas Bekman wrote: > >>>>Thanks for the report,

Re: {MP2] t/modules/apache_status fails

2004-03-24 Thread Beau E. Cox
On Wednesday 24 March 2004 10:03 am, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 23 March 2004 10:14 am, Stas Bekman wrote: > >>Thanks for the report, Beau. I'm looking at it. I'm going to rewrite the > >>code not to load Apache::Request till we k

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 10:14 am, Stas Bekman wrote: > Thanks for the report, Beau. I'm looking at it. I'm going to rewrite the > code not to load Apache::Request till we know that we have found the right > version. OK. Send a patch if you want a pre-test on my platform. Aloha => Beau; -- Rep

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 01:27 am, Beau E. Cox wrote: > On Tuesday 23 March 2004 12:55 am, Beau E. Cox wrote: > > On Tuesday 23 March 2004 12:04 am, Beau E. Cox wrote: > > > -8<-- Start Bug Report 8<-- > > > 1. Problem Descri

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 12:55 am, Beau E. Cox wrote: > On Tuesday 23 March 2004 12:04 am, Beau E. Cox wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > Using latest (CVS) Apache2, mod_perl

Re: {MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
On Tuesday 23 March 2004 12:04 am, Beau E. Cox wrote: > -8<-- Start Bug Report 8<-- > 1. Problem Description: > > Using latest (CVS) Apache2, mod_perl 2, libapreq2: > > t/modules/apache_status fails > > console

{MP2] t/modules/apache_status fails

2004-03-23 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: Using latest (CVS) Apache2, mod_perl 2, libapreq2: t/modules/apache_status fails console log: server localhost:8550 listening (TestDirective::perlloadmodule6) t/modules/apache_status1..11 # Run

Re: E-mail account security warning.

2004-03-03 Thread Beau E. Cox
On Wednesday 03 March 2004 12:47 am, [EMAIL PROTECTED] wrote: > Dear user of Apache.org e-mail server gateway, > > Your e-mail account will be disabled because of improper using in next > three days, if you are still wishing to use it, please, resign your > account information. > > Further de

ToDo:Add PERL_NO_GET_CONTEXT for multiplicity/threads

2004-02-18 Thread Beau E. Cox
Hello Tim, I have been talking on the mod_perl list about threading problems with perl 5.8.2. Stas has encouraged me to try and patch DBI; he has given me a tutorial and, with your permission, I would like to try it. However, when I try to svn checkout DBI ( as you described in a previous message

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Beau E. Cox
On Tuesday 10 February 2004 01:11 pm, Philippe M. Chiasson wrote: > On Sun, 2004-02-08 at 15:37 -1000, Beau E. Cox wrote: > > Hi > > > > Can I link mp2 statically? > > > > [...] > > > > I know, I know, the docs (at the link above) state: > &

Re: [mp2] Can I link mp2 statically?

2004-02-10 Thread Beau E. Cox
On Monday 09 February 2004 07:16 am, semuel wrote: > Hello There. > > Why should you? > It was said, that mason needs MP statically linked into apache, and won't > work with the shared-object method. (haven't checked that myself) > Is this correct? Why? > > Semuel. I am trying to set up Bricolage

[mp2] Can I link mp2 statically?

2004-02-08 Thread Beau E. Cox
Hi Can I link mp2 statically? I have looked in the 2.0 docs, specifically and tried that magic, but the apache ./config.nice && make does not seem to see mod_perl. I did: 1) Configured and made Apache2 as I alwyays do, 2

ANNOUNCE: HTML::Mason::ApacheHandler2 and MasonX::Request::WithApacheSession2 have entered CPAN

2004-02-04 Thread Beau E. Cox
These experimental ( alpha ) modules have entered CPAN: HTML::Mason::ApacheHandler2 MasonX::Request::WithApacheSession2 under: Please refer to the documentation in CPAN or at for further information. Aloha => Be

Re: [Mason] ANNOUNCE: Mason add-on modules for Mason w/pure mod_perl2

2004-02-04 Thread Beau E. Cox
On Wednesday 04 February 2004 10:26 am, you wrote: > Quick question... > > Do you support ApacheHandler2 on AIX? It is a PAIN to build the > requirements on that system. Do I really need libapreq/libapreq2 to this to > work? That is where I am stuck! > > Thank you very much, > > Best regards, > > S

Re: [mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Beau E. Cox
On Wednesday 04 February 2004 03:11 am, Shannon Eric Peevey wrote: > Beau E. Cox wrote: > >Hi - [snip] > Hi! > > Check out: > > Apache2 > http://perl.apache.org/docs/2.0/api/Apache/Reload.html > > According to: > http://perl.apache.org/docs/2.0/user/porting/com

[mp2] Any way to reload perl modules w/o restarting Apache?

2004-02-04 Thread Beau E. Cox
Hi - I have a serious development effort going w/mp2. I am coding and testing a lot of perl modules for use within the project. Is there any way to reload perl modules w/o restarting Apache? I'm getting tired of the wait :) between module fixes and retesting while A[ache recycles. Aloha => Beau;

ANNOUNCE: Modules for using Mason with mod_perl 2 and libapreq2

2004-02-03 Thread Beau E. Cox
I am happy to announce the availability of several Mason add-on modules that enable Mason to run in a pure mod_perl2 ( using the "mod_perl" not "CGI" request interface ). I would like to submit these modules to CPAN to insure greater availability. Your comments would be appreciated. These modules

[mp2] Am I leaking memory?

2004-02-02 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: I've got my Mason w/mod_perl2 and libapreq2 system up and running OK, but... Using a simple script that totals ALL httpd processes' memory usage (from /proc/pid/status) I get this before any requests into

Re: [mp2] Attempt to free unreferenced scalar: ...

2004-02-02 Thread Beau E. Cox
On Friday 30 January 2004 07:03 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > I am trying to port Mason to mod_perl2 w/libapreq2. It seems I have > >

[mp2] Attempt to free unreferenced scalar: ...

2004-01-30 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: I am trying to port Mason to mod_perl2 w/libapreq2. It seems I have munged it up. When 'stressing' the site (downloading a Mason-enabled uri with wget in a looping shell script), I get lots of Attempt to f

Re: [mp2] Apache Request and libapreq2 Cookie woes

2004-01-29 Thread Beau E. Cox
Cool - OK! Please see below (one more question... :) On Thursday 29 January 2004 06:29 am, Joe Schaefer wrote: > "Beau E. Cox" <[EMAIL PROTECTED]> writes: > > [...] > > > ($self->{cookie_class} is 'Apache::Cookie') > > my $cookie =

[mp2] Apache Request and libapreq2 Cookie woes

2004-01-29 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: I am porting a mod_perl 1.x system ( Mason ) to 2.0. This is a totally unofficial effort, more for me to learn mod_perl2 and Mason than anything else. The system has in-place a scheme to pass the r

Re: [mp2] $r->construct_url

2004-01-27 Thread Beau E. Cox
On Tuesday 27 January 2004 05:25 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > Hi - > > > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > I am having a really strange problem in mo

[mp2] $r->construct_url

2004-01-27 Thread Beau E. Cox
Hi - -8<-- Start Bug Report 8<-- 1. Problem Description: I am having a really strange problem in mod_perl. The following simple test handler: #file:MyApache/HappyFunBall.pm # - package MyApache::HappyFunBall; use strict; use warnings; u