Roel Bindels
2006-10-31 14:38:40 UTC
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 ***@xxxxxxxxx.xx
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
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 ***@xxxxxxxxx.xx
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