<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Capfile</filename>
    </added>
    <added>
      <filename>config/deploy.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -32,7 +32,7 @@ class SitesController &lt; ApplicationController
     if File.exists?(@site.log_file)
       render :text =&gt; `tail -n 2000 #{@site.log_file}`, :content_type =&gt; 'text/plain', :status =&gt; (@site.complete? ? :ok : :partial_content)
     else
-      render :nothing =&gt; true
+      render :nothing =&gt; true, :status =&gt; :partial_content
     end
   end
     </diff>
      <filename>app/controllers/sites_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -108,10 +108,10 @@ namespace :sites do
       end
     end
     
-    desc 'Attempt to restart apache'
-    task :restart_apache =&gt; :environment do
-      logger.info 'Attempting to restart apache gracefully'
-      output = `#{App.server[:apache_ctl]} graceful`
+    desc 'Attempt to reload apache'
+    task :reload_apache =&gt; :environment do
+      logger.info 'Attempting to reload apache config'
+      output = `#{App.server[:apache_reload]}`
       output.split(&quot;\n&quot;).each {|line| logger.info &quot;&lt;&lt; #{line}&quot;}
     end
     </diff>
      <filename>lib/tasks/sites/deploy.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>420bf2e63f3edfcbda2f199d33e242b9a9baefdb</id>
    </parent>
  </parents>
  <author>
    <name>jdpace</name>
    <email>jared@codewordstudios.com</email>
  </author>
  <url>http://github.com/jdpace/wp-automator/commit/87973aad4fdc6776b997dcf657d8971255a0c769</url>
  <id>87973aad4fdc6776b997dcf657d8971255a0c769</id>
  <committed-date>2009-10-01T12:32:51-07:00</committed-date>
  <authored-date>2009-10-01T12:32:51-07:00</authored-date>
  <message>Deploy to server</message>
  <tree>9acd9e23b4811e4fc2f401ea1c7fb19bad57cb1c</tree>
  <committer>
    <name>jdpace</name>
    <email>jared@codewordstudios.com</email>
  </committer>
</commit>
