I have installed TS 7.5 on a new RHEL test server in anticipation of vetting out a planned upgrade prior to installing the upgrade in our Dev/QA/Prod environments. We have always had Apache running locally on separate mounts, and Apache is set up by a web services team separate from our team. Apache is running and I am not able to see a simple image out of TeamSite render properly, as it does in our other TeamSite environments. When I attempt to display an image from TS, I see this message displayed:
**Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Wed May 10 12:54:27 2017
Apache**
One difference I am seeing is that the URL it transposes the image into looks like this on the test server:
https://foo.bar.com/iw-mount/default/main/xxxxx/yyyyy/WORKAREA/shared/assets/images/air/air_california_routes-bg.jpg
But the URL on one of the TS servers where Apache is working fine is this:
https://foo.bar.com/iw/cci/meta/injection/iw-mount/default/main/xxxxx/yyyyy/WORKAREA/shared/assets/images/air/air_california_routes-bg.jpg
Where does the part I bolded come from? What makes that part get injected into the URL?
I did find one line that is missing from the httpsd.conf file on the test server: Alias /iw-mount/ /iwmnt/
And I'm waiting for them to add that line and try it again, but I have low expectations that that is the issue. I have found no other differences (yet) between our test and dev servers as far as config.
Can anyone suggest anything else I should look for? Clearly I am no Apache expert.
Thanks...