Table of Contents

HOWTO Shutdown POPFile without using the Browser

Windows

If you are running POPFile 0.20.x (or later) you can use the “Shutdown POPFile silently” shortcut on the Start Menu (Start → Programs → POPFile → Shutdown POPFile silently) to shutdown POPFile without starting the browser. This utility is installed by the Windows installer and requires no extra software.

The shortcut uses the stop_pf.exe program in the main POPFile program folder. You can also use this program in batch files - simply double-click stop_pf.exe to get the instructions.

Cross platform

lynx -dump http://127.0.0.1:8080/shutdown &>/dev/null
wget -O nul http://127.0.0.1:8080/shutdown