well .. assuming that you meant the iPlanet FastTrack server .. you should
have a look at the online FastTrack documentation

  http://docs.iplanet.com/docs/manuals/enterprise/50/beta/pg/contents.htm

it tells you how to setup a server side include mapping .. and it confirms
that the syntax is the same as I have below

-- 
  jason king

  In Norway, you may not spay your female dog or cat.  However, you may
  neuter the males of the species. - http://dumblaws.com/


>-----Original Message-----
>From: IT Dept - Terry Honeyford
>[mailto:[EMAIL PROTECTED]]
>Sent: Wed 16 May 2001 02:32
>To: King, Jason; [EMAIL PROTECTED]
>Subject: RE: Beginners Database Question
>
>
>This looks like just what I am after doing, but we run 
>Netscape fastback server 
>can anyone point me in the right direction? 
>TIA 
>Terry 
>...Eric B. Leslie wrote .. 
>... 
>...>    I'm experimenting with putting a db backend on 
>...everything. 
>...everyone else seems to be overlooking the obvious and/or 
>...getting ahead of 
>...themselves .. from what you're saying you're looking for a 
>...way to include 
>...the output of a Perl program inside a web page 
>... 
>...what I think you're after are called Server Side Includes 
>...(or SSIs for 
>...short) .. they're available for most web servers .. and the 
>syntax is 
>...generally the same (or similar) for all web servers 
>... 
>...at least under IIS and Apache the following will embed the 
>...output of the 
>...Perl program main_table.pl from the /cgi-bin directory in 
>...the body of the 
>...web page 
>... 
>... 
>... 
>...  <html><head><title>SSI Example</title></head> 
>... 
>...  <body> 
>... 
>...    <!--#include virtual="/cgi-bin/main_table.pl" --> 
>... 
>...  </body></html> 
>... 
>... 
>...-- 
>...  jason king 
>... 
>...  In South Carolina, merchandise may not be sold within a 
>...half mile of 
>...  a church unless fruit is being sold. - http://dumblaws.com/ 
>... 
>

Reply via email to