On Sat, Mar 14, 2009 at 9:54 AM, budsz <budiyt@xxxxxxxxx> wrote: > Hi, > > I need to know how to configure httpd with "no support resume" when > transfer file? As far I know httpd support resume by default. > That's basiclly done with scripting job for example PHP?. But I'am > really wanna figure out this case with httpd side. You can't stop Apache from satisfying a Range request, but you might be able to use "RequstHeader unset Range" to prevent Apache from seeing it. It could easily break whatevers trying to resume, so you'd better be careful. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx