Re: A newbie modperl problem

2006-10-02 Thread Malcolm J Harwood
On Thursday 28 September 2006 04:45, GZ Dark wrote: > At first I'll say sorry that have no experience for writting the modperl > handler. > When I wrote a simple handler like: > > $ cat CorpFB/Feedback.pm > The CorpFB/Feedback.pm is under the directory of '/home/apache1.3/cgi' > which exist in th

Re: A newbie modperl problem

2006-09-28 Thread Jordan McLain
It seems from your message that Feedback.pm is in /home/apache1.3/fbl/. Feedback.pm needs to be in /home/apache1.3/fbl/CorpFB/. Jordan On 9/28/06, GZ Dark <[EMAIL PROTECTED]> wrote: At first I'll say sorry that have no experience for writting the modperl handler. When I wrote a simple handler l

A newbie modperl problem

2006-09-28 Thread GZ Dark
At first I'll say sorry that have no experience for writting the modperl handler. When I wrote a simple handler like: $ cat CorpFB/Feedback.pm package CorpFB::Feedback; use Apache::Constants qw(:common); use strict; use Apache::Request(); sub handler { my $r = shift; $r->send_http_