Squeak Wiki Problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
30 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

JerryW-2

Ken Causey wrote
Thanks for the suggestion but I think I must need either authentication
or it doesn't like my IP address because if I use that I can't get
anywhere.
I'm forced to use the same cache because my ISP is NTL (one of the biggest cable broadband companies in the UK). I tried the "transparent proxy test" of looking up http://www.lagado.com/proxy-test and I see ...

"The proxy host is glfd-cache-8.server.ntli.net which has ip address 62.252.0.11
 The proxy informs us that the client host ip address was 81.100.59.61"

I can't see that NTL will fix this, they have enough trouble getting users connected in the first place :-(

Jerry

Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

David T. Lewis
In reply to this post by Ken Causey-3
On Wed, Jan 17, 2007 at 12:34:42PM -0600, Ken Causey wrote:
> David: Please try again, I think I have fixed the problem you and I saw.

Yes, thanks. I am now able to upload a file to the swiki.

Dave


Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Alan Capewell-3
In reply to this post by Ken Causey-3

Ken Causey wrote
David: Please try again, I think I have fixed the problem you and I saw.

Stuart:  Could you try accessing the site again from behind your proxy
and report back?  Thanks.

It turns out that maybe I made this out to be harder than it was.  The
apache documentation regarding the proxy module mentions

"For circumstances where you have a application server which doesn't
implement keepalives or HTTP/1.1 properly, there are 2 environment
variables which when set send a HTTP/1.0 with no keepalive."

So I set them

SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1

for wiki.squeak.org and this seems to have taken care of at least one
aspect of this issue, and I hope the other as well.

Ken

 
Still broken for me I'm afraid Ken :-(

Alan
Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Ken Causey-3
I believe we have now tracked down the problem (for those behind
proxies) to an assumption in Swiki/Kom regarding a non-standard proxy
related header that is being broken and Swiki/Kom is not responding to
nicely.  I've notified Jochen of the problem and he has it near the top
of his todo list.  Hopefully within the next couple of days everything
will be copacetic.

Ken

On Thu, 2007-01-18 at 09:26 -0800, Alan Capewell wrote:

> Ken Causey wrote:
> >
> > David: Please try again, I think I have fixed the problem you and I saw.
> >
> > Stuart:  Could you try accessing the site again from behind your proxy
> > and report back?  Thanks.
> >
> > It turns out that maybe I made this out to be harder than it was.  The
> > apache documentation regarding the proxy module mentions
> >
> > "For circumstances where you have a application server which doesn't
> > implement keepalives or HTTP/1.1 properly, there are 2 environment
> > variables which when set send a HTTP/1.0 with no keepalive."
> >
> > So I set them
> >
> > SetEnv force-proxy-request-1.0 1
> > SetEnv proxy-nokeepalive 1
> >
> > for wiki.squeak.org and this seems to have taken care of at least one
> > aspect of this issue, and I hope the other as well.
> >
> > Ken
>
> Still broken for me I'm afraid Ken :-(
>
> Alan



signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Ken Causey-3
Finally I believe we have this licked.  Those of you behind a proxy that
had trouble, please take the time to try to access the wiki again

http://wiki.squeak.org/

and let us know how it goes.

Ken

On Fri, 2007-01-19 at 12:41 -0600, Ken Causey wrote:

> I believe we have now tracked down the problem (for those behind
> proxies) to an assumption in Swiki/Kom regarding a non-standard proxy
> related header that is being broken and Swiki/Kom is not responding to
> nicely.  I've notified Jochen of the problem and he has it near the top
> of his todo list.  Hopefully within the next couple of days everything
> will be copacetic.
>
> Ken
>
> On Thu, 2007-01-18 at 09:26 -0800, Alan Capewell wrote:
> > Ken Causey wrote:
> > >
> > > David: Please try again, I think I have fixed the problem you and I saw.
> > >
> > > Stuart:  Could you try accessing the site again from behind your proxy
> > > and report back?  Thanks.
> > >
> > > It turns out that maybe I made this out to be harder than it was.  The
> > > apache documentation regarding the proxy module mentions
> > >
> > > "For circumstances where you have a application server which doesn't
> > > implement keepalives or HTTP/1.1 properly, there are 2 environment
> > > variables which when set send a HTTP/1.0 with no keepalive."
> > >
> > > So I set them
> > >
> > > SetEnv force-proxy-request-1.0 1
> > > SetEnv proxy-nokeepalive 1
> > >
> > > for wiki.squeak.org and this seems to have taken care of at least one
> > > aspect of this issue, and I hope the other as well.
> > >
> > > Ken
> >
> > Still broken for me I'm afraid Ken :-(
> >
> > Alan
>



signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Elod Kironsky
Ken, it is working now fine ;-) , thank you!

Elod

> Finally I believe we have this licked.  Those of you behind a proxy that
> had trouble, please take the time to try to access the wiki again
>
> http://wiki.squeak.org/
>
> and let us know how it goes.
>
> Ken
>
> On Fri, 2007-01-19 at 12:41 -0600, Ken Causey wrote:
>  
>> I believe we have now tracked down the problem (for those behind
>> proxies) to an assumption in Swiki/Kom regarding a non-standard proxy
>> related header that is being broken and Swiki/Kom is not responding to
>> nicely.  I've notified Jochen of the problem and he has it near the top
>> of his todo list.  Hopefully within the next couple of days everything
>> will be copacetic.
>>
>> Ken
>>
>> On Thu, 2007-01-18 at 09:26 -0800, Alan Capewell wrote:
>>    
>>> Ken Causey wrote:
>>>      
>>>> David: Please try again, I think I have fixed the problem you and I saw.
>>>>
>>>> Stuart:  Could you try accessing the site again from behind your proxy
>>>> and report back?  Thanks.
>>>>
>>>> It turns out that maybe I made this out to be harder than it was.  The
>>>> apache documentation regarding the proxy module mentions
>>>>
>>>> "For circumstances where you have a application server which doesn't
>>>> implement keepalives or HTTP/1.1 properly, there are 2 environment
>>>> variables which when set send a HTTP/1.0 with no keepalive."
>>>>
>>>> So I set them
>>>>
>>>> SetEnv force-proxy-request-1.0 1
>>>> SetEnv proxy-nokeepalive 1
>>>>
>>>> for wiki.squeak.org and this seems to have taken care of at least one
>>>> aspect of this issue, and I hope the other as well.
>>>>
>>>> Ken
>>>>        
>>> Still broken for me I'm afraid Ken :-(
>>>
>>> Alan
>>>      
>> ------------------------------------------------------------------------
>>
>>
>>    


Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Ken Causey-3
Excellent.

I should of course mention that most of the credit should go to Jochen
Rick who provided the appropriate fix.

Ken

On Wed, 2007-01-31 at 22:04 +0100, Elod Kironsky wrote:

> Ken, it is working now fine ;-) , thank you!
>
> Elod
> > Finally I believe we have this licked.  Those of you behind a proxy that
> > had trouble, please take the time to try to access the wiki again
> >
> > http://wiki.squeak.org/
> >
> > and let us know how it goes.
> >
> > Ken



signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Frank Shearar
In reply to this post by Ken Causey-3
"Ken Causey" <[hidden email]> wrote:

> Finally I believe we have this licked.  Those of you behind a proxy that
> had trouble, please take the time to try to access the wiki again
>
> http://wiki.squeak.org/
>
> and let us know how it goes.

It works! Yay!
frank

Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Karl-19
In reply to this post by Ken Causey-3
Ken Causey skrev:
> Finally I believe we have this licked.  Those of you behind a proxy that
> had trouble, please take the time to try to access the wiki again
>
> http://wiki.squeak.org/
>
> and let us know how it goes.
>  
I noticed that the Squeak Wiki administrator listed is Mark Guzdial.
Should this link be updated ?
Karl

> Ken
>
> On Fri, 2007-01-19 at 12:41 -0600, Ken Causey wrote:
>  
>> I believe we have now tracked down the problem (for those behind
>> proxies) to an assumption in Swiki/Kom regarding a non-standard proxy
>> related header that is being broken and Swiki/Kom is not responding to
>> nicely.  I've notified Jochen of the problem and he has it near the top
>> of his todo list.  Hopefully within the next couple of days everything
>> will be copacetic.
>>
>> Ken
>>
>> On Thu, 2007-01-18 at 09:26 -0800, Alan Capewell wrote:
>>    
>>> Ken Causey wrote:
>>>      
>>>> David: Please try again, I think I have fixed the problem you and I saw.
>>>>
>>>> Stuart:  Could you try accessing the site again from behind your proxy
>>>> and report back?  Thanks.
>>>>
>>>> It turns out that maybe I made this out to be harder than it was.  The
>>>> apache documentation regarding the proxy module mentions
>>>>
>>>> "For circumstances where you have a application server which doesn't
>>>> implement keepalives or HTTP/1.1 properly, there are 2 environment
>>>> variables which when set send a HTTP/1.0 with no keepalive."
>>>>
>>>> So I set them
>>>>
>>>> SetEnv force-proxy-request-1.0 1
>>>> SetEnv proxy-nokeepalive 1
>>>>
>>>> for wiki.squeak.org and this seems to have taken care of at least one
>>>> aspect of this issue, and I hope the other as well.
>>>>
>>>> Ken
>>>>        
>>> Still broken for me I'm afraid Ken :-(
>>>
>>> Alan
>>>      
>> ------------------------------------------------------------------------
>>
>>
>>    


Reply | Threaded
Open this post in threaded view
|

Re: Squeak Wiki Problem

Stuart Herring-2
In reply to this post by Ken Causey-3
On 2/1/07, Ken Causey <[hidden email]> wrote:
> Finally I believe we have this licked.  Those of you behind a proxy that
> had trouble, please take the time to try to access the wiki again
>
> http://wiki.squeak.org/
>
> and let us know how it goes.
>

Sorry for taking so long to try this, but unfortunately it seems to
still not be working for me - I'm still getting the following:

"Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.

Reason: Error reading from remote server"


Regards,
Stuart

12