|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Until now I learned about two distinct methods to restart apache in order to get changes in httpd.conf work.
1) kill -HUP <httpd.pid> 2) /usr/sbin/httpd restart What's the difference? Which one's better? |
|
#2
|
|||
|
|||
|
If apachectl is available, you should try:
./apachectl graceful If it hasn't been started, it will attempt to start it. Or else, it will restart it. If you are running apache RPM, you should uninstall it and compile it from source. |
|
#3
|
|||
|
|||
|
Hiya All,
how do I get this? ./apachectl graceful I'm on OS X and have apache running php/sql installed but whenever I play with my httpd.conf I need to do a complete restart Umm, I tried the #2 /usr/sbin/httpd restart not #1 which I kill httpd.pid ... killing a process is still a little scary for me especially when it's a true system process compared to an program or something else ![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Restarting Apache |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|