Posts by ying

    Hi Marcel,


    I'm using Conquest on Red Hat Linux and I want to export DICOM images from Eclipse (in the hospital) to Conquest (in my office computer). How should I do the configuration on Conquest side?


    Thanks,
    Ying

    Hi Marcelvanherk,


    Thanks for your suggestion. I have solved the web interface issue. I will post my experience below hoping it will help others.


    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    To use the web interface, we should manually do some configurations. Firstly, change the cgi working directory to the web dgate directory. We need to do this becasuse cgi will only run in certain designated folders. If web dgate is not in the designated directory, when we run dgate web interface, there could be a 404 Not Found error. This could be done by editing httpd.conf file:
    sudo vim /etc/httpd/conf/httpd.conf
    It should be this file. I have tried the other file /usr/local/apache2/conf/httpd.conf but it doesn't work. Find the following lines:
    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

    <Directory "/var/www/cgi-bin">
    AllowOverride None
    ...
    </Directory>
    And change them to:
    ScriptAlias /cgi-bin/ "/lib/cgi-bin/"

    <Directory "/lib/cgi-bin">
    AllowOverride None
    ...
    </Directory>

    Hi Marcel,


    After the installation, I think, the files you have mentioned are already in the directory /usr/lib/cgi-bin/. See attached snapshot.


    I have also configured dicom.ini file. Changes are as follows:
    WebServerFor = 172.21.59.***
    TCPPort = 1104
    WebScriptAddress = http://172.21.59.***/usr/lib/cgi-bin/dgate


    My question is:
    1, Will Apache Httpd work as well as Apache2? (since I can't find Apache2 on Red Hap repositories)
    2, Do I need to make any other configurations?


    Thanks a lot!
    Ying

    Files

    • cgi-bin.png

      (51.78 kB, downloaded 298 times, last: )

    Hi Marcel,


    I had problems using Conquest DICOM on Red Hat Enterprise Linux 7.


    When I tried to install Apache2 using "yum install", I could not find the source. I searched Google but still couldn't find source file for Apache2. So I installed Apache httpd instead. I'm not sure if this will work.


    I then installed Sqlite and Conquest DICOM. When I run dgate, it says:
    DGATE (1.4.19, build Tue Feb 21 15:02:29 2017, bits 64) is running as threaded server
    Database type: built-in SQLite driver


    But the problem is NO web interface came out. Could you help me?


    Thanks,
    Ying