Strange Image Error with apex+apache
518401Nov 17 2008 — edited Jul 20 2012Hi,
I'm running Oracle XE on my server. I set up Apache and a reverse proxy to access apex without the port 8080 and am hosting other domains.
In my applications I include images with <img src="#WORKSPACE_IMAGES#1.jpg">
My problem is, if I access my application with http://test:8080/apex/f?p=100 all images are displayed.
If I access my application with http://test/apex/f?p=100 over the reverse proxy the images are displayed too, but some of the images are not...
If I hit F5 other images are displayed and other ones which were displayed before are not...
I think it is a caching problem
If I take the adress of one image in the Internet Explorer:
http://scheyk.com/apex/wwv_flow_file_mgr.get_file?p_security_group_id=945232058805376&p_flow_id=102&p_fname=left1.jpg
and hit f5 more than ~5 times oracle returns:
0 HTTP/1.1 304 Not Modified Server: Oracle XML DB/Oracle Database Transfer-Encoding: chunked 0
but if I hit F5 with this adress: (without reverse proxy)
http://scheyk.com:8080/apex/wwv_flow_file_mgr.get_file?p_security_group_id=945232058805376&p_flow_id=102&p_fname=left1.jpg
it works fine?
Is it a caching Problem or is it maybe a problem with my apache config?
thanks Christoph