Orthan working with domain

106 views
Skip to first unread message

Danny Pascual Gomez Sanchez

unread,
Apr 4, 2023, 4:50:51 PM4/4/23
to Orthanc Users
Hi Team, im again searching your help.

Im working with orthanc server but now i just make it work on my public ip:


Im running this on with an apache server.....someone knows how to put it to work with a domain?  i´ve tried to make virtualhosts but still i cant make it works.


I really apreciate your help.


Dany

Cédric Simon - Sistema CLINSIS

unread,
Apr 6, 2023, 9:05:02 AM4/6/23
to Orthanc Users
Hi Danny,

This is a question for a Apache HTTPD forum, not really OrthanC.

Make sure your apache conf file has VirtualHost entries for your domain
 
<VirtualHost mydomain.com:80>
</VirtualHost>

<VirtualHost mydomain.com:443>
</VirtualHost>

Is under Linux, make sure domain is also mapped in /etc/hosts file
123.123.132.12   mydomain.com

Regards,

Cedric Simon

Sébastien Jodogne

unread,
Apr 9, 2023, 3:45:08 AM4/9/23
to Orthanc Users
Dear Dany,

As a complement to Cédric's answer, here is how to use Orthanc behind Apache:

Once the Apache reverse proxy is setup as documented in this page, please refer to the Apache documentation to use virtual hosts:

Regards,
Sébastien-
Reply all
Reply to author
Forward
0 new messages