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

Apache Package mod_rewrite.so



Hey,

I´ve a big problem in using mod_rewrite with the apache 1.3.31 provided by the package tree. After including this to my .htaccess

RewriteBase /
RewriteEngine on
RewriteRule (cheese|shit).html /test.php?fff=$1

Error log always tells me:

[Sat Aug XXXXXXX] [notice] child pid 29688 exit signal Segmentation fault (11)

But when I´m splitting the rules like:

RewriteBase /
RewriteEngine on
RewriteRule (cheese).html /test.php?fff=$1
RewriteRule (shit).html /test.php?fff=$1


everything works fine. Is there a bug in the mod_rewrite.so file? I´m getting mad in solving this problem. Maybe someone can help me.....

Thanks

Markus

Attachment: PGP.sig
Description: Signierter Teil der Nachricht


Reply to: