Hi Matthew,

yes, I have been experiencing the same problem and couldn't found a solution up to now... I have been told that the issue lies on the reverse proxy, but I'm still convinced that the issue actually lies in the EPF search code rather than on Apache configuration.

below are my configuration:
<VirtualHost *:80>
    ServerName host
    ServerAlias host.com
    DocumentRoot /var/www/host
    ServerAdmin u...@host.com
    ErrorLog logs/host_error_log
    CustomLog logs/host_access_log custom
        ProxyPass / http://localhost:8080/host/
        ProxyPassReverse / http://host.com/
</VirtualHost>


if you should be able to find a solution I would appreciate any help.
cheers,
bugra.


On 01.06.2011 10:28, Austin, Matthew wrote:

Hello all,

We're experiencing a new issue, this time with the webapp version of the wiki.

As background, the webapp is being deployed on a server using Apache Tomcat, and we are using Apache HTTP to redirect traffic from _http://our-site/webapp_to _http://localhost:8080/OurWebApp/_, which is where it's actually being hosted.

The webapp deploys fine and everything appears to work until the search functionality is used. The search window opens fine, and a search can be successfully performed (i.e. you get a list of element titles and descriptions).*But -* the associated images and the titles of elements come with links back to _http://localhost:8080/OurWebApp_rather than _http://our-site/webapp_, and hence the page cannot be found. We have both a ProxyPass and a ProxyPassReverse in the httpd.conf script, but I think the URL is being formed independent of the Apache redirect by one of the Javascripts (topnav.js or toc.js maybe?). I'm really not sure how to force it to change the URL.

Has anyone else encountered this problem? Is there a solution?

Many thanks
Matt

Please consider the environment before printing this email.

This message should be regarded as confidential. If you have received this 
email in error please notify the sender and destroy it immediately.

Statements of intent shall only become binding when confirmed in hard copy by 
an authorised signatory.  The contents of this email may relate to dealings 
with other companies under the control of Detica Limited, details of which can 
be found at http://www.detica.com/statutory-information.

Detica Limited is registered in England under No: 1337451.
Registered offices: Surrey Research Park, Guildford, Surrey, GU2 7YP, England.




_______________________________________________
epf-dev mailing list
epf-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/epf-dev

_______________________________________________
epf-dev mailing list
epf-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/epf-dev

Reply via email to