Changeset 5234


Ignore:
Timestamp:
10/08/09 13:37:55 (4 years ago)
Author:
SvenDowideit
Message:

Item2219: make the redirectmatch /cgi-bin/foswiki for previous debian packages actually work

Location:
branches/Release01x00/core/tools/pkg/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/tools/pkg/debian/apache.conf

    r5213 r5234  
    1616# BrowserMatchNoCase ^$ blockAccess 
    1717 
     18#support the cgi-bin url's 
     19RedirectMatch /cgi-bin/foswiki/(.*)$ /foswiki/bin/$1 
     20 
    1821RedirectMatch /foswiki/?$ /foswiki/bin/view$1 
    1922RedirectMatch /foswiki(/([A-Z].*)?)?$ /foswiki/bin/view$1 
    20  
    21 #support the cgi-bin url's 
    22 RedirectMatch /cgi-bin/foswiki/?$ /foswiki/bin/$1 
    2323 
    2424#see /etc/foswiki/ShorterUrl.conf to activate ShorterUrls 
  • branches/Release01x00/core/tools/pkg/debian/changelog

    r5229 r5234  
     1foswiki (1.0.7-3) unstable; urgency=high 
     2 
     3  * fis up the legacy redirect from /cgi-bin/foswiki 
     4 
     5 -- Sven Dowideit <SvenDowideit@fosiki.com>  Thu, 08 Oct 2009 13:22:35 -0700 
     6 
    17foswiki (1.0.7-2) unstable; urgency=high 
    28 
    39  * Remove cp of the cgi-bin dir, just package files now - Item2219 
     10  * I can't sign a package for Drake :/ so I've changed the line below 
    411 
    5  -- Drake Diedrich <dld@google.com>  Wed, 07 Oct 2009 13:22:35 -0700 
     12 -- Sven Dowideit <SvenDowideit@fosiki.com>  Wed, 07 Oct 2009 13:22:35 -0700 
    613 
    714foswiki (1.0.7-1) stable; urgency=high 
Note: See TracChangeset for help on using the changeset viewer.