On Sun, Jan 16, 2011 at 9:43 PM, James Cameron <span dir="ltr">&lt;<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Sun, Jan 16, 2011 at 09:22:19PM -0600, Anna wrote:<br>
&gt; I&#39;m not familiar enough with Apache to know what to edit as far as the<br>
&gt; maximum request duration.  Any tips there?<br>
<br>
</div>I think I found evidence in Apache logs of a timeout, so I changed this.<br>
<br>
I don&#39;t know about the Apache version used on the XS, but on a desktop<br>
here the edit was in /etc/apache2/mods-available/reqtimeout.conf and<br>
changed<br>
<br>
RequestReadTimeout header=20-40,minrate=500<br>
RequestReadTimeout body=10,minrate=500<br>
<br>
to<br>
<br>
RequestReadTimeout header=20-40,minrate=50<br>
RequestReadTimeout body=20,minrate=50<br>
<br>
(This has consequences for a server available to the general public,<br>
since denial of service attacks become slightly easier.  But on a local<br>
server your risk will be lower.)<br>
<div><div></div><div class="h5"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</div></div></blockquote></div><br><br>I can&#39;t grep anything on XS 0.6 in /etc/httpd resembling that, so this is probably going to be a question for Martin.<br>