|
Restarting EZproxy
Whenever you change config.txt/ezproxy.cfg, you must restart EZproxy to make this
changes active. The following describe the methods available to
restart EZproxy.
EZproxy Administration
The simplest way to restart EZproxy is from the EZproxy administation
web page, which is available in EZproxy 2.2a GA (2003-08-02) and later.
See EZproxy Administration for information on how to access
the administration page. Once you reach the EZproxy administration
page, just click the Restart EZproxy link and follow the directions
to restart EZproxy.
Linux and Solaris
In Linux and Solaris, you can log in as the account that is used to
run EZproxy, then issue:
cd /usr/local/ezproxy
./ezproxy restart
changing /usr/local/ezproxy to the directory where
EZproxy is installed.
Windows
In Windows, you can restart EZproxy from a command prompt window
with the commands:
net stop ezproxy
net start ezproxy
or by opening up the Services control panel, right-clicking the
EZproxy service, and selecting Restart.
|