Hi jodogne and Cedric, first thanks for your time and knowledge, im a beginner, im trying to run onthanc in a windows so wich has a webserver with apache, my app connects to my orthanc mysqlDB and get studies información and link each exam with the webviewer, in this order, i have:
1 site running on apache (LaravelApp) in 80 port.
1 orthanc running on my port 8042.
When i try to config my apache i’ve used:
<VirtualHost *:8042>
ProxyPreserveHost On
ProxyPass “/orthanc/” “http://localhost:8042/” retry=0
ProxyPassReverse “/orthanc/” “http://localhost:8042/” retry=0
ServerName orthanc.test
But y get in my url orthanc.test => de default apache page.
Sorry for my basic questions but im trying to learn how to implement in a good way my orthanc server. The goal is run ortanc with a domain and ssl.
Thanks again.
Dany