> Doesn't seem to work though by itself. For this to work though, the docs > say for the P flag > "Note: mod_proxy must be enabled in order to use this flag."
[snip] > using either one of the above gets me a " proxy: No protocol handler was > valid for the URL" error. I assume you're using Apache 2.x. Did you load mod_proxy_http? mod_proxy is just a general wrapper for proxy support, with mod_proxy_[protocol] you add the protocol-specific knowledge to Apache, in your case you need the http knowledge. Joost --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
