Menu

#2 Segmentation Fault When Combined With SSI

v1.0_(example)
open
Operation (2)
5
2008-03-07
2008-01-30
Tim White
No

When I have mod_replace combined with server side includes, and it is generating a segmentation fault.

It works fine if the file being server side included is not named .html, but if it has the .html extention, it generated a segfault in the apache error logs.

So this works:

<!--#include virtual="/inc/legal/test.inc"-->

But this fails:

<!--#include virtual="/inc/legal/test.html"-->

Here is the config:

##### mod_replace #####
ReplaceFilterDefine wwwtestreplace intype=text/html
ReplacePattern wwwtestreplace "http://www.qwest.com/ecms/" "http://ecomt095.dev.qintra.com:30001/ecms/"

##### Document Root #####

DocumentRoot "/web/uswc-test/htdocs"
<Directory "/web/uswc-test/htdocs">
Options FollowSymLinks Includes
AddOutputFilter Includes .html
SetOutputFilter Includes;wwwtestreplace
AllowOverride None
Order allow,deny
Allow from all
</Directory>

Discussion

  • Stephan Tesch

    Stephan Tesch - 2008-03-07

    Logged In: YES
    user_id=1015869
    Originator: NO

    Hi Tim,

    which version of Apache are you currently using?

    Best regards,
    Stephan

     
  • Stephan Tesch

    Stephan Tesch - 2008-03-07
    • assigned_to: nobody --> sttesch
     
  • Tim White

    Tim White - 2008-03-07

    Logged In: YES
    user_id=4414
    Originator: YES

    Hi!!!! The version we are running is Apache/2.0.52

     

Log in to post a comment.