Re: [Zope] New to list & Zope

2000-10-23 Thread Curtis Maloney

On Tue, 24 Oct 2000, Eileen Orbell wrote:
> Hi,

Greetings, and welcome, new Zopista!

>
> I run debian 2.2 and have Zope installed and apache.  On bootup my Zope
> server starts automatic.

Always handy. (o8

> I am wondering how I configure Zope with an Apache server?  I am very very
> new to Zope so really want a little help in starting off.  My network works
> fine by the way and I use cabke modem with a static IP for my
> website.  Thanks for any help.  Right now I only see Zope in my cgi-bin and
> thought I should have a file zope.cgi?  As you can see I am a little lost
> :-)
>

The way we run it at work is to use ProxyPass in Apache.  Check your Apache 
docs, or even easier is to search for ProxyPass on the Zope web site ( 
www.zope.com )

>
>
> Eileen Orbell
> Software & Internet Applications
> Capitol College
> mailto:[EMAIL PROTECTED]
> Don't Fear the Penguin.
>

Have a better one,
Curtis Maloney
Developer
Cardgate.Net

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] New to list & Zope

2000-10-23 Thread knight

Greetings! Great to have yet another Zope follower; hopefully you will
decide to stick with it... Just be patient, you will find out that after a
solid month of using Zope that is has never ending power (thanks to
python and the awesome coders at digital creations).

You can use ProxyPass (mod_proxy) or Rewrite (mod_rewrite) to communicate
with Zope from Apache. This basically creates a "tunnel" between Apache
and Zope, and data gets exchanged between the two.

Some people find that ProxyPass doesn't work for them, so Rewrite is great
as well (I personally use Rewrite because it suits my site). Confer with
www.zope.org, or come to #zope on irc.zope.net with an irc client.

Regards,

Knight

On Tue, 24 Oct 2000, Curtis Maloney wrote:

> On Tue, 24 Oct 2000, Eileen Orbell wrote:
> > Hi,
> 
> Greetings, and welcome, new Zopista!
> 
> >
> > I run debian 2.2 and have Zope installed and apache.  On bootup my Zope
> > server starts automatic.
> 
> Always handy. (o8
> 
> > I am wondering how I configure Zope with an Apache server?  I am very very
> > new to Zope so really want a little help in starting off.  My network works
> > fine by the way and I use cabke modem with a static IP for my
> > website.  Thanks for any help.  Right now I only see Zope in my cgi-bin and
> > thought I should have a file zope.cgi?  As you can see I am a little lost
> > :-)
> >
> 
> The way we run it at work is to use ProxyPass in Apache.  Check your Apache 
> docs, or even easier is to search for ProxyPass on the Zope web site ( 
> www.zope.com )
> 
> >
> >
> > Eileen Orbell
> > Software & Internet Applications
> > Capitol College
> > mailto:[EMAIL PROTECTED]
> > Don't Fear the Penguin.
> >
> 
> Have a better one,
>   Curtis Maloney
>   Developer
>   Cardgate.Net
> 
> ___
> Zope maillist  -  [EMAIL PROTECTED]
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
> 
> 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] New to list & Zope

2000-10-29 Thread Gregor Hoffleit

On Mon, Oct 23, 2000 at 09:29:09PM -0400, Eileen Orbell wrote:
> I run debian 2.2 and have Zope installed and apache.  On bootup my Zope 
> server starts automatic.
> I am wondering how I configure Zope with an Apache server?  I am very very 
> new to Zope so really want a little help in starting off.  My network works 
> fine by the way and I use cabke modem with a static IP for my 
> website.  Thanks for any help.  Right now I only see Zope in my cgi-bin and 
> thought I should have a file zope.cgi?  As you can see I am a little lost :-)

Just have a look at /usr/share/doc/zope/README.Debian. A topic therein is
"How to set up Zope for an existing web server (e.g. Apache)". Try if it
works for you that way, and come back to me if you fail. Then it's my fault,
since I wrote this file ;-)

Gregor


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )