LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
<IfModule mpm_winnt_module>
ThreadsPerChild 1000
MaxRequestsPerChild 0
</IfModule>
LoadModule status_module modules/mod_status.so
<Location /status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from all
</Location>
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyPass /proxy http://www.proxypass.com/proxy
ProxyPassReverse /proxy http://www.proxypass.com/proxy
<IfModule mpm_winnt_module>
ThreadsPerChild 1000
MaxRequestsPerChild 0
</IfModule>
LoadModule status_module modules/mod_status.so
<Location /status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from all
</Location>