[NANOWEB DOCUMENTATION]

NANOWEB, the aEGiS PHP web server

Stopping or Restarting nanoweb

Again: you should use nanoctl for starting, stopping or restarting the nanoweb server.

   nanoctl stop
or
   kill -TERM `cat /var/run/nanoweb.pid`

tries to stop a currently running server

   nanoctl restart
or
   kill -HUP `cat /var/run/nanoweb.pid`

restart webserver, to reparse config files


NANOWEB, the aEGiS PHP web server

Index