You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/06/17 13:33:14 UTC

DO NOT REPLY [Bug 9915] New: - SSI does not work correctly

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9915>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9915

SSI does not work correctly

           Summary: SSI does not work correctly
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: mod_include
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: thomas.haller@runbox.com


I have a index.shtml page in my document root directory (no index.html or 
index.htm). 

This page displays fine (SSI works without any problems) in Internet Explorer 
6. But with Netscape 4.79, NS 6.2.2 or Opera 6.03, the source code of the page 
is displayed in plain text rather than HTML. The included HTML-code is however 
added in the page - it is simply not displayed as HTML....

Could this be an encoding problem ?

As this worked (unchanged) before in 1.3.26 I think this is a bug. 
I have also seen in bugzilla some closed bugs (v 2.0.32) concerning this issue, 
but I'm unsure if this problem was added somehow again... 

Best wishes,
Tom

Some config-infos:
****
<Directory />
    Options Indexes FollowSymLinks MultiViews +Includes
    AllowOverride None
</Directory>
****
DirectoryIndex index.html index.shtml index.htm index.html.var
****
AddOutputFilter INCLUDES .shtml
****

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org