<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>max_connections_module.c</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,16 +1,16 @@
 NGINX_DIR = &quot;/home/ryan/src/nginx-0.6.31&quot;
-HASH_DIR  = $(shell pwd)
+THIS_DIR  = $(shell pwd)
 
 default: nginx_compile
 
 nginx_configure:
-	cd $(NGINX_DIR) &amp;&amp; ./configure --with-debug --add-module=$(HASH_DIR) --prefix=$(HASH_DIR)/.nginx
+	cd $(NGINX_DIR) &amp;&amp; ./configure --with-debug --add-module=$(THIS_DIR) --prefix=$(THIS_DIR)/.nginx
 
-nginx_compile: ngx_http_upstream_hash_module.c
+nginx_compile: max_connections_module.c
 	cd $(NGINX_DIR) &amp;&amp; make &amp;&amp; make install
 
 nginx_restart:
 	killall nginx
-	$(NGINX_DIR)/objs/nginx -c $(HASH_DIR)/nginx/conf/nginx.conf
+	$(NGINX_DIR)/objs/nginx -c $(THIS_DIR)/nginx/conf/nginx.conf
 	@echo *** NGINX restarted
 	ps -HC nginx -o pid,cmd</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
-ngx_addon_name=ngx_http_upstream_hash_module
-HTTP_MODULES=&quot;$HTTP_MODULES ngx_http_upstream_hash_module&quot;
-NGX_ADDON_SRCS=&quot;$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_upstream_hash_module.c&quot;
+ngx_addon_name=max_connections_module
+HTTP_MODULES=&quot;$HTTP_MODULES max_connections_module&quot;
+NGX_ADDON_SRCS=&quot;$NGX_ADDON_SRCS $ngx_addon_dir/max_connections_module.c&quot;</diff>
      <filename>config</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>ngx_http_upstream_hash_module.c</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>502b1a2fa14db3c286d2fdbb56f60b9b5882f00e</id>
    </parent>
  </parents>
  <author>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/ry/nginx-ey-balancer/commit/7ac84641eeba1be141631674a787bef43e60e5ac</url>
  <id>7ac84641eeba1be141631674a787bef43e60e5ac</id>
  <committed-date>2008-10-29T04:02:50-07:00</committed-date>
  <authored-date>2008-10-29T04:02:50-07:00</authored-date>
  <message>compiles (first time!) - outline of most of the logic</message>
  <tree>e9f94e12696c925626e8a89817cc8713de6b7d4b</tree>
  <committer>
    <name>Ryan</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
