Subject: Re: pkg/32000: PHP 4.1.1 is unstable
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: pkgsrc-bugs
Date: 11/17/2005 18:02:02
The following reply was made to PR pkg/32000; it has been noted by GNATS.

From: Manuel Bouyer <bouyer@antioche.eu.org>
To: Martti Kuparinen <martti.kuparinen@iki.fi>
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/32000: PHP 4.1.1 is unstable
Date: Thu, 17 Nov 2005 19:01:19 +0100

 Hi,
 sorry for the delay
 
 On Tue, Nov 15, 2005 at 11:30:10AM +0200, Martti Kuparinen wrote:
 > 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]
 
 I don't get problems with this. I have:
 RewriteEngine       on
 RewriteLog          "/var/log/httpd/rewrite.log"
 RewriteLogLevel     0 
 
 # Redirect WebMail to the HTTPS site
 RewriteRule ^/mail[/]?          http://lavardin.ipv6.lip6.fr/foo.php
 RewriteRule ^/webmail[/]?       http://lavardin.ipv6.lip6.fr/foo.php
 RewriteRule ^/squirrelmail[/]?  http://lavardin.ipv6.lip6.fr/foo.php
 
 (I don't have squirrelmail installed on this system)
 
 -- 
 Manuel Bouyer <bouyer@antioche.eu.org>
      NetBSD: 26 ans d'experience feront toujours la difference
 --