Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using CGI exe with IW
#9
Hi , Alexandre.
There is no other requirement. The cgi must be called using http://127.0.0.1:8888/cgi-bin/newweb/dgate.exe?mode=top.  Just It. 
It runs ok in wamp server and appserver. 
And I  have only to copy the cgi-bin folder with the cgi to wwwroot. 

I have contacted the author and He said the problem is with the www server. 

This cgi is part of a opensource project of pacs dicom server and is used for many people in the world. It is part of Conquest dicom server(https://ingenium.home.xs4all.nl/dicom.html).

(09-10-2019, 09:03 PM)Alexandre Machado Wrote: What I think you must have in mind is that query_string might be empty. The query_string of a request to a IW application may or may not have data. Are you using a sync or async request? What is the expected input for that CGI script?
I am using sync request.
It must return something as:

Content-type: text/html
Cache-Control: no-cache
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Conquest DICOM server - version 1.4.19</TITLE>
<style type="text/css">
body { font:10pt Verdana; }
a { color:blue; }
#content { background-color:#dddddd; width:200px; margin-top:2px; }
h1 {background-color:#6495ed;}
</style>
</HEAD>
<BODY BGCOLOR='CFDFCF'>
<H1>Welcome to Conquest DICOM server - version 1.4.19</H1>
Reply


Messages In This Thread
Using CGI exe with IW - by cprmlao@hotmail.com - 09-08-2019, 09:06 PM
RE: Using CGI exe with IW - by Alexandre Machado - 09-09-2019, 08:57 AM
RE: Using CGI exe with IW - by Alexandre Machado - 09-10-2019, 09:27 AM
RE: Using CGI exe with IW - by Alexandre Machado - 09-10-2019, 08:55 PM
RE: Using CGI exe with IW - by Alexandre Machado - 09-10-2019, 09:03 PM
RE: Using CGI exe with IW - by cprmlao@hotmail.com - 09-10-2019, 10:32 PM
RE: Using CGI exe with IW - by Alexandre Machado - 09-12-2019, 08:34 AM
RE: Using CGI exe with IW - by Alexandre Machado - 10-08-2019, 08:32 AM
RE: Using CGI exe with IW - by Alexandre Machado - 10-08-2019, 08:38 AM
RE: Using CGI exe with IW - by Alexandre Machado - 10-08-2019, 08:24 PM
RE: Using CGI exe with IW - by kudzu - 10-08-2019, 09:51 PM
RE: Using CGI exe with IW - by Alexandre Machado - 10-09-2019, 07:46 AM
RE: Using CGI exe with IW - by Alexandre Machado - 10-09-2019, 08:01 AM
RE: Using CGI exe with IW - by Alexandre Machado - 10-09-2019, 08:08 PM
RE: Using CGI exe with IW - by kudzu - 10-09-2019, 08:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)