EUDAT-B2SHARE / b2share

B2SHARE software for the EUDAT CDI services.
https://b2share.eudat.eu
GNU General Public License v2.0
35 stars 32 forks source link

b2share.eudat.eu showing clean HTML only #76

Closed stranak closed 10 years ago

stranak commented 10 years ago

Main server b2share.eudat.eu doesn't load css, images and js from some browsers.

from manfred.ms.mff.cuni.cz it works in Safari, doesn't work in Firefox. from cyan.ms.mff.cuni.cz it doesn't work in Chromium or Firefox.

For a colleague who reported this it doesn't work from quite a few places in Prague and in Slovakia. Tested with Firefox, IE and Chrome on Windows.

It should be a server configuration problem, test-eudatis seems to be OK in all tests. I attach a log from one connection.

--
[21:16:16.785] GET http://b2share.eudat.eu/ [HTTP/1.1 200 OK 271ms]
[21:16:17.082] GET http://b2share.eudat.eu/css/00-invenio--7237819957030773288.css?048cad31 [HTTP/1.1 403 Forbidden 104ms]
[21:16:17.084] GET http://b2share.eudat.eu/css/90-invenio-4126242789330590591.css?a7841e45 [HTTP/1.1 403 Forbidden 104ms]
[21:16:17.085] GET http://b2share.eudat.eu/img/eudat.png [HTTP/1.1 403 Forbidden 158ms]
[21:16:17.086] GET http://b2share.eudat.eu/img/b2share-logo.png [HTTP/1.1 403 Forbidden 158ms]
[21:16:17.275] GET http://b2share.eudat.eu/img/bee-shadow.png [HTTP/1.1 403 Forbidden 105ms]
[21:16:17.276] GET http://b2share.eudat.eu/img/invenio.png [HTTP/1.1 403 Forbidden 105ms]
[21:16:17.277] GET http://b2share.eudat.eu/img/fp7.png [HTTP/1.1 403 Forbidden 104ms]
[21:16:17.277] GET http://b2share.eudat.eu/js/00-invenio--830909996478631369.js?c4c94f37 [HTTP/1.1 403 Forbidden 104ms]
[21:16:17.278] GET http://b2share.eudat.eu/js/90-invenio-7095175583857952163.js?e21b6a6a [HTTP/1.1 403 Forbidden 104ms]
[21:16:17.735] GET http://b2share.eudat.eu/img/bee-shadow.png [HTTP/1.1 403 Forbidden 60ms]
[21:16:17.737] GET http://b2share.eudat.eu/img/invenio.png [HTTP/1.1 403 Forbidden 60ms]
[21:16:17.804] GET http://b2share.eudat.eu/js/90-invenio-7095175583857952163.js?e21b6a6a [HTTP/1.1 403 Forbidden 71ms]
[21:16:17.870] ReferenceError: jQuery is not defined @ http://b2share.eudat.eu/:562
[21:16:17.871] ReferenceError: $ is not defined @ http://b2share.eudat.eu/:567
llehtine commented 10 years ago

There was atleast one deny line on apache configuration for standard http (most of the transfer should go through https though), which could have caused this. Someone should test if it helped to situation.

stranak commented 10 years ago

Seems resolved here.