LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Apache Monitor? (https://www.linuxquestions.org/questions/linux-newbie-8/apache-monitor-117829/)

Hal 11-19-2003 10:59 AM

Apache Monitor?
 
Hi

The last time I had Apache, on WinXP, I used something along the lines of an Apache Monitor. e.g. Start apache, stop. etc. etc. I was wondering how, if there is such thing as an Apache monitor, you would go about bringing it up on RH9.

unSpawn 11-20-2003 09:28 AM

It's started for the runlevel you're in, with a symlink in the /etc/rc.d/rc$(runlevel).d/ dir, linking to /etc/rc.d/init.d/http(d), which in turn uses httpdctl. Maybe RH comes with an applet to configure/start Apache (dunno, never use those) else check apps that handle runlevels like Tksysv, ntsysv, maybe Comanche, a GUI config app for Apache, includes start/stop functions, and else it wouldn't be hard to script and add to your DE's menu.

_KDF 11-20-2003 10:10 AM

for me its

/usr/sbin/apachectl start|stop|restart

Hal 11-20-2003 10:21 AM

Thanks for the info, sorry for the late reply, my internet didn't connect for some reason....


All times are GMT -5. The time now is 11:34 PM.