Re: "use overload" with Apache2::Reload

2006-06-14 Thread Philip M. Gollucci
Jonathan Vanasco wrote: On Jun 13, 2006, at 12:15 PM, Thomas Nagel wrote: So maybe: - (1) MyClass is changed and therefore recompiled (2) Another handler uses MyClass but http://perl.apache.org/docs/2.0/api/Apache2/Reload.html#Problems_with_Scripts_Running_with_Registry_Handlers_tha

Re: mod_perl 1.29 install help

2006-06-14 Thread Randy Kobes
On Wed, 14 Jun 2006, Rob Allen wrote: First off, I'm new to Apache and mod_perl. I've done a bunch of reading, downloaded the mod_perl.tar.gz file & uncompressed it. I'm installing to a Win32 environment (Win XP Pro SP2 Build 2600). I tried following the install instructions, which say to

Re: mod_perl 1.29 install help

2006-06-14 Thread Hendrik Van Belleghem
Any reason why you're compiling it yourself? Ony most Unices, I'd compile it myself but I try to stick to binaries on Windows. There are quite a few prepackaged apache + mod_perl packages out there. There's xampp: http://www.apachefriends.org/en/xampp.html Indigoperl: http://indigostar.com/indigo

mod_perl 1.29 install help

2006-06-14 Thread Rob Allen
First off, I'm new to Apache and mod_perl.  I've done a bunch of reading, downloaded the mod_perl.tar.gz file & uncompressed it.  I'm installing to a Win32 environment (Win XP Pro SP2 Build 2600).  I tried following the install instructions, which say to open the /src/modules/win23/mod_perl.d

Re: the perl scripts are not executed on server side

2006-06-14 Thread Tobias
Zitat von Eric GRAMMATICO <[EMAIL PROTECTED]>: > When I connect to http://localhost/perl/rocks.pl the browser shows the > source code. I believe I have a miss configuration somewhere, but I > didnt find. Here is the alias part of my /etc/httpd/conf.d/perl.conf: > > Alias /perl/ /var/www/perl/ >

the perl scripts are not executed on server side

2006-06-14 Thread Eric GRAMMATICO
A trivial question I hope. I wrote the perl script rocks.pl: #!/usr/bin/perl print "Content-type: text/plain\n\n"; print "mod_perl 2.0 rocks!\n"; When I connect to http://localhost/perl/rocks.pl the browser shows the source code. I believe I have a miss configuration somewhere, but I didnt fin

response headers vom proxy request in filter available?

2006-06-14 Thread Reif Peter
I have an Apache server configured as reverse-proxy and want to see the response-headers of the proxy request in my output-filter. Wher I try to read $r->headers_out I get only the "Date" header. Do I have to implement my filter as a connection-filter or is there another solution? Peter

Re: seen_eos is not set by some handlers

2006-06-14 Thread Reif Peter
I don't know what went wrong, but now it works! Peter