mod_perl configuration

2009-04-07 Thread sandhya pawar
operating System: Vista ActivePerl5.10 Apache 2.2.11 mod_perl2.004 Mod_perl has been installed successfully for Perl5.10. C:\>ppm install http://cpan.uwinnipeg.ca/PPMPackages/10xx/mod_perl.ppd Downloading mod_perl-2.04...done Unpacking mod_perl-2.04...done Generating HTML for mod_perl-2.

Re: mod_perl configuration

2009-04-07 Thread William A. Rowe, Jr.
sandhya pawar wrote: > mod_perl.so has been successfully installed to > C:/PROGRA~1/APACHE~1/Apache2.2/modules. > To enable mod_perl, put in the directives >LoadFile "C:/Path/to/Perl/bin/perl510.dll" >LoadModule perl_module modules/mod_perl.so > in httpd.conf. For more information, visit >

mod_perl6 availability?

2009-04-07 Thread Foo JH
Hi guys, There's recently some talk on the ActivePerl mailing list on Perl6 (Rakuda) and IIS. Out of curiosity, is anyone experimenting on this on mod_perl6? mod_perl6 was mentioned by Jeff Horwitz in the following articles: 1. http://www.oreillynet.com/onlamp/blog/2008/02/jeff_horwitz_on_mod_per

Re: mod_perl6 availability?

2009-04-07 Thread Adam Prime
Foo JH wrote: Hi guys, There's recently some talk on the ActivePerl mailing list on Perl6 (Rakuda) and IIS. Out of curiosity, is anyone experimenting on this on mod_perl6? mod_perl6 was mentioned by Jeff Horwitz in the following articles: 1. http://www.oreillynet.com/onlamp/blog/2008/02/jeff_ho

Re: [SECURITY] [CVE-2009-0796] Vulnerability found in Apache::Status and Apache2::Status

2009-04-07 Thread Fred Moyer
Update - I fat fingered the CVE number in this email body previously (but it was correct in the subject). The correct vulnerability reference number is CVE-2009-0796. On Wed, Apr 1, 2009 at 2:58 PM, Fred Moyer wrote: > mod_perl lists, > > A specific vulnerability [CVE-2009-0795] in Apache::Statu

Re: mod_perl crashes with Perl 5.10

2009-04-07 Thread Philippe M. Chiasson
On 29/3/09 15:30, Jozef Kosoru wrote: > Hello, > > I tested my mod_perl application using following combinations recently: > > * Apache/2.2.9 (Debian) mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 > (default Debian Lenny packages, mpm-prefork) > > * Apache/2.2.11 (Unix) mod_apreq2-2009

Re: OT (slightly): build an up-to-date mod_perl development environment on Windows

2009-04-07 Thread Randy Kobes
On Mon, Apr 6, 2009 at 12:17 AM, Michael Lackhoff wrote: > Hello, > > if possible I try to develop on Windows, then deploy on Linux or Solaris > for production. This worked very well in the past with a self compiled > environment (VC6). But as some components are rather old by now I would > like t

Re: ModPerl::Registry under Windows

2009-04-07 Thread Randy Kobes
2009/3/29 Octavian Râşniţă : > Hello, > > Does anyone know if ModPerl::Registry really runs the cgi scripts > persistently under Windows? This should work the same under Windows. > I have loaded a Catalyst application using the standard mod_perl way, (as a > PerlRequestHandler) and the httpd proc

[no subject]

2009-04-07 Thread jmcaricand
Hi, I use a PerlTransHandler on my server to get a file : sub handler { ... if ( $uri =~ /^\/sitemap.xml.gz$/ ) { my $real_url = $r->unparsed_uri; $real_url = '/static' . $real_url; $r->proxyreq(1); $r->uri($real_url); $r->filename(sprintf "proxy:http://xx

GoogleBot

2009-04-07 Thread jmcaricand
Hi, I use a PerlTransHandler on my server to get a file : sub handler { ... if ( $uri =~ /^\/sitemap.xml.gz$/ ) { my $real_url = $r->unparsed_uri; $real_url = '/static' . $real_url; $r->proxyreq(1); $r->uri($real_url); $r->filename(sprintf "proxy:http://xx