Apache Server Side Includes

1998-04-13 Thread Asher Haig
I'm at a loss for how to set up SSI in apache. I just want to be able to do stuff like !--#include virtual=footer.html-- and have it interpreted by the server. No One I've talked to seems to know how to do this and I can't find anything about it in any config file or in the docs. Someone,

Re: Apache Server Side Includes

1998-04-13 Thread Hamish Moffatt
On Sun, Apr 12, 1998 at 08:03:22PM -0600, Asher Haig wrote: I'm at a loss for how to set up SSI in apache. I just want to be able to do stuff like !--#include virtual=footer.html-- and have it interpreted by the server. No One I've talked to seems to know how to do this and I can't find

Re: Apache server-side includes questions

1997-06-04 Thread Tom Lees
On Mon, 2 Jun 1997, Pete Templin wrote: If I view the document source, the !--stuff-- shows up in italics, as if it's still a comment (and hasn't been parsed). If I add the XBitHack Full to my .htaccess, I get the following error in my error log: [Mon Jun 2 15:39:40 1997] access to

Re: Apache server-side includes questions

1997-06-03 Thread Pawel Wiecek
On Jun 2, 6:38pm, Tom Lees wrote: Ooops, that should be !--#include virtual=blah --. Does that work? Or file=blah (not sure if virtual is a 1.2 extension). Otherwise, try It's not. But echo might be... Paul -- (___) | Pawel Wiecek - [EMAIL PROTECTED] | o o |

Re: Apache server-side includes questions

1997-06-02 Thread Pawel Wiecek
On May 29, 3:26pm, Pete Templin wrote: Hello, Somewhere along the line, my tricks (hacks?) for doing server-side inclusion of standardized (and separately changeable) headers and footers on web pages broke. I admit to not knowing the _right_ way to do it, having stolen lots of

Re: Apache server-side includes questions

1997-06-02 Thread Tom Lees
On Thu, 29 May 1997, Pete Templin wrote: Hello, Somewhere along the line, my tricks (hacks?) for doing server-side inclusion of standardized (and separately changeable) headers and footers on web pages broke. I admit to not knowing the _right_ way to do it, having stolen lots of

Re: Apache server-side includes questions

1997-06-02 Thread Pete Templin
On Mon, 2 Jun 1997, Tom Lees wrote: Somewhere along the line, my tricks (hacks?) for doing server-side inclusion of standardized (and separately changeable) headers and footers on web pages broke. I admit to not knowing the _right_ way to do it, having stolen lots of bits and pieces

Re: Apache server-side includes questions

1997-06-02 Thread Tom Lees
On Mon, 2 Jun 1997, Pete Templin wrote: As you were doing it. Or, use a CGI, and point it at a target frame :) PS. the perl script you had there can be done without using perl: !--#include blah -- instead. Blah can !--#echo var=LAST_MODIFIED --. ^^^ Ooops, that should

Re: Apache server-side includes questions

1997-06-02 Thread Pete Templin
On Mon, 2 Jun 1997, Tom Lees wrote: Ooops, that should be !--#include virtual=blah --. Does that work? Or file=blah (not sure if virtual is a 1.2 extension). Otherwise, try adding XBitHack Full to .htaccess, and chmod +x the .html files. It's still showing the #includes as comments. Any

Apache server-side includes questions

1997-05-29 Thread Pete Templin
Hello, Somewhere along the line, my tricks (hacks?) for doing server-side inclusion of standardized (and separately changeable) headers and footers on web pages broke. I admit to not knowing the _right_ way to do it, having stolen lots of bits and pieces along the way and learning