[Rt-commit] [svn] r756 - in rt: . branches/rt-3.3
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Tue Apr 27 04:46:57 EDT 2004
Author: autrijus
Date: Tue Apr 27 04:46:57 2004
New Revision: 756
Modified:
rt/ (props changed)
rt/branches/rt-3.3/README
Log:
----------------------------------------------------------------------
r4195 at not: autrijus | 2004-04-27T08:46:36.958817Z
* now mod_perl2 only needs one line of extra setup.
----------------------------------------------------------------------
Modified: rt/branches/rt-3.3/README
==============================================================================
--- rt/branches/rt-3.3/README (original)
+++ rt/branches/rt-3.3/README Tue Apr 27 04:46:57 2004
@@ -208,12 +208,8 @@
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
- # these four lines apply to Apache2+mod_perl2 only: {{{
- PerlSetVar MasonArgsMethod CGI
- PerlModule Apache2 Apache::compat
- RewriteEngine On
- RewriteRule ^(.*)/$ $1/index.html
- # }}}
+ # This line applies to Apache2+mod_perl2 only:
+ RedirectMatch permanent (.*)/$ $1/index.html
PerlModule Apache::DBI
PerlRequire /opt/rt3/bin/webmux.pl
More information about the Rt-commit
mailing list