Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 71450 invoked by uid 500); 29 May 2003 00:35:29 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 71427 invoked by uid 500); 29 May 2003 00:35:29 -0000 Delivered-To: apmail-apache-docs@apache.org Delivered-To: apmail-httpd-docs-1.3-cvs@apache.org Date: 29 May 2003 00:35:28 -0000 Message-ID: <20030529003528.46019.qmail@icarus.apache.org> From: rbowen@apache.org To: httpd-docs-1.3-cvs@apache.org Subject: cvs commit: httpd-docs-1.3/htdocs/manual/howto ssi.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rbowen 2003/05/28 17:35:28 Modified: htdocs/manual/howto ssi.html.en Log: Add note that mod_include is needed, as per nagging request on IRC. Revision Changes Path 1.14 +3 -1 httpd-docs-1.3/htdocs/manual/howto/ssi.html.en Index: ssi.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/howto/ssi.html.en,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ssi.html.en 29 May 2003 00:33:03 -0000 1.13 +++ ssi.html.en 29 May 2003 00:35:28 -0000 1.14 @@ -138,7 +138,9 @@ name="configuringyourservertopermitssi">Configuring your server to permit SSI -

To permit SSI on your server, you must have the following +

To permit SSI on your server, you must have mod_include installed and + enabled. Additionally, you must have the following directive either in your httpd.conf file, or in a .htaccess file:

  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org