|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2003
/
2003-10
/
dynamic content does not work?
[
HA with Zope / Christian Klinger ... ]
[
new -current / Robert Segall ... ]
dynamic content does not work?
Rolandas Juodzbalis <rolandas(at)home.lt> |
2003-10-27 08:34:26 |
[ FULL ]
|
Hello,
I'm using pound 1.4 for half year right now or more. Very good app.
Yesterday I setup it to work with new server and seems that dynamic
content does not work. Sites with ColdFusion and cgi scripts loads one
time and not more. I compiled ver 1.5 but this does not helped.
This is my pound.cfg:
ListenHTTP XX.XX.XX.XX,80
User nobody
Group nogroup
RootJail /u/pound
LogLevel 3
UrlGroup ".*"
BackEnd 10.0.9.24,80,1
EndGroup
I tried to add IP 300 and allow extendedHTTP. Nothing helped. Maybe
someone has such problem and knows what to do? Backend server is Win200
with IIS.
Thanks,
Rolandas
|
|
|
Re: dynamic content does not work?
Robert Segall <roseg(at)apsis.ch> |
2003-10-27 16:03:43 |
[ FULL ]
|
On Monday 27 October 2003 08:34, Rolandas Juodzbalis wrote:[...]
Never heard of this, and we have many sites working with "dynamic content",
including CGI, ASP, PHP, Zope, ColdFusion, etc. Could you be more specific?
Logfiles? What do you see in the browser?[...]
|
|
|
Re: dynamic content does not work?
Robert Segall <roseg(at)apsis.ch> |
2003-10-28 15:34:17 |
[ FULL ]
|
On Monday 27 October 2003 21:38, Rolandas Juodzbalis wrote:[...]
Please keep this on the mailing list - I'm sure other people would benefit
from it.
As to the specific problem - I suggest you use something like tcpwatch between
the browser and Pound (and possibly a second instance between Pound and the
ColdFusion server) just to see what exactly is happening. I suspect your
requests do not reach Pound at all, otherwise you would see something in the
logs. It is conceivable that your ColdFusion server returns some hard-coded
links to its own address rather than Pound's - thus no connection. Try typing
in manually the required address in your browser to make sure.[...]
|
|
|
Re: dynamic content does not work?
Rolandas Juodzbalis <rolandas(at)home.lt> |
2003-10-28 15:55:15 |
[ FULL ]
|
Ok, I'm cc'ing to list too.
There are two files which are uploaded to test conectivity.
One is there:
http://www.rewindlife.com/test2.cfm
second is
http://www.ermac.com/test2.cfm
Files are same, they are located in same physical server.
First goes directly via NAT. All works as it needed. Second goes thru
pound. No aswer at all. Sometimes it loads.
In logs I can see normal requests. Nothing strange. Just simple:
Oct 27 15:35:44 groove pound: www.rewindlife.com xxx.xxx.xxx.xxx - -
[27/Oct/2003:15:35:43 -0500] "GET /mt/mt.cgi HTTP/1.1" 200 - ""
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20031010 Mozilla
Firebird/0.6.1"
I'll try to add watch traffic today.
On Tue, 28 Oct 2003 15:34:17 +0100
Robert Segall <roseg(at)apsis.ch> wrote:
[...]
|
|
|
Re: dynamic content does not work?
Robert Segall <roseg(at)apsis.ch> |
2003-10-28 16:07:08 |
[ FULL ]
|
On Tuesday 28 October 2003 15:55, Rolandas Juodzbalis wrote:[...]
The only difference I see is that the direct connection has another Host
header. Would that make a difference in your application?
[...]
Do that and let us know.[...]
|
|
|
|