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
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
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
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
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
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
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
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
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
>
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.
10 matches
Mail list logo