Re: [Zope] strange behaviour:can not access source-view.gif but a copy of it
robert rottermann wrote at 2006-5-3 16:10 +0200:
what I meant is that I only can access the trough its "normal" url (using apache)
www.ersigen.ch/view-source.gif
never terminates
What does the "wget -S http://www.ersigen.ch/view-source.gif" gives you? -- Dieter
Dieter Maurer wrote:
robert rottermann wrote at 2006-5-3 16:10 +0200:
what I meant is that I only can access the trough its "normal" url (using apache)
www.ersigen.ch/view-source.gif
never terminates
What does the "wget -S http://www.ersigen.ch/view-source.gif" gives you?
prints the following and waits for ever: robert@chrissy:/home/zope/Products/redProducts/RedUtils/commander/tests> wget -S http://www.ersigen.ch/view-source.gif --09:59:48-- http://www.ersigen.ch/view-source.gif => `view-source.gif' Auflösen des Hostnamen »www.ersigen.ch«.... 193.246.254.98 Verbindungsaufbau zu www.ersigen.ch|193.246.254.98|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... robert
robert rottermann wrote at 2006-5-7 10:05 +0200:
...
What does the "wget -S http://www.ersigen.ch/view-source.gif" gives you?
prints the following and waits for ever: robert@chrissy:/home/zope/Products/redProducts/RedUtils/commander/tests> wget -S http://www.ersigen.ch/view-source.gif --09:59:48-- http://www.ersigen.ch/view-source.gif => `view-source.gif' Auflösen des Hostnamen »www.ersigen.ch«.... 193.246.254.98 Verbindungsaufbau zu www.ersigen.ch|193.246.254.98|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort...
Okay, I would not want to believe it. But, apparently, Zope really does not answer. Thus check at the bottom of "Control_Panel --> Debug information" that Zope is indeed still processing the request. If it does, use "DeadlockDebugger" to find out where it is hanging around. -- Dieter
participants (2)
-
Dieter Maurer -
robert rottermann