[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Repeatable segfault with Apache 1.3.33



I found this whilst commissioning + testing our codebase on a fresh dual-Xeon 
Dell PowerEdge 1850....

Here's the distilled version that I'd like feedback on...

Make sure Apache will process .htaccess files by setting 'AllowOverride All' 
on line 323 of /etc/apache/httpd.conf' 

Now mkdir /var/www/test and create /var/www/test/.htaccess with the following 
three lines:

RewriteEngine On
RewriteCond %{REQUEST_URI} ^/sr-snap_(.*)_uk_(..)..html$ [NC]
RewriteRule ^.*$ http://www.foobarbaz.com/%2/detail_%1.html [R=301,L]

And point a web browser at /test on that machine... check 
your /var/log/apache/error.log to see if you get:

[Mon Aug  1 14:28:36 2005] [notice] child pid 8528 exit signal Segmentation 
fault (11)
[Mon Aug  1 14:28:36 2005] [notice] child pid 8529 exit signal Segmentation 
fault (11)

ii  apache         1.3.33-6     versatile, high-performance HTTP server

Linux oregano 2.6.8-11-em64t-p4-smp #1 SMP Wed Jun 1 01:23:42 CEST 2005 x86_64 
GNU/Linux

Cheers,
Gavin.



Reply to: