Forum Moderators: phranque

Message Too Old, No Replies

Access to a program through web

         

Blelisa

3:03 pm on Feb 24, 2004 (gmt 0)

10+ Year Member



HiI am trying to set my web so that some of my subagents can visit the web and run a licensing program that sits on my server. I do not want them to download the program, I only want them to be able to run it and get the info they need. Any idea how to do this?

hyperbole

5:59 pm on Feb 24, 2004 (gmt 0)

10+ Year Member



If you put the program in you cgi-bin directory, any link to the program will run the program. The problem with this is that the HTTP server will only display any out put the program sends to <stdout>. If the program is set up to use a windowing system (like Windowz, X, or Motif) the windows will not be displayed on the web site.