Hi again,
On Sun, 25 Jun 2000, My Alias wrote:
> I really am not sure what I've got (mod_perl
> or Apache::Registry). :)
Looking at what you have below, anything from is
configured to be served by mod_perl which in turn calls a Perl handler
in Apache::Registry (.../Apache/Registry.pm) which i
G.W.,
Thanks for the help with my question. I meant to send
a note yesterday, but to be honest, couldn't remember
if I actually sent it. So wanted to be safe rather
than ungrateful.
Regarding the points you made, I will need to look
into them a bit more before I really know if I'm
running thi
Hi there,
On Sat, 24 Jun 2000, My Alias wrote:
>
> SetHandler perl-script
> PerlHandler Apache::Footer
>
>
> and restarted the server.
>
> Now, what used to be sent out as html is sent out
> looking like:
>
> #!/usr/bin/perl -w
> use strict;
> blah,
> blah,
>
>
>
Hi there,
On 3 Jan 2000, Fernando Rowies wrote:
> >From example 4.1 of the eagle book.
> I don't understand in which directory I need to put the file Footer.pm and the
> html files that where affected by this module. I configured httpd.conf with:
>
> SetHandler perl-script
> PerlHandler Ap