Hello, related to this topic http://forums.jfrog.org/Problem-running-Aritfactory-on-Tomcat-6-via-apache-proxy-tc6099803.html
I have disabled the ProxyPreserveHost, which makes the artifactory working. The only problem is when I click on the repository name in the general tab it will direct for instance to http://localhost:8080/artifactory/webapp/browserepo.html;jsessionid=B6FFE0F853D6FF9D89495488181E3020?pathId=flash-console%3A So I understand that I would need the ProxyPreserveHost set to On. The problem is whe I do this I have the error 011-03-08 02:01:58,670 [http-8018-3] [WARN ] (o.a.w.s.RequestUtils:115) - Request /artifactory/webapp should be a repo request and does not match any repo key Do you have a solution/tip for this by any chance. My virtual host < VirtualHost *:80> ServerName as-artifacts.org ServerAlias www.as-artifacts.org ServerAdmin *****@****.com # Tomcat rewrite rule - as route ProxyPreserveHost on ProxyRequests Off ProxyPass / http://localhost:8080/artifactory/ ProxyPassReverse / http://localhost:8080/artifactory/ # DocumentRoot /srv/www/httpd/htdocs/ ErrorLog /var/log/apache2/error_org.as-artifacts.org.log CustomLog /var/log/apache2/access_org.as-artifacts.org.log combined ServerSignature Off < /VirtualHost> Thx much, Xavier -- View this message in context: http://forums.jfrog.org/ProxyPreserveHost-problem-tp6285635p6285635.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
