Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: experimental/webtry/sys/webtry_monit

Issue 261023002: Run Squid as a reverse caching proxy on port 80 and proxy the requests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/setup/webtry_setup.sh ('k') | experimental/webtry/sys/webtry_squid » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/sys/webtry_monit
diff --git a/experimental/webtry/sys/webtry_monit b/experimental/webtry/sys/webtry_monit
index 5fccf8a84e897e5a6dea0629dd348668b3d368ee..906b0a69ac8cd79d51f9026b869633eae3d31e78 100644
--- a/experimental/webtry/sys/webtry_monit
+++ b/experimental/webtry/sys/webtry_monit
@@ -2,3 +2,6 @@ check process webtry with pidfile /var/run/webtry.pid
start program = "/etc/init.d/webtry start"
stop program = "/etc/init.d/webtry stop"
+check process squid3 with pidfile /var/run/squid3.pid
+ start program = "/etc/init.d/squid3 start"
+ stop program = "/etc/init.d/squid3 stop"
« no previous file with comments | « experimental/webtry/setup/webtry_setup.sh ('k') | experimental/webtry/sys/webtry_squid » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698