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

  • This command can be entered at the command line (or included in a script) to shut down POPFile:
lynx -dump http://127.0.0.1:8080/shutdown &>/dev/null
  • You'll need to have lynx installed, of course. If you have POPFile set to listen on a different HTTP port than the default 8080, edit the command string accordingly.
  • Alternatively, wget can do the same job:
wget -O nul http://127.0.0.1:8080/shutdown 
  • Note: Again, change the port according to your POPFile configuration.
  • This approach will not work when you have a password assigned to your configuration.
 
howtos/shutdown.txt · Last modified: 2011/09/23 23:59 by 127.0.0.1

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License