Applicable to:
- Plesk for Windows
Symptoms
One or multiple websites are not available with one of the following errors:
CONFIG_TEXT: HTTP Error 500.0 - Internal Server Error Module "PleskUrlProtectionModule" could not be found
CONFIG_TEXT: HTTP Error 500.0 - Internal Server Error Module "RewriteModule" could not be found
Cause
One of the necessary modules is not declared in the IIS Server configuration.
Resolution
-
Connect to the server via RDP
-
Make a back up of the
C:\Windows\System32\inetsrv\config\applicationHost.config
file -
Open the original file for editing
-
Add the following line to
<globalModules>
:-
For
PleskUrlProtectionModule
:CONFIG_TEXT: <add name="PleskUrlProtectionModule" image="%windir%\System32\inetsrv\pleskurlprotection.dll" />
-
For
RewriteModule
:CONFIG_TEXT: <add name="RewriteModule" image="%SystemRoot%\system32\inetsrv\rewrite.dll" />
-
-
Apply the new configuration by restarting IIS service:
C:\> iisreset
Warning: It will cause temporary inaccessibility of all other websites hosted on the server.
Comments
0 comments
Please sign in to leave a comment.