DokuWiki

It's better when it's simple

User Tools

Site Tools


install:permissions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install:permissions [2017-11-26 21:24] – Fix installer filename 78.53.78.174install:permissions [2023-12-12 16:17] (current) – Write access isn't enough, since that makes the DokuWiki pages load very slowly. antwoorden
Line 19: Line 19:
 ===== Windows (using Microsoft IIS) ===== ===== Windows (using Microsoft IIS) =====
  
-To make the files in the ''data'' and ''conf'' directory writable you need to give "Write" access to the +To make the files in the ''data'' and ''conf'' directory writable you need to give "Modify" access to the 
-Internet Guest Account (''IUSR_//computername//'') or the appropriate web server group (like ''IIS_WPG''). This is done through the right-click context menu on folders and files choosing "Properties" and selecting the "security" tab.+Internet Guest Account (''IUSR'') or the appropriate web server group (like ''IIS_WPG''). This is done through the right-click context menu on folders and files choosing "Properties" and selecting the "security" tab.
  
 A good description with screenshots is available [[http://www.enewsletterpro.com/support/permissions.asp|here]]. A good description with screenshots is available [[http://www.enewsletterpro.com/support/permissions.asp|here]].
Line 74: Line 74:
     $group = $grp['name'];     $group = $grp['name'];
 }else{ }else{
-    // try to create a file and read it'ids+    // try to create a file and read its ids
     $tmp = tempnam ('/tmp', 'check');     $tmp = tempnam ('/tmp', 'check');
     $uid = fileowner($tmp);     $uid = fileowner($tmp);
Line 141: Line 141:
  
   * data directory:   * data directory:
-    * ''yourwiki> chmod -R 775 data/''+    * ''yourwiki> chmod -R g=rwX,u=rwX,o=rX data/''
     * ''yourwiki> chown -R www-data:foo data/''     * ''yourwiki> chown -R www-data:foo data/''
   * everything below the data directory:   * everything below the data directory:
install/permissions.1511727849.txt.gz · Last modified: 2017-11-26 21:24 by 78.53.78.174

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki