Migrate LWP::UserAgent + HTTP::Request to mod_perl2

2007-08-27 Thread Nguyen Vu Hung
Hi all, The following code run without problems under Apache 1.3.29, Perl 5.6.1, mod_perl 1.29. Under the new environment which is Apache 2.0.52, Perl 5.8.8, mod_perl 2.0.3 ( Cent OS 4.5 ), it won't run. I have read through mod_perl2's compat page[1] and rename[2] page, but I didn't find any use

Re: Migrate LWP::UserAgent + HTTP::Request to mod_perl2

2007-08-27 Thread Foo JH
What's the error msg you see? Nguyen Vu Hung wrote: > Hi all, > > The following code run without problems under Apache 1.3.29, Perl 5.6.1, > mod_perl 1.29. > > Under the new environment which is Apache 2.0.52, Perl 5.8.8, mod_perl > 2.0.3 ( Cent OS 4.5 ), it won't run. > > I have read through mod_

Cleanuphandler

2007-08-27 Thread Cure
In my mason template I have the following code. $r->set_handlers( PerlCleanupHandler => [ &do_cleanup ]); But for some reason the main script waits for the function do_cleanup to finish. I thought the function would be process in the Cleanup Phase? The borwser will set their until the function

regarding the debuging CSS file using apache

2007-08-27 Thread tara sasanka
hi all, We configured apache and mozilla in cygwin environment, we want to know how to debug CSS file using apache and mozilla browser. thankyou. - Looking for a deal? Find great prices on flights and hotels with Yahoo!

Re: regarding the debuging CSS file using apache

2007-08-27 Thread Michael Peters
tara sasanka wrote: > We configured apache and mozilla in cygwin > environment, we want to know how to debug CSS file using apache and mozilla > browser. Sounds like you're a little confused about web technologies. CSS (along with HTML, JavaScript, etc) are client side techn