Start a conversation

Launching Archiver Triggers HTTP Error 500.19 - Internal Server

Overview

When trying to access the Archiver configuration Site the following message is returned:

"HTTP Error 500.19 - Internal Server Error"

500_thumb.jpg

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:

  1. Navigate to %WINDIR%\system32\inetsrv\config\
  2. Create a backup copy of the file applicationhost.config and save it to a different location.
  3. Open the applicationhost.config in Notepad.
  4. Search for the following entry:
    <scheme name="xpress" doStaticCompression="false" doDynamicCompression="true" dll="C:\Windows\system32\inetsrv\suscomp.dll" staticCompressionLevel="10" dynamicCompressionLevel="0" />

    1.png
  5. 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']
  6. Verify if the compression schema has been removed form the applicationhost.config.
  7. Save the applicationhost.config and restart IIS services.

 

Testing

You will be able to access the GFI Archiver website without error.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments