Skip to content

Commit

Permalink
Item2219: make the redirectmatch /cgi-bin/foswiki for previous debian…
Browse files Browse the repository at this point in the history
… packages actually work

git-svn-id: http://svn.foswiki.org/branches/Release01x00@5234 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Oct 8, 2009
1 parent 2653d94 commit b38c11f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/tools/pkg/debian/apache.conf
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion 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 <SvenDowideit@fosiki.com> 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 <dld@google.com> Wed, 07 Oct 2009 13:22:35 -0700
-- Sven Dowideit <SvenDowideit@fosiki.com> Wed, 07 Oct 2009 13:22:35 -0700

foswiki (1.0.7-1) stable; urgency=high

Expand Down

0 comments on commit b38c11f

Please sign in to comment.