pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32000: PHP 4.1.1 is unstable
The following reply was made to PR pkg/32000; it has been noted by GNATS.
From: Martti Kuparinen <martti.kuparinen%iki.fi@localhost>
To: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost
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
Home |
Main Index |
Thread Index |
Old Index