Apache reverse proxy to IIS6 having dynamic url problem?

Discussion in 'Apache' started by ollie007, Mar 29, 2009.

  1. #1
    i have set up apache here

    But for some reason a couple of URLs gives me a white page

    Is this a cache thing?? if so can i flush the cache? and How?

    I set up my virual host like so, help please

    <VirtualHost *:80>
      ServerName iwitness.x24hr.com
      Options FollowSymLinks Indexes
      DirectoryIndex index.html index.htm index.php
      DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/kangaroocourt"
      ProxyRequests Off
      <Proxy *>
        Order deny,allow
        Allow from all
      </Proxy>
      proxyPass / http://localhost/kangaroocourt/
      # proxyPassreverse / http://localhost/kangaroocourt/
      <Location />
        ProxyPassReverse /
      </Location>
    </VirtualHost>
    Code (markup):
     
    ollie007, Mar 29, 2009 IP