Subject: Re: pkg/32000: PHP 4.1.1 is unstable
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: pkgsrc-bugs
Date: 11/15/2005 09:31:04
The following reply was made to PR pkg/32000; it has been noted by GNATS.

From: Martti Kuparinen <martti.kuparinen@iki.fi>
To: Manuel Bouyer <bouyer@antioche.eu.org>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/32000: PHP 4.1.1 is unstable
Date: Tue, 15 Nov 2005 11:30:10 +0200

 I'm using RewriteRule in my httpd.conf and I read somewhere that this
 might be a problem. Can you test your setup by adding few RewriteRule
 settings and see if you are getting signal 11..
 
      RewriteEngine       on
      RewriteLog          "/var/log/httpd/rewrite.log"
      RewriteLogLevel     0
 
      # Redirect WebMail to the HTTPS site
      RewriteRule ^/mail[/]?          https://www.mydomain.com/squirrelmail/ [R]
      RewriteRule ^/webmail[/]?       https://www.mydomain.com/squirrelmail/ [R]
      RewriteRule ^/squirrelmail[/]?  https://www.mydomain.com/squirrelmail/ [R]
 
 Martti