Greetings,
in latest builds something wrong with Neutrino web interface - on many links/frames the browser returns just blank page.
httpd in Neutrino
-
- Interessierter
- Beiträge: 57
- Registriert: Samstag 17. Mai 2014, 18:28
- Sonstiges: GM990
httpd in Neutrino
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
-
- Einsteiger
- Beiträge: 217
- Registriert: Donnerstag 14. Juni 2012, 09:39
Re: httpd in Neutrino
Hi,
Cheers,
martii
that issue should be resolved by now.Benny hat geschrieben:in latest builds something wrong with Neutrino web interface - on many links/frames the browser returns just blank page.
Cheers,
martii
-
- Interessierter
- Beiträge: 57
- Registriert: Samstag 17. Mai 2014, 18:28
- Sonstiges: GM990
Re: httpd in Neutrino
Yes, it seems so. Thank you.martii hat geschrieben: that issue should be resolved by now.
-
- Interessierter
- Beiträge: 57
- Registriert: Samstag 17. Mai 2014, 18:28
- Sonstiges: GM990
Re: httpd in Neutrino
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.Benny hat geschrieben:Yes, it seems so.
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.
-
- Interessierter
- Beiträge: 57
- Registriert: Samstag 17. Mai 2014, 18:28
- Sonstiges: GM990
Re: httpd in Neutrino
Not related to previous issue, but to httpd in common. Small changes to neutrinoyparser.cpp - added localization tag for time elapsed/remaining:
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
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?
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>"
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" />
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
-
- Einsteiger
- Beiträge: 217
- Registriert: Donnerstag 14. Juni 2012, 09:39
Re: httpd in Neutrino
Sorry for the delay ... I'm currently extremely short on time. The HTTP issues should all be fixed now.
Cheers,
martii
Added, thanks.Benny hat geschrieben:Small changes to neutrinoyparser.cpp - added localization tag for time elapsed/remaining
Cheers,
martii
-
- Interessierter
- Beiträge: 57
- Registriert: Samstag 17. Mai 2014, 18:28
- Sonstiges: GM990
Re: httpd in Neutrino
Not a problem, this issue not critical, just annoying =)martii hat geschrieben:Sorry for the delay ... I'm currently extremely short on time.
Thank you.martii hat geschrieben: The HTTP issues should all be fixed now.