Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

...

If You want JIRA or Confluence to run under /jira or /docs , the Proxy - often interesting if www.site.dk has SSL enabled - the proxy part can be confirured configured as:

Kodeblok
        ProxyPass /docs http://localhost:8080/docs
        ProxyPassReverse /docs http://localhost:8080/docs
        ProxyPass /jira http://localhost:6060/jira
        ProxyPassReverse /jira http://localhost:6060/jira

 

 

This also requires 3 extra parameters (scheme,proxyName,proxyPort) to the Tomcat's server.xml; otherwise JIRA and Confluence complains

Kodeblok
<Connector port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" connectionTimeout="20000" enableLookups="false" maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443" acceptCount="100" disableUploadTimeout="true" scheme="http" proxyName="jira.mos-eisley.dk" proxyPort="80"/>