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
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!
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
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_
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