Re: [EMAIL PROTECTED] Apache Status API

2006-06-07 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 6/7/06, Bogdan Taru <[EMAIL PROTECTED]> wrote: I would like to query the Apache Status informations (the ones provided by mod_status, for example) from an external program. As well as snmp - perhaps mod_arm4? I have no idea of the state of this source code, it has not

Re: [EMAIL PROTECTED] Apache Status API

2006-06-07 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mod_apache_snmp? http://sourceforge.net/projects/mod-apache-snmp/ - -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Typically when a software vendor says that a product is "intuitive" he means the exact opposite. -BEGIN PGP SIGNATUR

Re: [EMAIL PROTECTED] Apache Status API

2006-06-07 Thread Joshua Slive
On 6/7/06, Bogdan Taru <[EMAIL PROTECTED]> wrote: Hello, I would like to query the Apache Status informations (the ones provided by mod_status, for example) from an external program. Is there a way to do this without using the rather un-elegant way of accessing an URL/calling 'apachectl st

[EMAIL PROTECTED] Apache Status API

2006-06-07 Thread Bogdan Taru
Hello, I would like to query the Apache Status informations (the ones provided by mod_status, for example) from an external program. Is there a way to do this without using the rather un-elegant way of accessing an URL/calling 'apachectl status' and parsing the output? For example, is there