--------------------- PatchSet 5711 Date: 2003/05/02 12:24:00 Author: serassio Branch: nt-2_5 Tag: (none) Log: Updated Windows release notes Members: doc/win32-relnotes.html:1.1.2.4->1.1.2.5 Index: squid/doc/win32-relnotes.html =================================================================== RCS file: /cvsroot/squid-sf//squid/doc/Attic/win32-relnotes.html,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid/doc/win32-relnotes.html 23 Nov 2002 08:40:37 -0000 1.1.2.4 +++ squid/doc/win32-relnotes.html 2 May 2003 12:24:00 -0000 1.1.2.5 @@ -13,7 +13,7 @@

When Squid is compiled as a Windows service, the -N command line switch is disabled, and default run mode of Squid is no daemon (=no service) mode, so is possible to run Squid from command line for debug purpose with all command line options available.

-

On Windows 2000/XP/.NET the service is configured to use the Windows Service Recovery option restarting +

On Windows 2000/XP/2003 the service is configured to use the Windows Service Recovery option restarting automatically after 60 seconds.

Usage

@@ -119,26 +119,31 @@

Compatibility Notes

+
  • It's recommended to use / char in Squid paths instead of \
  • +
  • Paths with spaces (like C:\Programs Files\Squid) are NOT +supported by Squid
  • +
  • When using ACL like acl aclname acltype "file" the file must be in DOS text format (CR+LF) +and the full Windows path must be specified, for example: +
    acl blocklist url_regex -i "c:/squid/etc/blocked1.txt"
    +
  • +
  • The WIN32 equivalent of /dev/null is NUL
  • +
  • Squid doesn't know how to run external helpers based on +scripts, like .bat, .cmd, .vbs, .pl, etc. So in squid.conf the +interpreter path must be always specified, for example: +
    redirect_program c:/perl/bin/perl.exe c:/squid/libexec/redir.pl
    redirect_program c:/winnt/system32/cmd.exe /C c:/squid/libexec/redir.cmd
    +
  • +
  • When Squid runs in command line mode, the launching user account must have administrative privilege on the system
  • +

    Known Limitations:


    To report a BUG, e-mail on squidnt@serassio.it.