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/apache/htdocs/
>    <Location />
>        SetHandler    perl-script
>        PerlHandler   Apache::Footer
>    </Location>
> It works but the scripts in /cgi-bin/ do not function at all!  If I comment this 
>handler
> , the cgi-bin works again.  I don't know whay?  Can somebody tell me the reason and 
>how
> to overcome this side effect?  The code and the system information is appended with 
>this
> email as follow.

that example only works with static text/html pages.  have a look at
Apache::Sandwich.

Reply via email to