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 > > > > 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 c

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 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 /home/te

Re: Apache server-side includes questions

1997-06-03 Thread Pawel Wiecek
On Jun 2, 6:38pm, Tom Lees wrote: > Ooops, that should be . 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 > | http://www.ists.pwr.wroc

Re: Apache server-side includes questions

1997-06-02 Thread Pete Templin
On Mon, 2 Jun 1997, Tom Lees wrote: > Ooops, that should be . 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 ideas? > > > > http

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: > > instead. Blah can . ^^^ Ooops, that should be . Does that work? Or file="blah" (n

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

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 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