Kamis, 05 Juni 2014

Start, Stop and Restart Apache Service

This command line is using Ubuntu and you must log in as super user;


Starting an Apache service;
$ sudo /etc/init.d/apache2 start
 


Stoping an Apache service;
$ sudo /etc/init.d/apache2 stop
 


Restarting an Apache service;
$ sudo /etc/init.d/apache2 restart

Tidak ada komentar:

Posting Komentar

Tutorial: Backup and Restore iptables Configuration

This step-by-step guide will walk you through backing up your current iptables configuration and restoring it when needed. Prerequisites ...