Project

General

Profile

bad URI `/' on httpS and Alias

Added by guillain tonton about 10 years ago

Hello,

I've a strange issue according to Redmine virtual host:
  • redhat 5.x
  • apache 2
  • redmine 1.5
    I use apache feature to create a standard URL (https://redmine.myserver.com) and it works only on the hostname and not on the alias !?
  • https://hostname/ : OK
  • https://redmine.myserver.com/ : KO
    All other web application work perfectly instead for Redmne (alias + https) :( and it's why I must have this type of configuration provided by Apache.

HTTP/s flow summary: http(alias) --> httpS(secure alias) --> proxy pass(localhost:3000)

Attached:
  • apache logs
  • apache conf
  • RAILS_ENV

Thanks in advance for your help!!!
Guillain