Here is a config for apache to enable reverse proxy access to a pyload webinterface I found on the net:
ServerSignature off
RedirectMatch ^/(.*)$ https://pyload…/$1
Options FollowSymLinks
AllowOverride None
ErrorLog /var/log/apache/pyload_error.log
LogLevel emerg
CustomLog /var/log/apache/pyload_error.log combined