hi,
i wonder if it is possible to fire up Xvnc servers via xinetd when someone
requests, not the rfbport, but the http port ?

in xinetd configuration, instead of:

{
    ...
    port = 5900
    server_args = -inetd -httpd /usr/local/vnc/classes -httpport 5800 -query
localhost
}

which doesn't respond to http requests on port 5800 unless someone requested
the rfb port 5900 just before,
i have tried to use:

{
    ...
    port = 5800
    server_args = :0 -rfbport 5900 -httpd /usr/local/vnc/classes -httpport
5800 -query localhost
}

but it doesn't work
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to