Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-13 Thread Sascha Ottolski
Am Samstag, 13. August 2005 02:11 schrieb Simon Michael:
 If I try Sascha's username:password@ workaround, I get::

it may well be that the username:password thingy was introduced in the CVS at 
some point, but not in any release so far. sad thing is, last time I checked 
the HEAD wasn't usable. I'm running a checkout with (date-)tag 
D2005.06.03.08.13.48.

having said that, it look as if there were checkins just two day ago, may be 
the HEAD is in order again...?


Hope that helps,

Sascha
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] FS based product and image replacement

2005-08-13 Thread Nicholas Wieland
 - Dieter Maurer :
 Nicholas Wieland wrote at 2005-8-12 11:45 +0200:
 The image is inside 'myproduct/images', what I've tried is to create 
 an ImageFile and use it inside the background-image directive inside
 the stylesheet, but also url(images/foo.gif) with and without the 
 absolute url.
 
 ImageFile works. You must do something wrong.
 What happens precisely?
 Exception+Traceback
 -- broken image (then access it and report exception+traceback).

Nothing, the image isn't displayed at all, so I argue that Zope doesn't
find it.

 Sometimes, images are put into the misc_ section of a product.
 You can see an example use in Products/ZGadflyDA/__init__.py.
 
Thank you.
 
  ngw
-- 
checking for life_signs in -lKenny... no
Oh my god, make (1) killed Kenny ! You, bastards !

nicholas_wieland-at-yahoo-dot-it





___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] VHM Problem HELP!!!

2005-08-13 Thread beno

Hi;
It's been years since I've posted here. I've been spoiled by having a 
full-time programmer :) But he's on vacation and I'm screwed :(
I need to get this site posting to the web but I'm having trouble with 
VHM. I copied, pasted and edited an entry in our httpd.conf file thus:


RewriteRule ^/(.*) 
http://127.0.0.1:8080/VirtualHostBase/http/www.centurionsecurityvi.com:80/centurionsecurityvi.com/VirtualHostRoot/$1 
[L,P]

SetEnvIf Referer ^$ dontlog
SetEnvIf Referer ^http://centurionsecurityvi\.com.*$; dontlog
SetEnvIf Referer ^http://www\.centurionsecurityvi\.com.*$; dontlog
ErrorLog /var/log/apache/vhosts/centurionsecurityvi.com-error_log
CustomLog /var/log/apache/vhosts/centurionsecurityvi.com-access_log combined
CustomLog /var/log/apache/vhosts/centurionsecurityvi.com-referer_log 
referer env=!dontlog


Then I went to VHM through the Zope interface and followed the direction:
First box: centurionsecurityvi.com
Second box: /centurionsecurityvi.com
and yes, that's the folder. But it tells me The path 
/centurionsecurityvi.com was not found

What gives? Please help. Waah!
beno

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )