Changeset 757


Ignore:
Timestamp:
11/17/08 01:12:47 (3 years ago)
Author:
KennethLavrsen
Message:

Item109: Removing no longer needed or wanted topic
Item205: Changing TWiki. to %SYSTEM% and fixing some docu content at the same time

Location:
branches/Release04x02/data/TWiki
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/data/TWiki/AccessControl.txt

    r747 r757  
    217217Use the following setup to authenticate users for topic viewing in all webs and to restrict access to selected webs. Requires UserAuthentication to be enabled. 
    218218 
    219    1. Set =require valid-user= on your =view= script in .htaccess or the appropriate Apache .conf file. As of 4.x, this looks like: =FilesMatch "(attach|edit|manage|rename|save|view|upload|mail|logon|.*auth).*"= (normally =view= is not in that list). 
     219   1 The simple way is to add this to =%WEBPREFSTOPIC%= in all webs. 
     220      * ==Set <nop>DENYWEBVIEW = WikiGuest== 
    220221   1. *Restrict* view access to selected Users and Groups. Set one or both of these settings in its %WEBPREFSTOPIC% topic: 
    221       * ==Set <nop>DENYWEBVIEW = &lt; list of Users and Groups &gt;== 
    222222      * ==Set <nop>ALLOWWEBVIEW = &lt; list of Users and Groups &gt;== 
    223223      * __Note:__ =DENYWEBVIEW= is evaluated before =ALLOWWEBVIEW=. Access is denied if the authenticated person is in the =DENYWEBVIEW= list, or not in the =ALLOWWEBVIEW= list. Access is granted if =DENYWEBVIEW= and =ALLOWWEBVIEW= are not defined. 
    224    1. If you still want public users to be able to register automatically follow TWiki:TWiki.RegisterOnViewRestrictedSite. 
     224 
     225In rare cases it may be required to authenticate the view script. This can in some cases have a dramatic performance hit because the webserver must re-authenticate for every page view. 
     226 
     227   1. Set =require valid-user= on your =view= script in .htaccess or the appropriate Apache .conf file. This looks like: =FilesMatch "(attach|edit|manage|rename|save|view|upload|mail|logon|.*auth).*"= (normally =view= is not in that list). 
    225228 
    226229---+++ Authenticate and Restrict Selected Webs Only 
  • branches/Release04x02/data/TWiki/UpgradeGuide.txt

    r747 r757  
    1414 
    1515   * Please review the AdminSkillsAssumptions before you upgrade TWiki 
    16    * Review TWiki:TWiki.TWikiUpgradeTo04x02 for latest information and experience notes. 
    1716   * To upgrade from a release prior to TWiki Release 01-Sep-2004, start with TWiki:TWiki.UpgradingTWiki on TWiki.org 
    1817   * To upgrade from a standard TWiki Release 01-Sep-2004 to the latest TWiki-4.X Production Release, follow the instructions below 
     
    4847      * If at any time during the installation you want to start over from fresh all you need to do is delete the =lib/LocalSite.cfg= file and re-run configure. 
    4948   * Additional resources 
    50       * TWiki:TWiki.UpgradingTWiki04x00PatchReleases 
    51       * TWiki:TWiki.InstallingTWiki#OtherPlatforms 
    52       * TWiki:TWiki.ApacheConfigGenerator 
    53       * TWiki:TWiki.SettingFileAccessRightsLinuxUnix 
     49      * TWiki:Support.UpgradingFromOlderTWikiReleases 
     50      * TWiki:Support.UpgradingFromTWiki4x2Releases 
     51      * TWiki:Support.UpgradingPatchReleases 
     52      * TWiki:Support.InstallingOnSpecificPlatforms 
     53      * TWiki:Support.ApacheConfigGenerator 
     54      * TWiki:Support.SettingFileAccessRightsLinuxUnix 
    5455      * If you upgrade from an older TWiki your =lib/TWiki.cfg= from the old TWiki installation is a good resource for some of the settings you will need but you cannot reuse the old TWiki.cfg. 
    5556   * Make sure you have a working basic TWiki before you continue 
Note: See TracChangeset for help on using the changeset viewer.