Hi,

If the custom URL Base is http://www.as-artifacts.org/ as I supposed, the
ProxyPassReverse should be:
       ProxyPreserveHost On
       ProxyPass / http://localhost:8080/artifactory/
       ProxyPassReverse /
http://www.as-artifacts.org/artifactory/<http://localhost:8080/artifactory/>
       ProxyPassReverseCookiePath / /artifactory/

It looks like you inverted the values.

BTW: Using Tomcat and AJP/13 protocol for Apache Httpd to Artifactory is
highly recommended for this kind of setup.

Hope it helps,
Fred.

On Thu, Oct 20, 2011 at 12:33 PM, zeflasher <[email protected]> wrote:

> Hello,
>
> Thank you for your answer but sadly this doesn't work either
> This is the message I get when trying to access either the forgot password
> (with bad link now being as-artifacts.org/artifacory/webapps... instead of
> as-artifacts.org/webapp) and the repo when clicking on a repo name in the
> general tab for a repo.
>
> I really don't unsderstand why only those 2 links aren't formatted
> properly.
> Couldn't it be code related instead of a bad configuration as the rest of
> the site is working fine?
>
> My new vhost
> <VirtualHost *:80>
>        ServerName  as-artifacts.org
>        ServerAlias www.as-artifacts.org
>         ServerAdmin ***********
>
>        ProxyPreserveHost On
>         ProxyPass / http://localhost:8080/artifactory/
>         ProxyPassReverse http://localhost:8080/artifactory/ /
>        ProxyPassReverseCookiePath /artifactory/ /
>
>        ErrorLog /var/log/apache2/error_org.as-artifacts.org.log
>        CustomLog /var/log/apache2/access_org.as-artifacts.org.log combined
>        ServerSignature Off
> </VirtualHost>
>
>
> Cheers,
> Xavier
>
> --
> View this message in context:
> http://forums.jfrog.org/Forgot-password-link-is-wrong-tp6903975p6912407.html
> Sent from the Artifactory - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Ciosco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>



-- 
JFrog Ltd
http://www.jfrog.org/
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to