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 2007/03/02 08:11:11 UTC

DO NOT REPLY [Bug 41744] New: - SSI resolves includes but removes original HTML

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41744

           Summary: SSI resolves includes but removes original HTML
           Product: Apache httpd-2
           Version: 2.2.3
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_include
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tom.celuszak@telus.net


Context:
Using SSI on Windows XP Pro SP2. Example, in index.htm have 
<!--#include virtual="/one.shtm" -->

Have set in httpd.conf
    Options Includes
and
    AddType text/html .shtm
    AddOutputFilter INCLUDES .htm .shtm
for the specific directory holding index.htm and .shtm files.

Problem:
Include module is loaded, and includes get resolved but output lacks all the 
HTML from index.htm. No errors logged.

More info:
The content is being accessed and is configured under a virtual host. All set 
up on localhost for testing on localhost, with entries in HOSTS file to resolve 
names.

So in httpd.conf, in addition to mod_include being loaded, have
# Our CCA dev content folder
<Directory "K:/cca/develop">
    Options Includes
    AllowOverride None
    Order allow,deny
    Allow from all
    # Some commands to get the SSI working for us
    AddType text/html .shtm
    AddOutputFilter INCLUDES .htm .shtm
</Directory>

while in httpd-vhosts.conf, have
<VirtualHost *:80>
    DocumentRoot /www/webroot
    ServerName www.server.tom
    ServerAlias server.tom *.server.tom
    ErrorLog logs/server.tom-error_log
    CustomLog logs/server.tom-access_log common
</VirtualHost>

<VirtualHost *:80>
    DocumentRoot "K:/cca/develop"
    ServerName www.ccadev.tom
    ServerAlias ccadev.tom *.ccadev.tom
    ErrorLog logs/ccadev.tom-error_log
    CustomLog logs/ccadev.tom-access_log common
</VirtualHost>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41744] - SSI resolves includes but removes original HTML

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=41744


wrowe@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows XP                  |All




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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