[Pkg-apache-commits] r1205 - in /trunk/apache2: apache2.2-common.examples apache2.monit changelog

sf at alioth.debian.org sf at alioth.debian.org
Fri Jul 16 20:45:48 UTC 2010


Author: sf
Date: Fri Jul 16 20:45:48 2010
New Revision: 1205

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1205
Log:
Add apache2 monit configuration to apache2.2-commons examples dir

Added:
    trunk/apache2/apache2.monit
Modified:
    trunk/apache2/apache2.2-common.examples
    trunk/apache2/changelog

Modified: trunk/apache2/apache2.2-common.examples
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/apache2.2-common.examples?rev=1205&op=diff
==============================================================================
--- trunk/apache2/apache2.2-common.examples (original)
+++ trunk/apache2/apache2.2-common.examples Fri Jul 16 20:45:48 2010
@@ -1,2 +1,3 @@
 debian/setup-instance
 debian/secondary-init-script
+debian/apache2.monit

Added: trunk/apache2/apache2.monit
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/apache2.monit?rev=1205&op=file
==============================================================================
--- trunk/apache2/apache2.monit (added)
+++ trunk/apache2/apache2.monit Fri Jul 16 20:45:48 2010
@@ -1,0 +1,7 @@
+check process apache2 with pidfile /var/run/apache2.pid
+   group www
+   start program = "/etc/init.d/apache2 start"
+   stop  program = "/etc/init.d/apache2 stop"
+   if failed host localhost port 80 
+        protocol HTTP request "/" then restart
+   if 5 restarts within 5 cycles then timeout

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1205&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Fri Jul 16 20:45:48 2010
@@ -7,6 +7,8 @@
   * Fix install target in Makefile created by apxs2 -n. Closes: #588787
   * Fix ab sending more requests than specified by the -n parameter.
     Closes: #541158
+  * Add apache2 monit configuration to apache2.2-commons examples dir.
+    Closes: #583127
   * Build as PIE, since gdb in squeeze now supports it.
   * Update the postrm script to also purge the version of /var/www/index.html
     introduced in 2.2.11-7.




More information about the Pkg-apache-commits mailing list