[Zope-dev] svn.zope.org down?

2006-10-12 Thread Wichert Akkerman
Is something happening with svn.zope.org? I haven't been able to use anonymous or authorized svn for two days. Wichert. -- Wichert Akkerman [EMAIL PROTECTED]It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.

Re: [Zope-dev] svn.zope.org down?

2006-10-12 Thread Chris Withers
There still appear to be some outstanding dns issues... Chris Wichert Akkerman wrote: Is something happening with svn.zope.org? I haven't been able to use anonymous or authorized svn for two days. Wichert. -- Simplistix - Content Management, Zope Python Consulting -

Re: [Zope-dev] svn.zope.org down?

2006-10-12 Thread Wichert Akkerman
Did svn.zope.org move to a new server? If so and if if someone knows the new IP address I can stick it in my /etc/hosts for now. Wichert. Previously Chris Withers wrote: There still appear to be some outstanding dns issues... Chris Wichert Akkerman wrote: Is something happening with

Re: [ZWeb] Re: [Zope-dev] svn.zope.org down?

2006-10-12 Thread Wichert Akkerman
I did a bit of checking: zope.org has a crazy number of DNS servers and they are not all in sync. Particularly seconly.rackspace.com (69.20.0.180) and cabana.palladion.com (64.34.177.88) are not authorative for the zope.org domain and will just refer back to the root servers. This shows some

Re: [ZWeb] Re: [Zope-dev] svn.zope.org down?

2006-10-12 Thread Jens Vagelpohl
On 12 Oct 2006, at 09:32, Wichert Akkerman wrote: I did a bit of checking: zope.org has a crazy number of DNS servers and they are not all in sync. Particularly seconly.rackspace.com (69.20.0.180) and cabana.palladion.com (64.34.177.88) are not authorative for the zope.org domain and will

[Zope-dev] Cannot access Zope Management Interface through lighttpd proxy

2006-10-12 Thread yegor
I installed Plone 2.5 but it seems that the issue is Zope-related, so I'm posting it here should I go for a different mailing list?) When I access Zope Management Interface through lighttpd (proxy module) it does not show up (wget, e.g. downloads 0 bytes). Relevant part of Lighttpd config:

Re: [Zope-dev] Cannot access Zope Management Interface through lighttpdproxy

2006-10-12 Thread Jonathan
- Original Message - From: yegor [EMAIL PROTECTED] To: zope-dev@zope.org Sent: Thursday, October 12, 2006 1:33 PM Subject: [Zope-dev] Cannot access Zope Management Interface through lighttpdproxy I installed Plone 2.5 but it seems that the issue is Zope-related, so I'm posting it

Re: [Zope-dev] Cannot access Zope Management Interface through lighttpd proxy

2006-10-12 Thread Stefan H. Holek
I haven't used lighttpd but the below rewrite rules doesn't specify the port, it should. Stefan On 12. Okt 2006, at 19:33, yegor wrote: url.rewrite-once = ( ^/plone/(.*)$ = /VirtualHostBase/http/rio.sci.ccny.cuny.edu/VirtualHostRoot/ _vh_plone/$1 ) -- Anything that happens, happens.

[Zope-dev] Re: Cannot access Zope Management Interface through lighttpd proxy

2006-10-12 Thread Philipp von Weitershausen
yegor wrote: I installed Plone 2.5 but it seems that the issue is Zope-related, so I'm posting it here should I go for a different mailing list?) I suggest using a Plone users mailinglist. This is definitely the wrong list, it's for the development OF Zope, not for the development WITH Zope.

Re: [ZWeb] Re: [Zope-dev] svn.zope.org down?

2006-10-12 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 Oct 2006, at 09:36, Justizin wrote: That record comes from zoneedit.com, noone should be using those servers for lookups AFAIK because zoneedit.com is not authoritative for the NS records. These are slaves which have not coordinated with me

Re: [Zope-dev] Cannot access Zope Management Interface through lighttpdproxy

2006-10-12 Thread Jonathan
snip - Original Message - From: Yegor Bryukhov To: Jonathan Cc: zope-dev@zope.org Sent: Thursday, October 12, 2006 4:20 PM Subject: Re: [Zope-dev] Cannot access Zope Management Interface through lighttpdproxy unsuccessful access to Zope Management Interface from inside the campus:

[Zope-dev] Get the freshest You always dreamt to rock hard erections…

2006-10-12 Thread Vazquez
Now it’s possible to do with magic tab Buy this product now and all women will be yours But without any results… Come on in: http://ravtroip.com/gal/gsm/ Worried it won't work? You crave to shoot like a film star… A bird in the hand is worth two in the bush. Greedy folks have long arms

Re: [Zope-dev] Cannot access Zope Management Interface through lighttpdproxy

2006-10-12 Thread Yegor Bryukhov
With default settings - no.with proxy.debug=65000 lighttpd says:2006-10-12 14:34:18: (mod_proxy.c.1079) proxy - start2006-10-12 14:34:18: (mod_proxy.c.1115) proxy - ext found2006-10-12 14:34:18: (mod_proxy.c.1158) proxy - used fair balancing 2006-10-12 14:34:18: (mod_proxy.c.1239) proxy - found a

Re: [Zope-dev] Cannot access Zope Management Interface through lighttpdproxy

2006-10-12 Thread Jonathan
If there are no matching entries in the .../log/Z2.log file then the request is not getting passed to zope, which would appear to indicate that the lighttpdproxy/rewriting is not set up correctly. Jonathan - Original Message - From: Yegor Bryukhov To: Jonathan Cc: