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 [2020-06-20 22:07] – [Tip: Using the setgid Bit] corrected "chmod -R 775", which makes all files executable! mi.dwikif@alma.chinstall: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);
install/permissions.1592683671.txt.gz · Last modified: 2020-06-20 22:07 by mi.dwikif@alma.ch

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