----------
> From: Tam McClure
> To: kid@ans.net
> Cc: zope@zope.org
> Subject: Zope Installation
> Date: Monday, February 15, 1999 4:17 PM
>
> I tryed all of that, but it does not work. Zope does not seem to accept
> authentication.
>
>
> Jacques M.
>
> At 03:21 PM 2/15/99 -0600, you wrote:
>
> --
> *************************************************
> Artist Management Services
> http://ams.2kweb.net
> ams@ams.2kweb.net
> NexusWeb Hosting
> 300 Meg Domains $20* a month
> http://www.nexusweb.net
> nexusweb@nexusweb.net
> 48 Dogwood Lane, Springfield, AR 72157
> Phone: 501-354-3724
> *************************************************
> >From webmaster@nexusweb.net Mon Feb 15 14:18:37 1999
> Received: from hercules.pwebtech.com ([207.156.247.200]) by
> blue.2kweb.net
> (8.8.5) id OAA11155; Mon, 15 Feb 1999 14:18:36 -0700 (MST)
> Received: from default (dal-qbu-zoj-vty96.as.wcom.net
> [209.154.117.96])
> by hercules.pwebtech.com (8.9.2/8.8.7) with ESMTP id QAA00277
> for ; Mon, 15 Feb 1999 16:18:28 -0500 (EST)
> Message-Id: <199902152118.QAA00277@hercules.pwebtech.com>
> From: "nexusweb"
> To:
> Subject: Fw: [Zope] Installation on Solaris
> Date: Mon, 15 Feb 1999 15:20:05 -0600
> X-MSMail-Priority: Normal
> X-Priority: 3
> X-Mailer: Microsoft Internet Mail 4.70.1157
> MIME-Version: 1.0
> Content-Type: multipart/alternative;
> boundary="----=_NextPart_000_01BE58F6.AA4FACE0"
> Content-Transfer-Encoding: 7bit
>
> ----------
> > From: Kevin Dangoor <kid@ans.net>
> > To: nexusweb <webmaster@nexusweb.net>
> > Cc: jason@pwebtech.com; dickw@tkb.att.ne.jp; zope@zope.org
> > Subject: Re: [Zope] Installation on Solaris
> > Date: Monday, February 15, 1999 2:54 PM
> >
> > The file docs/WEBSERVER.txt (in your Zope directory) or
> > http://www.zope.org/Download/Installation/WebServer contains
> information
> > about getting Apache to do authentication.
> >
> > Here is the relevant part:
> >
> > [--included text--]
> > Tricking Apache to pass authentication headers
> >
> > If you are using Apache you will need to trick Apache into
> passing
> > authentication headers to Zope. The easiest way to do this with
> Apache 1.3
> > and above is to use mod_rewrite. Here is an example of
> configuration
> > information which you would place in an Apache conf file:
> >
> > # Zope configuration maps /Zope/ to the Zope.cgi CGI script
> > RewriteEngine on
> > RewriteCond %{HTTP:Authorization} ^(.*)
> > RewriteRule ^/Zope/(.*) /usr/local/apache/cgi-bin/Zope.cgi/$1
> [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
> >
> >
> > Note that the RewriteRule should be one long line, and that the
> last character is the
> letter l, not the number 1.
> >
> > [--end included text--]
> >
> > The above is relevant if you are putting the RewriteRule in the
> Apache
> > server config. If you're putting it in .htaccess, the easiest
> thing
> > to try (assuming the script is called Zope.cgi and is in the same
>
> > directory as the .htaccess file) is:
> >
> > RewriteRule ^Zope.cgi/(.*) -
> [e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
> >
> > Also, make sure that there is a username and password configured
> in the
> > "access" file in the Zope directory.
> >
> > Hope this helps!
> >
> > Kevin
> >
> > On Mon, Feb 15, 1999 at 02:19:51PM -0600, nexusweb wrote:
> > ,-----
> > | We have installed Zope but can't get it to authenticate. We
> have placed it
> > | in Dick's account so he can play around with it and try and get
> it working.
> > | We really want to offer this to NexusWeb clients but are at a
> wall and
> > | beyond what we know how to do.
> > | You can email Jason directly at jason@pwebtech.com he takes
> care of all of
> > | our server upgrades and additions.
> > | Tam
> > | NexusWeb Hosting and Design
> > | http://www.nexusweb.net
> > |
> > | ----------
> > | > From: Jeff Bauer <jbauer@rubic.com>
> > | > To: dickw@tkb.att.ne.jp
> > | > Cc: webmaster@nexusweb.net; zope@zope.org
> > | > Subject: Re: [Zope] Installation on Solaris
> > | > Date: Friday, February 12, 1999 9:11 PM
> > | >
> > | > > I've helped convince the people at nexusweb to become a
> Zope ISP.
> > | > > They're pretty friendly in responding to me, most ISPs that
> I talked
> > | > > with flatly refused to have anything to do with Zope.
> > | > > But it looks like they're having problems getting it up and
> running on
> > | > > a Solaris machine.
> > | > > Any pointers someone can pass their way in the
> installation?
> > | >
> > | > > Not exactly sure what the problem is.
> > | >
> > | > Dick,
> > | >
> > | > Please provide more information, or have your ISP send
> > | > a problem description directly to the list. Zope runs
> > | > fine on Sun Solaris.
> > | >
> > | > Regards,
> > | >
> > | > Jeff Bauer
> > | > Rubicon, Inc.
> > | > `-----
> >
> > --
> > Kevin Dangoor
> > UUnet Technologies
> > kid@ans.net / 734-214-7349
> >
>
>