Sorry but I cannot find my own posting in this list anymore.... deuhhh I have the following problem.. I want to redirect a adress to an internal server. If I use this same config for a non ssl site, there is no problem, but when I use it like the config below I get an
Bad Request Your browser sent a request that this server could not understand. This is my config... <VirtualHost *> ServerAdmin [EMAIL PROTECTED] ServerName vmware.xxxxxxxxx.xx ProxyPass / https://10.0.0.108:8333/ ProxyPassReverse / https://10.0.0.108:8333/ </VirtualHost> Can somebody tell what I am doing wrong?? I am using the following modules.. proxy_connect.load proxy.load greetings Roel