[Zope] export/import problems with plone site

2005-11-14 Thread Faheem Mitha
Hi, I successfully exported/imported a Plone site from one Zope instance to another. However, when I try to publish the Plone page, I experience an error. Does anyone know what the problem is here, or what to look for? Is this perhaps a more Plone speciific problem?

Re: [Zope] export/import problems with plone site

2005-11-14 Thread Faheem Mitha
On Mon, 14 Nov 2005, J Cameron Cooper wrote: Faheem Mitha wrote: I successfully exported/imported a Plone site from one Zope instance to another. However, when I try to publish the Plone page, I experience an error. Does anyone know what the problem is here, or what to look

Re: [Zope] export/import problems with plone site

2005-11-14 Thread Faheem Mitha
On Mon, 14 Nov 2005, [ISO-8859-15] Tarek Ziadé wrote: Faheem Mitha wrote: Hi, I successfully exported/imported a Plone site from one Zope instance to another. However, when I try to publish the Plone page, I experience an error. Does anyone know what the problem is here, or what

Re: [Zope] help with url rewriting

2005-11-12 Thread Faheem Mitha
On Sat, 12 Nov 2005, Tino Wildenhain wrote: [snip] 5) Here are the mods I have enabled. ... Alias /doc/ /usr/share/doc/ Directory /usr/share/doc/ Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all

Re: [Zope] help with url rewriting

2005-11-12 Thread Faheem Mitha
On Sat, 12 Nov 2005, Tino Wildenhain wrote: Am Samstag, den 12.11.2005, 03:26 -0500 schrieb Faheem Mitha: Which pages beside the introductional page and the docs? The pages in the Document Root work fine. That is, the pages at http://yourserver, which correspond to /var/www/html

Re: [Zope] help with url rewriting

2005-11-12 Thread Faheem Mitha
On Fri, 11 Nov 2005, Faheem Mitha wrote: 6) I was wondering if there might be something wrong with the Proxy thing. I've kept proxy.conf at the Debian defaults. Included below. In particular ProxyRequest are off, but another Debian machine I have access to works fine with that setting

Re: [Zope] help with url rewriting

2005-11-11 Thread Faheem Mitha
On Fri, 11 Nov 2005, Chris Withers wrote: Faheem Mitha wrote: Why not just: /plone(.*) This is the way to go, I don't know what Sascha meant when he was talking about 2 rules. However, he did have a very good point about SSL. If you want Apache to do the SSL encryption and decryption

Re: [Zope] help with url rewriting

2005-11-11 Thread Faheem Mitha
On Fri, 11 Nov 2005, Faheem Mitha wrote: On Fri, 11 Nov 2005, Chris Withers wrote: Faheem Mitha wrote: Why not just: /plone(.*) This is the way to go, I don't know what Sascha meant when he was talking about 2 rules. However, he did have a very good point about SSL. If you want

Re: [Zope] help with url rewriting

2005-11-10 Thread Faheem Mitha
On Wed, 9 Nov 2005, Chris Withers wrote: Faheem Mitha wrote: the log says [Wed Nov 09 03:30:26 2005] [error] [client ...] client denied by server configuration: This means you likely need to find something else in your apache.conf that's causing this problem... RewriteRule

[Zope] help with url rewriting

2005-11-09 Thread Faheem Mitha
Dear People, I running Apache 2.0 and Zope 2.7 on Debian Sarge. I've configured a zope (Plone) instance located /var/lib/zope2.7/instance/dulci. This can be accessed via http://machine_address:9673/dulci. 9673 is the point on which Zope runs on Debian. I'm trying to configure Apache so