Re: Apache::Sandwich and SSI problems

1999-11-23 Thread Bruce W. Hoylman
> "Shay" == Shay Mandel <[EMAIL PROTECTED]> writes: Shay> # Shay> # To use server-parsed HTML files Shay> # Shay> AddType text/html .shtml AddHandler server-parsed .shtml Shay> AddHandler server-parsed .html Shay> Shay> SetHandler perl-script Shay> PerlH

Re: Apache::Sandwich and SSI problems

1999-11-23 Thread Vivek Khera
> "SM" == Shay Mandel <[EMAIL PROTECTED]> writes: SM> Hi, SM> Thank you very much for your response. SM> I've changed my configs, so that the sandwich will work only on .html file, SM> and set them not to be SSI parse by default. SM> Still, the header file, which has .shtml extension is not

Re: Apache::Sandwich and SSI problems

1999-11-23 Thread Shay Mandel
Hi, Thank you very much for your response. I've changed my configs, so that the sandwich will work only on .html file, and set them not to be SSI parse by default. Still, the header file, which has .shtml extension is not parsed. My sandwich version : 2.2 the httpd.conf details : # # To us

Re: Apache::Sandwich and SSI problems

1999-11-23 Thread Vivek Khera
> "SM" == Shay Mandel <[EMAIL PROTECTED]> writes: SM> Hi, SM> I am trying to use your Sandwich module, which is really great and SM> helpful. So first of all I want to thank you for the great job you've SM> done. Try making your sandwiched documents NOT be *.[s]html. You're forcing all your

Apache::Sandwich and SSI problems

1999-11-23 Thread Shay Mandel
Hi, I am trying to use your Sandwich module, which is really great and helpful. So first of all I want to thank you for the great job you've done. On the other hand, I am trying to put an shtml file as header, and it seems like the SSI directives in it are not parsed. In the documentation you wr