Re: Apache::SSI problem

2000-11-01 Thread Thomas von Elling Skifter Eibner
On Wed, Nov 01, 2000 at 09:51:38AM +0200, Stanislav Grozev wrote: Hi, I am using Apache 1.3.14, mod_perl 1.24_01, perl 5.6 and Apache::SSI 2.13 in my httpd.conf i have the following: PerlRequire /usr/local/web/perllib/Apache/tSSI.pm Files ~ "\.bozo$" SetHandler

Re: Apache::SSI problem

2000-11-01 Thread Stanislav Grozev
On Wed, Nov 01, 2000 at 09:29:31AM +0100, Thomas von Elling Skifter Eibner wrote: SNIP^ The tag should be !--#bozo -- yeah, sorry... stupid me.;-) works like a charm now, thanks -tacho -- [i don't follow] | [http://daemonz.org/ || [EMAIL PROTECTED]] [everything

Re: Apache::SSI problem

2000-11-01 Thread David Hodgkinson
Stanislav Grozev [EMAIL PROTECTED] writes: *snip* the problem is, when I fetch the file, the above remains intact, ie. the SSI doesn't process it? I've tried also with plain Apache::SSI directives (ie. without subclassing it) and it still doesn't work.;-( any suggestions? (this setup

Apache::SSI problem

2000-10-31 Thread Stanislav Grozev
Hi, I am using Apache 1.3.14, mod_perl 1.24_01, perl 5.6 and Apache::SSI 2.13 in my httpd.conf i have the following: PerlRequire /usr/local/web/perllib/Apache/tSSI.pm Files ~ "\.bozo$" SetHandler perl-script PerlHandler Apache::tSSI /Files