Date: Mon, 15 Feb 1999 00:20:25 -0600 From: Mark <markm@online.dct.com> To: Thomas Bentz <adoy@concentric.net> Cc: questions@FreeBSD.ORG Subject: Re: Server Side Includes Message-ID: <19990215002025.A3910@online.dct.com> In-Reply-To: <36C7AE55.6ECF0F70@concentric.net>; from Thomas Bentz on Sun, Feb 14, 1999 at 09:19:17PM -0800 References: <36C7AE55.6ECF0F70@concentric.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Thomas Bentz (adoy@concentric.net): > How do I know if server side includes are working correctly on the > system? This is really more of a web server problem, but to answer: 1. Turn on SSI according to the web server instructions 2. embed one in your document (Ex: for apache, create an html page which just has an image tag, then create a new page which has inside it: "<!-- include virtual="/path/to/somefile.html" --> 3. Then, view the page with the server side includ with your browser. If you see the image, they are working. If not, you have problems. hope that helps. -- Mark Maurer markm@dct.com Programmer, DCT Technologies mwmaurer@mtu.edu Senior, Michigan Technological University "How could this be a problem in a country where we have Intel and Microsoft?" -- Al Gore, on the Y2K bug. Quoted Vanity Fair, Jan 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990215002025.A3910>