<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/mod-replace/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/mod-replace/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 08 Aug 2008 20:32:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mod-replace/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Loading module does not work</title><link>https://sourceforge.net/p/mod-replace/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've successfully built the module with both apxs and by rebuilding all of Apache 2.0.54 with the "standard" installation of this module (i.e. adding the directions in the INSTALL file). However, after the install, I attempted to run apache and load the module and an error shows up. It says it is unable to load the module because it can't find the symbol "pcre_study", despite the fact that pcre is part of Apache and the header file is in the "include" directory of Apache post-installation. I noticed the header file includes pcre.h by using a relative path to it (i.e. ../../srclib/pcre/pcre.h) and, in order to get apxs to compile the module, I had to change this to just "pcre.h" and then do a -Ipath_to_srclib/pcre.&lt;/p&gt;
&lt;p&gt;So, am I doing something wrong or is there a bug with something in the module?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 08 Aug 2008 20:32:37 -0000</pubDate><guid>https://sourceforge.netf9e60b4e3a39f68ffa6401c6d3d5a682446a14b3</guid></item><item><title>Segmentation Fault When Combined With SSI</title><link>https://sourceforge.net/p/mod-replace/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I have mod_replace combined with server side includes, and it is generating a segmentation fault.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;So this works:&lt;/p&gt;
&lt;p&gt;&amp;lt;!--#include virtual="/inc/legal/test.inc"--&amp;gt;&lt;/p&gt;
&lt;p&gt;But this fails:&lt;/p&gt;
&lt;p&gt;&amp;lt;!--#include virtual="/inc/legal/test.html"--&amp;gt;&lt;/p&gt;
&lt;p&gt;Here is the config:&lt;/p&gt;
&lt;p&gt;##### mod_replace #####&lt;br /&gt;
ReplaceFilterDefine wwwtestreplace intype=text/html&lt;br /&gt;
ReplacePattern wwwtestreplace "http://www.qwest.com/ecms/" "http://ecomt095.dev.qintra.com:30001/ecms/"&lt;/p&gt;
&lt;p&gt;##### Document Root #####&lt;/p&gt;
&lt;p&gt;DocumentRoot "/web/uswc-test/htdocs"&lt;br /&gt;
&amp;lt;Directory "/web/uswc-test/htdocs"&amp;gt;&lt;br /&gt;
Options FollowSymLinks Includes&lt;br /&gt;
AddOutputFilter Includes .html&lt;br /&gt;
SetOutputFilter Includes;wwwtestreplace&lt;br /&gt;
AllowOverride None&lt;br /&gt;
Order allow,deny&lt;br /&gt;
Allow from all&lt;br /&gt;
&amp;lt;/Directory&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim White</dc:creator><pubDate>Wed, 30 Jan 2008 21:45:07 -0000</pubDate><guid>https://sourceforge.net806129ec9d3ae2b896f3c7c8fcc5a3d0ceccc53e</guid></item><item><title>Unable to compile dynamic module</title><link>https://sourceforge.net/p/mod-replace/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you're following the instructions provided in the INSTALL file, it &lt;br /&gt;
is not possible to build a dynamic module. The error message &lt;br /&gt;
showing up after starting Apache is: &lt;/p&gt;
&lt;p&gt;Syntax error on line xxx of /usr/local/apache2/conf/httpd.conf: &lt;br /&gt;
Cannot load /usr/local/apache2/modules/mod_replace.so into &lt;br /&gt;
server: /usr/local/apache2/modules/mod_replace.so: undefined &lt;br /&gt;
symbol: pcre_study &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephan Tesch</dc:creator><pubDate>Thu, 20 May 2004 15:46:36 -0000</pubDate><guid>https://sourceforge.net930430c796e8a4a3b3b8df4e4d13a161236324d3</guid></item></channel></rss>