Overview
When trying to access the Archiver configuration Site the following message is returned:
"HTTP Error 500.19 - Internal Server Error"
This message may appear from the host and when externally accessed.
Prerequisite
Have Archiver and IIS (Internet Information Services) installed
Solution
The issue occurs when XPress compression schema is enabled. Please follow below steps to disable the XPress compression schema and resolve the issue:
- Navigate to
%WINDIR%\system32\inetsrv\config\
- Create a backup copy of the file applicationhost.config and save it to a different location.
- Open the applicationhost.config in Notepad.
- Search for the following entry:
<scheme name="xpress" doStaticCompression="false" doDynamicCompression="true" dll="C:\Windows\system32\inetsrv\suscomp.dll" staticCompressionLevel="10" dynamicCompressionLevel="0" />
- Remove / Disable the XPress compression schema from the configuration using the command below:
%windir%\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
- Verify if the compression schema has been removed form the applicationhost.config.
- Save the applicationhost.config and restart IIS services.
Testing
You will be able to access the GFI Archiver website without error.