sgi_apache & server side includes
From: rabi (r.palikonda_at_larc.nasa.gov)
Date: 07/14/03
- Next message: David Anderson: "Re: Pthread Library"
- Previous message: Khalid Schofield: "Re: copying .5 TB of data"
- Next in thread: Rudi Hoeben: "Re: sgi_apache & server side includes"
- Reply: Rudi Hoeben: "Re: sgi_apache & server side includes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 14 Jul 2003 14:01:22 -0400
I am trying to enable server side includes and have tried to following
with no luck ( The documentation seems to indicate that the mod_include
is enabled by default):
The system is a octane running 6.5.16m and has the sgi_apache
sub-package (from sgi freeware web-site) installed.
sgi_apache 06/08/2003 SGI Web Server based on Apache, 1.3.27a
The /var/sgi_apache/httpd-outbox/etc/httpd.conf has the following
entries:
<Directory "/var/www/htdocs">
Options Indexes Includes FollowSymLinks MultiViews ExecCGI
Options +Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<IfModule mod_mime.c>
< entries before and after the following lines not included here>
#
# To use server-parsed HTML files
#
AddHandler server-parsed .shtml
AddType text/html .shtml
The main html page :
<HTML>
<!--#include virtual="/test/nav.shtml"-->
<td bgcolor=#FFFFFF valign="top" align="left" width=580 height=600> Main
page </td>
</TABLE>
</BODY>
</HTML>
The include nav.shtml
<head>
<title> ICING Page</title>
<table width="800" height="75" border="0" cellpadding="0"
cellspacing="0"
background="/test/cloud_background.gif">
<tr colspan=2>
<td align="center" valign="center">
<h1>
<font color=#FFFFFF size="+1">
ICING Page
</font>
</h1>
</td>
</tr>
</table>
</head>
<BODY bgcolor="FFFFFF">
<table width="700" border="0" cellpadding="0" cellspacing="0">
<tr>
<!--- left nav bar -->
<td bgcolor=#6699aa valign="top" align="left" width=120 height=600>
menu page
</td>
No error message in the error.log file.
Any help is appreciated. Thanks in advance....
- Rabi
- Next message: David Anderson: "Re: Pthread Library"
- Previous message: Khalid Schofield: "Re: copying .5 TB of data"
- Next in thread: Rudi Hoeben: "Re: sgi_apache & server side includes"
- Reply: Rudi Hoeben: "Re: sgi_apache & server side includes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|