My orthanc server running by default at localhost:8042/app/explorer.html.
I want to run orthanc server at http://localhost/app/explorer.html
Please tell me how can I do this?
My orthanc server running by default at localhost:8042/app/explorer.html.
I want to run orthanc server at http://localhost/app/explorer.html
Please tell me how can I do this?
Hello,
Hello,
As a complement to Thibault’s answer, please note that the “80” TCP port (default port for HTTP) is privileged (i.e. under 1024).
This means that Orthanc must be running with proper administrative rights in order to be able to listen on it.
Sébastien-