Skip to content

Commit a302495

Browse files
fix: correct IIS setup step numbering
Steps jumped from 4 to 7, skipping 5 and 6. Renumber to 5 and 6. Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
1 parent 9aa045b commit a302495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Installing-Under-Windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following changes will be required regardless of your selected Webserver.
158158

159159
4. Under the Documents tab, add `index.php` to the list.
160160

161-
7. Give the IIS user read & execute permissions to the required files
161+
5. Give the IIS user read & execute permissions to the required files
162162
file `%windir%\system32\cmd.exe`. They will also need read permissions on
163163
`cacti_web_root/cacti` and it's subfolders.
164164
A anm example provided by one user included the following assuming the
@@ -177,7 +177,7 @@ The following changes will be required regardless of your selected Webserver.
177177
icacls "C:\inetpub\wwwroot\cacti\include\vendor\csrf\csrf-secret.php" /grant "IUSR:(RX,W)"
178178
```
179179

180-
8. Completely stop and start the IIS service using the following commands:
180+
6. Completely stop and start the IIS service using the following commands:
181181

182182
```batchfile
183183
net stop iisadmin

0 commit comments

Comments
 (0)