I am trying to proxy VNC through an apache webserver running mod_proxy as
the machine where VNC is running is not accessable by the internet.

  I have proxy'ied 5801 and am able to get the login screen fine.  I
proxy'ied 5901 and get RFB 003.003 but when I put the password in and hit
connect it just sits there.  Is it possible to proxy it at all?  Here is my
apache virt host section to proxy.  


<VirtualHost 172.16.194.13:5801>
    ProxyRequests On
    ProxyPass / http://beta.ecostech.com:5801/
    ProxyPassReverse / http://beta.ecostech.com:5801/
</VirtualHost>

<VirtualHost 172.16.194.13:5901>
    ProxyRequests On
    ProxyPass / http://beta.ecostech.com:5901/
    ProxyPassReverse / http://beta.ecostech.com:5901/
</VirtualHost>
__________________________
Robert Leach
ECOS Technologies
1410 Broadway, 27th Floor
New York, NY 10018
Phone: 212.944.8286 x20
Fax: 212.944.8852
[EMAIL PROTECTED] 
www.ecostech.com 
Only the named recipient(s) should read this e-mail. It may contain
privileged or confidential information. If you are not a named recipient or
you received this email by mistake, please notify me immediately by reply
email and delete the message.
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to