Re: Footer.pm - Thanks

2000-06-25 Thread My Alias
things the right way. I kind of followed a cook-book and got this thing working, and to be honest, I really am not sure what I've got (mod_perl or Apache::Registry). :) Specifically, the only module i've tried so far is the Footer.pm, and it in fact was installed into: /usr/local/apache/lib/perl

Re: Footer.pm

2000-06-24 Thread G.W. Haywood
Hi there, On Sat, 24 Jun 2000, My Alias wrote: Location /cgi-bin SetHandler perl-script PerlHandler Apache::Footer /Location 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,

why a mod_perl module,Footer.pm stop cgi-bin?

2000-05-17 Thread Sam Xie
Hello! All, I am new user on mod_perl, and study it from the book, "Write Apache Modules with Perl and C". I installed a Handler, Footer.pm, in apache by embeding the following lines in the file apache.conf: Alias / /usr/local/share/apache/htdocs/ Location / SetHandl

Re: why a mod_perl module,Footer.pm stop cgi-bin?

2000-05-17 Thread Doug MacEachern
On Wed, 17 May 2000, Sam Xie wrote: Hello! All, I am new user on mod_perl, and study it from the book, "Write Apache Modules with Perl and C". I installed a Handler, Footer.pm, in apache by embeding the following lines in the file apache.conf: Alias / /usr/local/share/apa

Footer.pm - eagle book

2000-01-03 Thread Fernando Rowies
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: Location /footer SetHandler perl-script PerlHandler Apache::Footer /Location TIA Fernando Rowies