Hello Listers, I'm having the following problem. I want to redirect a adress to 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?? greetings Roel