logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Graph not display
Author
vipinexecutive@gmail.com



Joined: 12 Jul 2014
Posts: 10
Location: Indiia

PostPosted: Sat 12 Jul '14 14:56    Post subject: Graph not display Reply with quote

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

PostPosted: Mon 14 Jul '14 1:00    Post subject: Reply with quote

Any errors in your error log?
Back to top
vipinexecutive@gmail.com



Joined: 12 Jul 2014
Posts: 10
Location: Indiia

PostPosted: Mon 14 Jul '14 8:04    Post subject: Reply with quote

No error log regarding this.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7373
Location: Germany, Next to Hamburg

PostPosted: Tue 15 Jul '14 10:39    Post subject: Reply with quote

Any Browser rules in your apache config? Like the SSL drowngrade?
Back to top
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Tue 15 Jul '14 14:39    Post subject: Reply with quote

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

PostPosted: Wed 16 Jul '14 17:11    Post subject: Reply with quote

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

PostPosted: Wed 16 Jul '14 17:12    Post subject: Reply with quote

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

PostPosted: Wed 16 Jul '14 19:55    Post subject: Reply with quote

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

PostPosted: Thu 17 Jul '14 8:47    Post subject: Reply with quote

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

PostPosted: Fri 18 Jul '14 5:07    Post subject: Reply with quote

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

PostPosted: Fri 18 Jul '14 9:25    Post subject: Reply with quote

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

PostPosted: Fri 18 Jul '14 11:49    Post subject: Reply with quote

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

PostPosted: Wed 23 Jul '14 9:03    Post subject: Reply with quote

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


Reply to topic   Topic: Graph not display View previous topic :: View next topic
Post new topic   Forum Index -> Apache