Problem

2006-03-21 Thread lalitanand dandge
I have problem with the apache configuration, i cannot get the perl programs/scripts run in the web browser. although i made all possible installations in my systems i am using the apache2 and perl5, on the debian system

Re: Problem

2006-03-21 Thread yperl
Hi! To test your apache2 + mod_perl installation, try this: 1) copy thos files to somewhere: http://yhafri.club.fr/crux/mod_perl/Hello.pm http://yhafri.club.fr/crux/mod_perl/startup.pl 2) follow this README: http://yhafri.club.fr/crux/mod_perl/README cheers /ycrux Message d'origine Da

Re: Problem

2006-03-21 Thread yperl
Hi! To test your apache2 + mod_perl installation, try this: 1) copy thos files to somewhere: http://yhafri.club.fr/crux/mod_perl/Hello.pm http://yhafri.club.fr/crux/mod_perl/startup.pl 2) follow this README: http://yhafri.club.fr/crux/mod_perl/README cheers /ycrux lalitanand dandge a écrit : I

external redirect after internal redirect not working

2006-03-21 Thread Michael Greenish
Hello, I am attempting an external redirect after an internal redirect and it isn't working. Below are code excerpts: use strict; use DBI; use Apache2::RequestRec(); use APR::Table(); use CGI; $CGI::POST_MAX=1024 * 1024; # max 1M posts $CGI::DISABLE_UPLOADS = 0; # change to 1 to disable uploa

[Announce] Apache2::TomKit 0.01_3 released

2006-03-21 Thread Tom Schindl
Hi, Finally I spent some time releasing a new version of TomKit to CPAN. 8< =head1 DESCRIPTION TomKit is a perl handler which is working similar as the famous AxKit for mod_perl 1.x. It is designed as an PerlFixupHandler which inserts an OutputFilter if ne