If one or more of the stats, ISAPI or NSAPI modulesare disabled on every virtualserver you run, they can be prevented from being loaded into memory byadding the following lines to the ZEUSHOME/web/global.cfgfile.
tuning!modules!stats!enabled no tuning!modules!isapi!enabled no tuning!modules!nsapi!enabled no
After adding these, restart the web server with:
ZEUSHOME/restart-zeus
If you are trying to only run the very bare minimum of processesnecessary, remember that you don't need the admin server running fornormal operation of the web server. You only need the admin server whenyou want to use the web-based interface to make configurationchanges. You can stop the admin server at any time with:
ZEUSHOME/admin/rc stop
and to restart it use:
ZEUSHOME/admin/rc start