This is a discussion on Linux command to restart apache within the Linux software forums, part of the Linux Getting Started category; hai how do i restart apache under fedora core? I just forgot command...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
Since you have not specified your Linux distro; here are other ways
Apache 2 under Debian Linux Code:
/etc/init.d/apache2 restart /etc/init.d/apache2 stop /etc/init.d/apache2 start Code:
sudo /etc/init.d/apache2 restart sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 start Code:
kill -HUP `cat /var/run/httpd.pid` Code:
kill -HUP $(cat /var/run/httpd.pid) |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux create self signed ssl certificate for Apache httpd server | raj | Getting started tutorials | 0 | 05-05-2007 02:23 AM |
| Howto Restart inetd Ubuntu Linux | raj | Getting started tutorials | 0 | 03-20-2007 09:36 PM |
| solaris restart sshd | Solaris/OpenSolaris | 2 | 01-20-2007 09:18 AM | |
| ubuntu linux start, stop, restart networking | toor | Linux software | 3 | 07-17-2006 12:32 PM |
| restart the ssh service | goku1 | Linux software | 1 | 12-23-2005 12:19 AM |