Deploying Orthanc on Apache Server

Hi,

Following are the steps which i have performed:

  1. I have downloaded the Source Code and have followed the steps to compile the code.

  2. Downloaded the authorization plugin and have followed the steps to build those as well.

  3. The build is successful

What to do next ? how to put all these files behind apache so that the application is accessible through URL.

I want the authorization page to appear before the main page of study currently appearing after the hit of …/explorer.html

I can see this page which says about running Orthanc Behind the apache server:

http://book.orthanc-server.com/faq/apache.html#apache

But it doesnt specify the complete steps.

Thanks,
Ujjawal

Hello,

Check out the “RemoteAccessAllowed”, “AuthenticationEnabled” and “RegisteredUsers” options in the Orthanc configuration file:http://book.orthanc-server.com/users/configuration.html

Sébastien-

Apolgies for this, but i forgort to mention that i was using the Advanced Authrization Plugin and not the basic Authentication. I made the changes to the Configuration file after generating the .so file but how to place the whole package behind apache and to access the first page (I believe there would be a login page coming before the explorer.html).