Received: (qmail 94933 invoked by uid 501); 5 Feb 2001 02:26:09 -0000 Message-Id: <20010205022609.94932.qmail@apache.org> Date: 5 Feb 2001 02:26:09 -0000 From: Derek Balling Reply-To: dredd@megacity.org To: submit@bugz.apache.org Subject: SSI doesn't seem to be working despite everything I've tried. X-Send-Pr-Version: 3.110 >Number: 7191 >Category: mod_include >Synopsis: SSI doesn't seem to be working despite everything I've tried. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: mistaken >Submitter-Id: apache >Arrival-Date: Sun Feb 04 18:30:00 PST 2001 >Closed-Date: >Last-Modified: Mon Feb 05 13:35:16 PST 2001 >Originator: dredd@megacity.org >Release: 2.0a9 >Organization: >Environment: Linux 2.2.17, gcc >Description: I've torn my hair out on this one long enough. :) I have mod_include, according to server-info: --- Module Name: mod_include.c Content handlers: none Configuration Phase Participation: Create Directory Config Module Directives: XBitHack - Off, On, or Full Current Configuration: XBitHack On --- The directory the web site is in is, physically, /web/sites/www.megacity.org/html , however, it is referenced (on my 2.0 test server) as /web2.0/sites (with /web2.0/sites a symlink to the /web/sites directory): lrwxrwxrwx 1 root root 13 Jan 16 23:31 sites -> /web1.3/sites And, since I have tried both, I have: --- AllowOverride All Options All AllowOverride All Options All --- The virtual-host declaration: --- ServerAdmin webmaster@megacity.org DocumentRoot /web/sites/www.megacity.org/html ServerName www.megacity.org ServerAlias www.megacity.org.uk ErrorLog /web/sites/www.megacity.org/logs/errorlog CustomLog /web/sites/www.megacity.org/logs/allaccess.log combined --- the html/.htaccess file: --- XBitHack on Options +Includes +ExecCGI +FollowSymLinks --- and the httpd.conf: --- AddType text/html .shtml AddHandler server-parsed .shtml --- Yet, the following in my HTML page: