![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to check TCP server status | mansoorulhaq | High Level Programming | 1 | 09-16-2007 11:42 PM |
| How to check the file status in a remote server? | rajus19 | Shell Programming and Scripting | 3 | 04-28-2006 01:45 AM |
| Apache Server | ppychu | UNIX for Dummies Questions & Answers | 1 | 09-10-2002 03:46 PM |
| Apache Web Server | anent | UNIX for Dummies Questions & Answers | 9 | 11-16-2001 01:11 PM |
| Apache Server | cfir | UNIX for Dummies Questions & Answers | 4 | 07-04-2001 05:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
In Apache/bin you will find apachectl:
usage: apachectl(start|stop|restart|fullstatus|status|graceful|configtest|help) start - start httpd startssl - start httpd with SSL enabled stop - stop httpd restart - restart httpd if running by sending a SIGHUP or start if not running fullstatus - dump a full status screen; requires lynx and mod_status enabled status - dump a short status screen; requires lynx and mod_status enabled graceful - do a graceful restart by sending a SIGUSR1 or start if not running configtest - do a configuration syntax test help - this screen |