Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 8665 invoked by uid 500); 23 Jul 2002 10:36:41 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 8645 invoked from network); 23 Jul 2002 10:36:35 -0000 Received: from sigmaksa.com (HELO zai.sigmaksa.net) (212.93.197.235) by daedalus.apache.org with SMTP; 23 Jul 2002 10:36:35 -0000 Received: from luckylines.sigmaksa.com (unknown [212.93.197.236]) by zai.sigmaksa.net (Postfix) with SMTP id 6AFCDEDB8C for ; Wed, 24 Jul 2002 01:37:52 +0300 (AST) Received: from 192.168.16.16 ([192.168.16.16]) by luckylines.sigmaksa.com (WinRoute Pro 4.1) with SMTP; Mon, 22 Jul 2002 16:08:15 +0300 Message-ID: <03b101c23180$bd7e4860$7a10a8c0@Javed> From: "KJ" To: References: <14D1193E30E0894D8A773957C0AEE24AAA9208@SOMEXEVS001.ex.ordersx.org> <20020722124935.13435@mail.pconline.com> Subject: Re: Setting up HTTPConfig for SSI Date: Mon, 22 Jul 2002 16:07:32 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_03AE_01C23199.E29A8550" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_03AE_01C23199.E29A8550 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Try these settings in conf file.... Options FollowSymLinks Includes **Alias or ur root folder** Alias /myweb/ "x:/www/" Options FollowSymLinks Includes =20 AllowOverride None Order allow,deny Allow from all AddHandler cgi-script .cgi AddType text/html .shtml AddHandler server-parsed .shtml ************************************************* (Test.shtml) Test Server Side Includes Current Date:

Document Name: =20

Environmental Variables:

*************************************************** Test this document. KJ ----- Original Message -----=20 From: Darrel=20 To: users@httpd.apache.org=20 Sent: Monday, July 22, 2002 3:49 PM Subject: RE: Setting up HTTPConfig for SSI >What do you have in the .shtml file to call the dynamic content?=20 I am using: -Darrel >Rgds, > >owen Boyle > >>-----Original Message----- >>From: Darrel [mailto:da@darrelaustin.com] >>Sent: Montag, 22. Juli 2002 03:00 >>To: users@httpd.apache.org >>Subject: Setting up HTTPConfig for SSI >> >> >>I'm struggling with the proper way to tell HTTPConfig to run SSIs on = my >>server. >> >>I've added the following to my config file: >> >>Options +Includes >>AddType text/html .shtml >>AddHandler server-parsed .shtml >> >>I've tried placing both 'loose' in the file prior to the = virtualserver >>commands, and also within a virtual server declaration within a >> tag, but neither allows me to actually process the shtml >>files on the server. >> >>I'm sure I'm missing something obvious here... >> >>-Darrel ------=_NextPart_000_03AE_01C23199.E29A8550 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Try these = settings in conf=20 file....
 
Options FollowSymLinks=20 Includes
 
**Alias or ur = root=20 folder**
Alias  /myweb/ = "x:/www/"
 
    = <Directory=20 "x:/www">
        Options=20 FollowSymLinks Includes        =20
        AllowOverride=20 None
        Order=20 allow,deny
        Allow from=20 all
    </Directory>
 
 AddHandler cgi-script=20 .cgi
 
 AddType text/html=20 .shtml
 AddHandler server-parsed .shtml
*************************************************=20 (Test.shtml)
<HTML>
<HEAD><TITLE> Test Server Side = Includes=20 </TITLE></HEAD>
<BODY=20 BGCOLOR=3D"#FFFFFF">
Current Date: = <!--#echo=20 var=3D"DATE_LOCAL" -->
<P>Document Name: <!--#echo=20 var=3D"DOCUMENT_NAME" -->
<P>Environmental=20 Variables:<BR>
<PRE><!--#printenv =20 --></PRE>
</BODY>
</HTML>
***************************************************
=
Test this=20 document.
 
KJ
----- Original Message -----
From:=20 Darrel=20
Sent: Monday, July 22, 2002 = 3:49 PM
Subject: RE: Setting up = HTTPConfig for=20 SSI

>What do you have in the .shtml file to call the = dynamic=20 content?

I am using:

<!--#include=20 virtual=3D"assets/ssi/footer.ssi"=20 -->

-Darrel


>Rgds,
>
>owen=20 Boyle
>
>>-----Original Message-----
>>From: = Darrel=20 [mailto:da@darrelaustin.com]
>>Sent: Montag, 22. Juli 2002=20 03:00
>>To: users@httpd.apache.org
>= >Subject:=20 Setting up HTTPConfig for SSI
>>
>>
>>I'm=20 struggling with the proper way to tell HTTPConfig to run SSIs on=20 my
>>server.
>>
>>I've added the following = to my=20 config file:
>>
>>Options = +Includes
>>AddType=20 text/html .shtml
>>AddHandler server-parsed=20 .shtml
>>
>>I've tried placing both 'loose' in the = file=20 prior to the virtualserver
>>commands, and also within a = virtual=20 server declaration within a
>><directory> tag, but = neither=20 allows me to actually process the shtml
>>files on the=20 server.
>>
>>I'm sure I'm missing something obvious=20 here...
>>
>>-Darrel ------=_NextPart_000_03AE_01C23199.E29A8550--