Forum Moderators: phranque
<VirtualHost 198.XX.XXX.XX:80 >
Servername test1.mysite.com
DocumentRoot "/www/staging/htdocs/server1"
CustomLog /www/staging/apache/logs/test1_access_log combined
ErrorLog /www/staging/apache/logs/test1_error_log
Alias /client1/pdf /www/staging/webjobs/client1/pdfs
Alias /client1/images/thumbnails /www/staging/webjobs/client1/images
<VirtualHost 19x.#*$!.xxx.xx:80>
ProxyRequests off
Proxypass /client1/fdm [testfiles.mysite.com...]
ProxyPass /client1/images/thumbnails [testfiles.mysite.com...]
Servername test1.mysite.com
DocumentRoot "/www/staging/htdocs/server1"
CustomLog /www/staging/apache2/logs/test1_access_log combined
ErrorLog /www/staging/apache2/logs/test1_error_log
# By default, all requests are directed to WL
<Location /client/pdf/>
ProxyPassReverse /
</Location>
<Location /client1/images/>
ProxyPassReverse /
</Location>
Jim