Code:
man Xvnc
man vncserver
Xvnc: search for httpPort (
/httpPort) for the changing the default: 5800
you may also be interested in the 'USAGE WITH INETD' section
example:
Code:
vncserver :13 -name king_scott_2 -geometry 1280x1024 -depth 16 -httpPort 7800
you can use whatever options you want.
this example will create a vnc session on :13 named king_scott_2 with resolutions 1280x1024x16 and the browser will listen on port 7800
going to
http://vncserver:7800 should give you this session
hope this helps