Re: Footer.pm - Thanks

2000-06-26 Thread G.W. Haywood
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

Re: Footer.pm - Thanks

2000-06-25 Thread My Alias
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

Re: Footer.pm

2000-06-24 Thread G.W. Haywood
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, > > >

Re: Footer.pm - eagle book

2000-01-03 Thread G.W. Haywood
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