Plesk for Windows
kb: how-to
Applicable to:
- Plesk for Windows
Question
How to retrieve FastCGI settings of domains in Plesk for Windows?
Answer
-
Connect to the server via RDP
-
Open a Powershell window as Administrator
-
Download the script:
PS Invoke-WebRequest https://raw.githubusercontent.com/plesk/kb-scripts/master/get-fastcgi-settings/get-fastcgi-settings.ps1 -OutFile get-fastcgi-settings.ps1
-
Execute the script:
PS .\get-fastcgi-settings.ps1
Comments
Please sign in to leave a comment.