I have installed the latest Jenkins version on my Centos Server. I have setup Jenkins behind apache in https. In have create a virtualhost to configure the access to Jenkins.
First in an http vhost I have made a rewriterule to redirect in https like this :
RewriteRule ^/jenkins https://my.server/jenkins
But when I tried to access https://my.server/jenkins/pluginManager I was always redirect to https://my.server/jenkins/. It's the same for https://my.server/jenkins/log, https://my.server/jenkins/about etc...
In my apache access_log I can see that a 302 is made. So if I tried to access https://my.server/jenkins/pluginManager/ it works.
It's the same for /log and /about. If I add a slash at the end it works.
Anyone have an idea ?
My vhost config file is in attachment.