httpd in Neutrino

Entwicklung
Antworten
Benny
Interessierter
Interessierter
Beiträge: 57
Registriert: Samstag 17. Mai 2014, 18:28
Sonstiges: GM990

httpd in Neutrino

Beitrag von Benny »

Greetings,

in latest builds something wrong with Neutrino web interface - on many links/frames the browser returns just blank page.
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
martii
Einsteiger
Einsteiger
Beiträge: 217
Registriert: Donnerstag 14. Juni 2012, 09:39

Re: httpd in Neutrino

Beitrag von martii »

Hi,
Benny hat geschrieben:in latest builds something wrong with Neutrino web interface - on many links/frames the browser returns just blank page.
that issue should be resolved by now.

Cheers,

martii
Benny
Interessierter
Interessierter
Beiträge: 57
Registriert: Samstag 17. Mai 2014, 18:28
Sonstiges: GM990

Re: httpd in Neutrino

Beitrag von Benny »

martii hat geschrieben: that issue should be resolved by now.
Yes, it seems so. Thank you.
Benny
Interessierter
Interessierter
Beiträge: 57
Registriert: Samstag 17. Mai 2014, 18:28
Sonstiges: GM990

Re: httpd in Neutrino

Beitrag von Benny »

Benny hat geschrieben:Yes, it seems so.
After more thorough testing - no, is not working like before (20.07.14 and prior builds). Web-interface works normally only in 'develorer mode', with browser cache disabled - tested on Chrome, Firefox, Opera.
When cache is enabled, some links not responding at all (blank screen), some - working from time to time, and sometime - only part of web-page is displayed.
Benny
Interessierter
Interessierter
Beiträge: 57
Registriert: Samstag 17. Mai 2014, 18:28
Sonstiges: GM990

Re: httpd in Neutrino

Beitrag von Benny »

Not related to previous issue, but to httpd in common. Small changes to neutrinoyparser.cpp - added localization tag for time elapsed/remaining:

Code: Alles auswählen

-			"<span style=\"font-size: 8pt; white-space: nowrap\">(%ld von %d min, %d%%)</span>"
+			"<span style=\"font-size: 8pt; white-space: nowrap\">(%ld {=L:von=} %d {=L:min=}, %d%%)</span>"
diff attached below.

added on 19.09.14:
martii,
returning to previous issue: after more experiments with yhtm files in /httpd, found something promising (at least for me: tested on IE8, FF, Chrome - everything working fine).
When i removed any references to cache control from html files, like

Code: Alles auswählen

{=var-set:cancache=yPConf=}
and
<meta http-equiv="cache-control" content="no-cache" />
then web-interface was literally revived. Not sure, that this is right way to go, but may be you can figure out something useful from this behavior: httpd cache dir is empty, i.e. server not sending any cached files as before, and as result - main "suspect" is mod_sendfile?
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
martii
Einsteiger
Einsteiger
Beiträge: 217
Registriert: Donnerstag 14. Juni 2012, 09:39

Re: httpd in Neutrino

Beitrag von martii »

Sorry for the delay ... I'm currently extremely short on time. The HTTP issues should all be fixed now.
Benny hat geschrieben:Small changes to neutrinoyparser.cpp - added localization tag for time elapsed/remaining
Added, thanks.

Cheers,

martii
Benny
Interessierter
Interessierter
Beiträge: 57
Registriert: Samstag 17. Mai 2014, 18:28
Sonstiges: GM990

Re: httpd in Neutrino

Beitrag von Benny »

martii hat geschrieben:Sorry for the delay ... I'm currently extremely short on time.
Not a problem, this issue not critical, just annoying =)
martii hat geschrieben: The HTTP issues should all be fixed now.
Thank you.
Antworten