> >
> > This message was sent from Geocrawler.com by "Charles"
> <[EMAIL PROTECTED]>
> > Be sure to reply to that address.
> >
> > Howdy, haven't posted in awhile, but here I am
> > again:)
> >
> > I wrote (rewrote from the book) the NavBar.pm and
> > it works great, except for the fact that it
> > killed all SSI's for this directory..
> >
> > <Directory /home/httpd/html/sales/docs/>
> >  SetHandler perl-script
> >  Options ExecCGI
> >  PerlHandler Apache::NavBar2
> >  PerlSetVar NavConf /home/conf/main_nav.conf
> > </Directory>
>
> Did the same - same results.
> Still can't find how to fix the ssi. I only
> had it set up for the .ehtml as an AddType,
> which is even more mystifying, how NavBar could of
> broke that.

Inside your Directory block you set the Handler to perl-script, so every
page is handled by mod_perl instead of mod_include. Both cannot coexist,
because one file can have only one handler. A solution maybe to use
Apache::SSI, which implement ssi in Perl, but you have to find a way to
bring Apache::NavBar together with Apache::SSI, here maybe Apache::Filter
can help...

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to