<Server port="8015" shutdown="SHUTDOWN">
<Service name="Catalina">
<Connector port="8080"/>
<Connector port="8080" protocol="HTTP/1.1"/>
<maxThreads="500" minSpareThreads="20"
maxSpareThreads="150"
enableLookups="false" disableUploadTimeout="true"
backlog="100"/>
<Engine name="Catalina" defaultHost="localhost">
<Host name="localhost" appBase="webapps"/>
</Engine>
</Service>
</Server>
This is my tomcat and apache is
<VirtualHost *:8080>
ServerAdmin [email protected]
DocumentRoot "/home/user/artifactory-powerpack-3.4.2"
ServerName ipaddress
ErrorLog "logs/artifactory-error_log"
ProxyPreserveHost on
ProxyPass /artifactory http://ipaddress:8080/artifactory
ProxyPassReverse /artifactory http://ipaddress:8080/artifactory
</VirtualHost>
after this i got proxy error 502 so i turned on Keepalive=on in apache and
also i un commented
<IfModule mod_proxy.c>
ProxyRequests On
<Proxy *>
# Order deny,allow
# Deny from all
Allow from all
</Proxy>
--
View this message in context:
http://forums.jfrog.org/Artifactory-tp7580028p7580131.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users