If you have difficulty to access kirk:6550 off-campus, you could try
this:
- Use lynx http://kirk:6550 after connecting to the machines
in Computer Science Department.
- Use X Windows simulation program and then redirect the
Mozilla browser from the machines in Computer Science
Department to your computer.
(In Courtesy to Barbara Gobbert)
- Download X Windows for Windows from
WinaXe.
Install an X-terminal emulator on your PC.
- Use it to make a SSH connection to kirk instead of using puTTY.
- Type in ssh -X -l myusername kirk.cs.wichita.edu
where you again have to give your login and password
- Type in xterm & and a small Xterm window should appear on your PC.
- In the xterm window, type mozilla &
eventually the Debian Mozilla website will open in a browser window.
- Use this browser window to type in the URL for your page containing
your CGI script.
- The cgi script should now run as though you are on campus.