Seite 1 von 1

httpd in Neutrino

Verfasst: Donnerstag 24. Juli 2014, 00:11
von Benny
Greetings,

in latest builds something wrong with Neutrino web interface - on many links/frames the browser returns just blank page.

Re: httpd in Neutrino

Verfasst: Freitag 25. Juli 2014, 18:10
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

Re: httpd in Neutrino

Verfasst: Samstag 26. Juli 2014, 02:34
von Benny
martii hat geschrieben: that issue should be resolved by now.
Yes, it seems so. Thank you.

Re: httpd in Neutrino

Verfasst: Samstag 30. August 2014, 18:47
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.

Re: httpd in Neutrino

Verfasst: Freitag 19. September 2014, 02:59
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?

Re: httpd in Neutrino

Verfasst: Sonntag 21. September 2014, 14:02
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

Re: httpd in Neutrino

Verfasst: Sonntag 21. September 2014, 17:18
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.