diff --git a/core/tools/pkg/debian/apache.conf b/core/tools/pkg/debian/apache.conf index 4e3c53efe2..263c2ef5f4 100644 --- a/core/tools/pkg/debian/apache.conf +++ b/core/tools/pkg/debian/apache.conf @@ -15,12 +15,12 @@ # BrowserMatchNoCase ^SiteSucker blockAccess # BrowserMatchNoCase ^$ blockAccess +#support the cgi-bin url's +RedirectMatch /cgi-bin/foswiki/(.*)$ /foswiki/bin/$1 + RedirectMatch /foswiki/?$ /foswiki/bin/view$1 RedirectMatch /foswiki(/([A-Z].*)?)?$ /foswiki/bin/view$1 -#support the cgi-bin url's -RedirectMatch /cgi-bin/foswiki/?$ /foswiki/bin/$1 - #see /etc/foswiki/ShorterUrl.conf to activate ShorterUrls # The ScriptAlias defines the bin directory as a directory where CGI diff --git a/core/tools/pkg/debian/changelog b/core/tools/pkg/debian/changelog index 64c2f69bba..c0fb720601 100644 --- a/core/tools/pkg/debian/changelog +++ b/core/tools/pkg/debian/changelog @@ -1,8 +1,15 @@ +foswiki (1.0.7-3) unstable; urgency=high + + * fis up the legacy redirect from /cgi-bin/foswiki + + -- Sven Dowideit Thu, 08 Oct 2009 13:22:35 -0700 + foswiki (1.0.7-2) unstable; urgency=high * Remove cp of the cgi-bin dir, just package files now - Item2219 + * I can't sign a package for Drake :/ so I've changed the line below - -- Drake Diedrich Wed, 07 Oct 2009 13:22:35 -0700 + -- Sven Dowideit Wed, 07 Oct 2009 13:22:35 -0700 foswiki (1.0.7-1) stable; urgency=high