For DDNS create an account at www.dyndns.org or www.zoneip.net. They
have pre-built scripts that will ensure that your fully qualified
domain name always points to your IP address. Follopw the instructions
there for how to install those scripts.
On 2/4/07, Arturo Ignacio Partarrieu Ramos <[EMAIL
> When I go to this URL now I get this error back:
> Directory Listing Denied
> This Virtual Directory does not allow contents to be listed
That sounds like what IIS says. Are you running IIS?
No but the server where I'm ProxyPass'ing to is (ie where I'm
redirecting to from my apache server).
The most trouble-free way to do this would be to setup a ProxyPass at
the root of the server. Then there would be no question of breakage
with relative links. Something like
NameVirtualHost *:80
ServerName survey.yoursite.example.com
ProxyPass / http://XXX.com/
ProxyPassReverse / http://XXX.co
My company sends out web-based surveys to our customers. These surveys
are managed by a 3rd party so the domain name that the surveys are
served under is totally different to our domain name.
Would it be possible to use ProxyPass to make it look like the surveys
were being served under our own do