Changeset 757
- Timestamp:
- 11/17/08 01:12:47 (3 years ago)
- Location:
- branches/Release04x02/data/TWiki
- Files:
-
- 1 deleted
- 2 edited
-
AccessControl.txt (modified) (1 diff)
-
PeterThoeny.txt (deleted)
-
UpgradeGuide.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/data/TWiki/AccessControl.txt
r747 r757 217 217 Use the following setup to authenticate users for topic viewing in all webs and to restrict access to selected webs. Requires UserAuthentication to be enabled. 218 218 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== 220 221 1. *Restrict* view access to selected Users and Groups. Set one or both of these settings in its %WEBPREFSTOPIC% topic: 221 * ==Set <nop>DENYWEBVIEW = < list of Users and Groups >==222 222 * ==Set <nop>ALLOWWEBVIEW = < list of Users and Groups >== 223 223 * __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 225 In 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). 225 228 226 229 ---+++ Authenticate and Restrict Selected Webs Only -
branches/Release04x02/data/TWiki/UpgradeGuide.txt
r747 r757 14 14 15 15 * Please review the AdminSkillsAssumptions before you upgrade TWiki 16 * Review TWiki:TWiki.TWikiUpgradeTo04x02 for latest information and experience notes.17 16 * To upgrade from a release prior to TWiki Release 01-Sep-2004, start with TWiki:TWiki.UpgradingTWiki on TWiki.org 18 17 * To upgrade from a standard TWiki Release 01-Sep-2004 to the latest TWiki-4.X Production Release, follow the instructions below … … 48 47 * 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. 49 48 * 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 54 55 * 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. 55 56 * Make sure you have a working basic TWiki before you continue
Note: See TracChangeset
for help on using the changeset viewer.
