How to Turn Off Compression of Proxy Log Files (252798)



The information in this article applies to:

  • Microsoft Proxy Server 1.0
  • Microsoft Proxy Server 2.0

This article was previously published under Q252798
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows Registry

SUMMARY

When you use logging with Proxy Server, the log files are compressed by default. The compressed logs appear and act as files compressed with normal NTFS file system compression, even if NTFS compression is not enabled on the drive.

This article describes how to turn off the log file compression.

MORE INFORMATION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To disable compression for packet filter logs:
  1. Start Registry Editor (Regedt32.exe).
  2. Locate the LogFileFsCompress value under the following key in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mspadmin\Parameters

  3. On the Edit menu, click DWORD, type 0, and then click OK.
  4. Quit Registry Editor.
To disable compression for Web Proxy logs:
  1. Start Registry Editor (Regedt32.exe).
  2. Locate the LogFileFsCompress value under the following key in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3Proxy\Parameters

  3. On the Edit menu, click DWORD, type 0, and then click OK.
  4. Quit Registry Editor.
To disable compression for Socks Proxy logs:
  1. Start Registry Editor (Regedt32.exe).
  2. Locate the LogFileFsCompress value under the following key in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3Proxy\Parameters\SOCKS

  3. On the Edit menu, click DWORD, type 0, and then click OK.
  4. Quit Registry Editor.
To disable compression for Winsock Proxy logs:
  1. Start Registry Editor (Regedt32.exe).
  2. Locate the LogFileFsCompress value under the following key in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WSPSrv\Parameters

  3. On the Edit menu, click DWORD, type 0, and then click OK.
  4. Quit Registry Editor.

Modification Type:MajorLast Reviewed:6/11/2002
Keywords:kbenv kbhowto KB252798