Microsoft KB Archive/252798

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


How to Turn Off Compression of Proxy Log Files

Article ID: 252798

Article Last Modified on 6/11/2002



APPLIES TO

  • Microsoft Proxy Server 1.0 Standard Edition
  • Microsoft Proxy Server 2.0 Standard Edition



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.


Keywords: kbhowto kbenv KB252798