Changes

Jump to navigation Jump to search
430 bytes added ,  15:02, 14 August 2014
Line 201: Line 201:  
  </Directory>
 
  </Directory>
   −
(where admin, smeusername1, smeusername2 etc are valid users on the sme server)
+
{{Note box| where admin, smeusername1, smeusername2 etc are valid users on the sme server}}
 +
 
 +
* With SME9 you have to slightly modified the code due to the new authentication authnz_external_module
 +
 
 +
<Directory /home/e-smith/files/ibays/ibayname/html/foldername/subfoldername>
 +
AuthName "My Site Security Group"
 +
'''AuthBasicProvider external'''
 +
AuthType Basic
 +
AuthExternal pwauth
 +
<Limit GET>
 +
order deny,allow
 +
require user admin smeusername1 smeusername2 smeusername3 smeusername4
 +
</Limit>
 +
</Directory>
 +
 
    
{{Note box|msg= in according with [[bugzilla:7871]] and [[bugzilla:7890]] the following apache modules are loaded by default in the SME8 and also in the future release of SME9.
 
{{Note box|msg= in according with [[bugzilla:7871]] and [[bugzilla:7890]] the following apache modules are loaded by default in the SME8 and also in the future release of SME9.

Navigation menu