Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vendors:microsoft:iis [2025/03/31 11:23] – [Install DOKUWIKI on IIS] gerardorourke | vendors:microsoft:iis [2025/09/29 10:04] (current) – [Example 2] gerardorourke | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| * Configure Fast CGI on IIS (See [[# | * Configure Fast CGI on IIS (See [[# | ||
| * for more info check [[https:// | * for more info check [[https:// | ||
| + | * Download and install latest Microsoft Visual C++ Redistributable (needed for PHP) | ||
| * Download Dokuwiki - https:// | * Download Dokuwiki - https:// | ||
| Line 131: | Line 132: | ||
| + | ===== Disabled IIS Server Header ===== | ||
| + | < | ||
| + | %systemroot%\system32\inetsrv\appcmd.exe set config -section: | ||
| + | </ | ||
| + | |||
| + | To validate the changes, execute the below curl command, and you should not see server details as part of the header. | ||
| + | |||
| + | curl -I https:// | ||