Hi
I have installed artifactory in linux environment working fine
i want to run it now via Apache so i have done config in httpd.conf
<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "/srv/www/httpd/htdocs"
    ServerName artifactory.yourdomain.com
    ErrorLog "logs/artifactory-error_log"
    ProxyPreserveHost on
    ProxyPass /artifactory http://localhost:8081/artifactory
    ProxyPassReverse /artifactory
http://artifactory.yourdomain.com/artifactory
</VirtualHost>
and also modules proxy un commented
and i commented connector port in tomcat as it has to take form apache 
when i am trying to access link not working 
it would be great if any video is there to config and any help will be
appreacted



--
View this message in context: 
http://forums.jfrog.org/Artifactory-tp7580028p7580129.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

Reply via email to