If the archive is tar.gz (or .tar) you can use following command:
tar -xzvf --owner apache foo.tar.gz
If you wan tto keep permissions which comes with the uploaded archive you can use the following command:
tar -xzvfp foo.tar.gz
p = preserve permissions