Update to EZproxy 4.0h GA (2007-07-11) for Windows
These instructions cover how to update existing installations to new versions
of EZproxy. These instructions are valid to update from any version of EZproxy
to this release. This process will preserve all existing configuration files.
- Rename your existing copy of ezproxy.exe to another name such as
ezproxy20081205.exe
- Download ezproxy-win32.exe into your EZproxy directory.
- Open a "Command Prompt" window by going to
Start | Run..., typing
cmd
in the Open: box, then clicking OK.
- Change your current directory to the directory where EZproxy is installed with commands such as:
c:
cd \ezproxy
-
Rename ezproxy-win32.exe to ezproxy.exe with the command:
rename ezproxy-win32.exe ezproxy.exe
- Create any new files required for the updated release with the command:
ezproxy -m
- If EZproxy is currently running on your server from a command prompt, press CTRL/C to stop it.
If EZproxy is currently running as a service, stop it with the command:
net stop ezproxy
- If you run EZproxy directly from the command line,
start it with the command:
ezproxy
If you run EZproxy as a service, start it with the command:
net start ezproxy
EZproxy can automatically restart when you reboot your server. See
www.usefulutilities.com/support/winserv.html for more information.