> P.S. I included the content-length part just in case anyone knew of a > better way to calculate the size a tarball is going to be before it is > actually generated...
if you have enough disk space, you could actually create the tarball into a directory that apache is serving as static, then when its done, redirect the user there, instead of running tar twice. Or actually create the tarball, take its size, serve it, then delete it. -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html