[
https://issues.apache.org/jira/browse/MRM-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MRM-1898.
---------------------------------------
Resolution: Not A Problem
Fix Version/s: (was: 2.2.1)
Please use mailing to ask users questions.
> Archiva, tomcat 7 and apache reverse proxy configuration
> --------------------------------------------------------
>
> Key: MRM-1898
> URL: https://issues.apache.org/jira/browse/MRM-1898
> Project: Archiva
> Issue Type: Question
> Components: system
> Affects Versions: 2.2.0
> Reporter: Keven Andrade
> Labels: apache, redirect, reverse-proxy, tomcat-7.0.35
>
> I installed and configured the Archiva 2.2.0 on tomcat 7 using the war file
> and so, all features work perfectly when I access the application directly by
> the IP and port .
> However , when I access the application through apache server redirecting
> (reverse proxy), administrative functions are not displayed. Below are the
> reverse proxy configurations.
> <VirtualHost *:80>
> ServerName archiva.company.com
> ProxyRequests Off
> ProxyPreserveHost On
> <Proxy *>
> Order deny,allow
> Allow from all
> </Proxy>
> ProxyPass / http://localhost:8075/archiva/
> ProxyPassReverse / http://localhost:8075/archiva/
> </VirtualHost>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)