HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Note de configuration.txt
https://httpd.apache.org/docs/current/programs/htpasswd.html doc sur la gestion de mots de pass pour Apache

C:\Apache24\bin>htpasswd.exe -db -c C:\UserList\.htpasswd-tous <USER> <PASSWORD>

Le fichier Redmine Config.ru doit contenir pour que le routage www.openopcua.org/redmine fonctionne
map ENV['RAILS_RELATIVE_URL_ROOT'] || '/redmine' do
  run RedmineApp::Application
end

Aucune autre modification dans Redmine n'est requise.

httpd.conf doit contenir :
# configuration for exposing openopcua redmine 
ProxyPass /redmine http://localhost:3000/redmine
ProxyPassReverse /redmine http://localhost:3000/redmine

il permet le routage depuis et vers www.openopcua.org/redmine