Keven Andrade created MRM-1898:
----------------------------------
Summary: 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
Fix For: 2.2.1
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)