[PLUG] Not seeing whole page loaded from local httpd server

Evan Heidtmann clydefrog at adnap.no-ip.com
Mon Oct 11 19:58:02 UTC 2004


On Mon, 2004-10-11 at 18:22, Rich Shepard wrote:
> On Mon, 11 Oct 2004, Evan Heidtmann wrote:
> 
> > From your 'shtml' extension, I'm guessing you're using SSI. You need to
> > turn that on in your Apache configuration. If you're using 1.3, this is
> > the page you want:
> >
> > http://httpd.apache.org/docs/howto/ssi.html
> 
> Evan,
> 
>    Well, shucks. I just did it. Progress has been made: now I see, "[an error
> occurred while processing this directive]" where the header and footer
> belong.
> 
>    What I have in the test page (also in all "real" pages) is:
>    <!--#include virtual="/header.html" -->
> and
>    <!--#include virtual="/footer.html" -->
> 
> These work in the live server but now I'm getting that error. Have you an
> idea what I need to read to learn about this?

The apache documentation above mentions this particular application of
SSI. Use google to find more detail (I don't use SSI so I can't
recommend a reference).

Look at your error log to see exactly what the error message is.

Evan





More information about the PLUG mailing list