RE: Server Side Includes

2002-06-10 Thread Ronald Castillo
Subject: Re: Server Side Includes This is a bit OT, but ... On Mon, 10 Jun 2002, Ronald Castillo wrote: > I was wondering if there is any way of installing Server Side Includes > for Apache without having to recompile from source. I have tried > changing the httpd.conf file, placing

Re: Server Side Includes

2002-06-10 Thread Patrick Wiseman
This is a bit OT, but ... On Mon, 10 Jun 2002, Ronald Castillo wrote: > I was wondering if there is any way of installing Server Side Includes > for Apache without having to recompile from source. I have tried > changing the httpd.conf file, placing .htaccess files but with no > r

Server Side Includes

2002-06-10 Thread Ronald Castillo
Hello.. I was wondering if there is any way of installing Server Side Includes for Apache without having to recompile from source. I have tried changing the httpd.conf file, placing .htaccess files but with no results. Thanks for your help.. Ronald Castillo -- To UNSUBSCRIBE, email to

Re: server side includes - Apache - Debian Potato

2001-03-18 Thread Nate Amsden
Mike Millner wrote: > > Thank you very much, that was it! > > Thanks again, > Mike sure, suprised it worked before. usually apache pukes when you try to set options for modules that are not loaded..maybe includes isn't as critical. odd. glad it works. nate -- ::: ICQ: 75132336 http://www.a

Re: server side includes - Apache - Debian Potato

2001-03-18 Thread Mike Millner
Thank you very much, that was it! Thanks again, Mike - Original Message - From: "Nate Amsden" <[EMAIL PROTECTED]> To: Sent: Sunday, March 18, 2001 12:19 AM Subject: Re: server side includes - Apache - Debian Potato > > Mike Millner wrote: > > > > H

Re: server side includes - Apache - Debian Potato

2001-03-18 Thread Nate Amsden
> Mike Millner wrote: > > Hello, > I'm clear that I'm doing something wrong, I just don't know what that is. > I'm trying to get server side includes to work. > > In the srm.conf file I have uncommented out the lines: > AddType text/html .shtml >

server side includes - Apache - Debian Potato

2001-03-18 Thread Mike Millner
Hello, I'm clear that I'm doing something wrong, I just don't know what that is. I'm trying to get server side includes to work.   In the srm.conf file I have uncommented out the lines: AddType text/html .shtmlAddHandler server-parsed .shtml   I made a file called

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

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 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, please? Would really appreciate any

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

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 origin