Author |
|
vipinexecutive@gmail.com
Joined: 12 Jul 2014 Posts: 10 Location: Indiia
|
Posted: Sat 12 Jul '14 14:56 Post subject: Graph not display |
|
|
Hi,
Earlier we are using 2.2 with openssl 0.98 & Everything is working fine .Recently we are using 2.4 & I observe my application working fine on ie8,ie11 but it's not working well on ie9.
on IE9,we see my webpage not display correctly one side data is display & second side it's not visible it's showing blank & it's a Microsoft SQL Server Reports.
Here I also observe when we delete temporary internet files it's working but after some time issue again.
Then I plug apache 2.2 & found my all application working fine on IE9 also.
For clue assistance I pasted my apache conf setting,please look where I am wrong for ie9 version problem:
Admin note:
httpd.conf removed, see forum rules. Also change the subject to some meaningful. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Mon 14 Jul '14 1:00 Post subject: |
|
|
Any errors in your error log? |
|
Back to top |
|
vipinexecutive@gmail.com
Joined: 12 Jul 2014 Posts: 10 Location: Indiia
|
Posted: Mon 14 Jul '14 8:04 Post subject: |
|
|
No error log regarding this. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 15 Jul '14 10:39 Post subject: |
|
|
Any Browser rules in your apache config? Like the SSL drowngrade? |
|
Back to top |
|
jraute
Joined: 13 Sep 2013 Posts: 188 Location: Rheinland, Germany
|
Posted: Tue 15 Jul '14 14:39 Post subject: |
|
|
What kind of konfiguration - proxy or reverse proxy?
(I suppose reverse proxy.)
With or without authentication?
Is the apache the only server instance between the source-server and the net?
Is the page displayed completely after pushing the reload button? |
|
Back to top |
|
vipinexecutive@gmail.com
Joined: 12 Jul 2014 Posts: 10 Location: Indiia
|
Posted: Wed 16 Jul '14 17:11 Post subject: |
|
|
Yes,
.It's a reverse proxy & without authentication
.Yes,Apache is the only server instance between the source server and the net.
.Page is not displayed completely after pushing the reload button.
Additional:
When we clear the internet temp file then page is coming suceefully. |
|
Back to top |
|
vipinexecutive@gmail.com
Joined: 12 Jul 2014 Posts: 10 Location: Indiia
|
Posted: Wed 16 Jul '14 17:12 Post subject: |
|
|
James,
We not have any browser rules in our apache config.
James Blond wrote: | Any Browser rules in your apache config? Like the SSL drowngrade? |
|
|
Back to top |
|
vipinexecutive@gmail.com
Joined: 12 Jul 2014 Posts: 10 Location: Indiia
|
Posted: Wed 16 Jul '14 19:55 Post subject: |
|
|
Yes,
.It's a reverse proxy & without authentication
.Yes,Apache is the only server instance between the source server and the net.
.Page is not displayed completely after pushing the reload button.
Additional:
When we clear the internet temp file then page is coming suceefully.
jraute wrote: | What kind of konfiguration - proxy or reverse proxy?
(I suppose reverse proxy.)
With or without authentication?
Is the apache the only server instance between the source-server and the net?
Is the page displayed completely after pushing the reload button? |
|
|
Back to top |
|
jraute
Joined: 13 Sep 2013 Posts: 188 Location: Rheinland, Germany
|
Posted: Thu 17 Jul '14 8:47 Post subject: |
|
|
vipinexecutive@gmail.com wrote: |
Additional:
When we clear the internet temp file then page is coming suceefully.
|
What about BrowserMatch Variables for MSIE? Any?
For example like: Code: | # The following directives modify normal HTTP response behavior to
# handle known problems with browser implementations.
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch ".*MSIE [2-6]\.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
BrowserMatch ".*MSIE [17-9]\.*" ssl-unclean-shutdown
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
# The following directive disables redirects on non-GET requests for
# a directory that does not include the trailing slash. This fixes a
# problem with Microsoft WebFolders which does not appropriately handle
# redirects for folders with DAV methods.
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully
|
|
|
Back to top |
|
vipinexecutive@gmail.com
Joined: 12 Jul 2014 Posts: 10 Location: Indiia
|
Posted: Fri 18 Jul '14 5:07 Post subject: |
|
|
Hi,
I have checked no browser matching. It's commented
# with ie10 |
|
Back to top |
|
jraute
Joined: 13 Sep 2013 Posts: 188 Location: Rheinland, Germany
|
Posted: Fri 18 Jul '14 9:25 Post subject: |
|
|
Please check if Code: | LoadModule proxy_html_module modules/mod_proxy_html.so
LoadModule proxy_http_module modules/mod_proxy_http.so | are activated.
I suppose it is, then it becomes difficult.
Especially since that behaviour is known, when there is an IIS with authentication, but in your case, you told us there is no authentication. That is strange! |
|
Back to top |
|
vipinexecutive@gmail.com
Joined: 12 Jul 2014 Posts: 10 Location: Indiia
|
Posted: Fri 18 Jul '14 11:49 Post subject: |
|
|
Yes,
Following Modules are activated right now.
jraute wrote: | Please check if Code: | LoadModule proxy_html_module modules/mod_proxy_html.so
LoadModule proxy_http_module modules/mod_proxy_http.so | are activated.
I suppose it is, then it becomes difficult.
Especially since that behaviour is known, when there is an IIS with authentication, but in your case, you told us there is no authentication. That is strange! |
|
|
Back to top |
|
jraute
Joined: 13 Sep 2013 Posts: 188 Location: Rheinland, Germany
|
Posted: Wed 23 Jul '14 9:03 Post subject: |
|
|
Lets come back to the question from James Blond "Any Browser rules in your apache config? Like the SSL drowngrade?"
Are there any? |
|
Back to top |
|