Issue Type: Bug Bug
Assignee: Unassigned
Attachments: vhost.txt
Components: core
Created: 28/Oct/14 9:15 PM
Description:

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.

Environment: Centos 6.5 64bits, Jdk 1.7, Jenkins latest, Apache 2.2.15
Project: Jenkins
Labels: jenkins menu redirect
Priority: Minor Minor
Reporter: Raphaël COMBEAU
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to