Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Oct 1998 13:31:47 -0700
From:      "Erez Golomb" <egolomb@globecastna.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   SSI
Message-ID:  <361D2133.CE7D5C0D@globecastna.com>

next in thread | raw e-mail | index | archive | help

--------------6F1D6E10935ED1AE8CADAC97
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

I am trying to configure SSI on my FREEBSD 2.2.6. I am running apache
1.3 with followings configurations...


httpd.conf
<VirtualHost 209.218.170.151>
DocumentRoot /usr/local/apache/www/dvdexplorer
ServerName www.dvdexplorer.com
TransferLog logs/dvdexplorer-access_log
AddType text/html .shtml
AddHandler server-parsed .shtml
</VirtualHost>


srm.conf
DirectoryIndex index.html index.shtml home.html

# To use CGI scripts:
AddHandler cgi-script .cgi .pl

# To use server-parsed HTML files
AddType text/html .shtml
AddHandler server-parsed .shtml

Any ideas what is that I am missing here?


Thanks

Erez

--------------6F1D6E10935ED1AE8CADAC97
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
I am trying to configure SSI on my FREEBSD 2.2.6. I am running apache 1.3
with followings configurations...
<BR>&nbsp;
<P><B>httpd.conf</B>
<BR>&lt;VirtualHost 209.218.170.151>
<BR>DocumentRoot /usr/local/apache/www/dvdexplorer
<BR>ServerName www.dvdexplorer.com
<BR>TransferLog logs/dvdexplorer-access_log
<BR><B>AddType text/html .shtml</B>
<BR><B>AddHandler server-parsed .shtml</B>
<BR>&lt;/VirtualHost>
<BR>&nbsp;
<P><B>srm.conf</B>
<BR>DirectoryIndex index.html index.shtml home.html
<P># To use CGI scripts:
<BR>AddHandler cgi-script .cgi .pl
<P># To use server-parsed HTML files
<BR>AddType text/html .shtml
<BR>AddHandler server-parsed .shtml
<P>Any ideas what is that I am missing here?
<BR>&nbsp;
<P>Thanks
<P>Erez</HTML>

--------------6F1D6E10935ED1AE8CADAC97--


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?361D2133.CE7D5C0D>