Re: [users@httpd] Starting/Stopping Apache via an API

2011-09-21 Thread Rob Stone
*From:* Jeff Dyke *To:* users@httpd.apache.org; Tech Newbie *Sent:* Monday, September 19, 2011 1:38 PM *Subject:* Re: [users@httpd] Starting/Stopping Apache via an API On Mon, Sep 19, 2011 at 2:07 PM, Tech Newbie mailto:tec...@yahoo.com>> wrote: > I am aware of the way to start/stop Apache via

Re: [users@httpd] Starting/Stopping Apache via an API

2011-09-21 Thread Tech Newbie
r 19, 2011 1:38 PM Subject: Re: [users@httpd] Starting/Stopping Apache via an API On Mon, Sep 19, 2011 at 2:07 PM, Tech Newbie wrote: > I am aware of the way to start/stop Apache via apachectl, both locally and > remotely via SSH. > > Is there some generic unix API, perhaps relat

Re: [users@httpd] Starting/Stopping Apache via an API

2011-09-19 Thread Jeff Dyke
On Mon, Sep 19, 2011 at 2:07 PM, Tech Newbie wrote: > I am aware of the way to start/stop Apache via apachectl, both locally and > remotely via SSH. > > Is there some generic unix API, perhaps related to /sbin/service, that I can > remotely programmatically start Apache without exec'ing apachectl

[users@httpd] Starting/Stopping Apache via an API

2011-09-19 Thread Tech Newbie
I am aware of the way to start/stop Apache via apachectl, both locally and remotely via SSH. Is there some generic unix API, perhaps related to /sbin/service, that I can remotely programmatically start Apache without exec'ing apachectl directly? I'm thinking since Apache is already configured