Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-10 Thread Bart
You could also try to redirect everything from port 80 to 443, this would ensure that apache only touches RT once: VirtualHost *:80 ErrorLog /opt/rt4/var/log/apache2.error TransferLog /opt/rt4/var/log/apache2.access RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*)

Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-10 Thread Iosif Fettich
Hi Bart, On Thu, 10 Nov 2011, Bart wrote: You could also try to redirect everything from port 80 to 443, this would ensure that apache only touches RT once: VirtualHost *:80 ErrorLog /opt/rt4/var/log/apache2.error TransferLog /opt/rt4/var/log/apache2.access RewriteEngine On

Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-10 Thread Bart
Well, to be honest, I'm not an expert on this rule lol I've copied it after some searching. The result however is that it keeps the entire URL in tact (everything past the / included) and just replaces http with https. Though, if I'd have to guess then the condition makes sure that it only does

Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-10 Thread Kevin Falcone
On Wed, Nov 09, 2011 at 02:54:08PM -1000, Jeff Sampson wrote: Here are the RT related config sections.. Since you do this twice: Perl use Plack::Handler::Apache2; Plack::Handler::Apache2-preload(/opt/rt4/sbin/rt-server); /Perl Perl use Plack::Handler::Apache2;

Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-10 Thread Jeff Sampson
Thanks for the replies thus far. I've tried them all, but I'm still getting the same error. I just reinstalled my entire perl installation on the box and that fixed the problem. I'm still not sure exactly what caused the problem. On Thu, Nov 10, 2011 at 7:54 AM, Kevin Falcone

[rt-users] RT 4.0.3 upgrade problem

2011-11-09 Thread Jeff Sampson
Hi All, I just updated my previously working 4.0.2 RT server to 4.0.3. RT is running under mod_perl on this box. I followed all of the upgrade instructions as usual (./configure;make testdeps;make upgrade;make upgrade-database, and cleared the mason cache directory). The problem is that when

Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-09 Thread Kevin Falcone
On Wed, Nov 09, 2011 at 12:17:20PM -1000, Jeff Sampson wrote: Hi All, I just updated my previously working 4.0.2 RT server to 4.0.3. RT is running under mod_perl on this box. I followed all of the upgrade instructions as usual (./configure;make testdeps;make upgrade;make upgrade-database,

Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-09 Thread Jeff Sampson
Here are the RT related config sections.. VirtualHost *:80 Alias /rt /opt/rt4/share/html AddDefaultCharset UTF-8 Location /rt Order allow,deny allow from all SetHandler modperl PerlResponseHandler Plack::Handler::Apache2

Re: [rt-users] RT 4.0.3 upgrade problem

2011-11-09 Thread Carlos Ramos
On Wed, Nov 9, 2011 at 6:54 PM, Jeff Sampson ffe...@gmail.com wrote: Here are the RT related config sections.. VirtualHost *:80     Alias /rt /opt/rt4/share/html     AddDefaultCharset UTF-8     Location /rt   Order allow,deny   allow from all