@fullstax/apache-restart

0.1.0-beta.0 • Public • Published

apache-restart

Restart the local apache webserver daemon.

This is a UNTESTED beta release! Please use with caution!

Feel free to open github issues and help with the implmentation!

Setup

npm install apache-restart

Usage cli

apache-restart --hard --verbose

Usage node

const restartApache = require('apache-restart');

try {
	await restartApache();
} catch(err) {
	console.error('Error restarting apache:', err);
}

Package Sidebar

Install

npm i @fullstax/apache-restart

Weekly Downloads

1

Version

0.1.0-beta.0

License

ISC

Unpacked Size

7.43 kB

Total Files

11

Last publish

Collaborators

  • mojoaxel