[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hosting oses.org (fwd)




jpincin@ashtech.net said:
> 	I'm sure we'll need to discuss some things such as how you want to
> handle domain name re-direction to Zope, etc.  Please mail me with
> your questions. 

First of all - thanks a thousand times! Write down somewhere I owe you one 
just in case we might ever meet ;-).

As for the redirection, the easiest way would be to have an IP for 
www.oses.org and then in httpd.conf:

<VirtualHost 172.16.31.1>
   ServerAdmin cg@cdegroot.com
   DocumentRoot /tmp/
   ServerName alpha.mobile.acriter.nl
   RewriteEngine on
   RewriteCond %{HTTP:Authorization}  ^(.*)
   RewriteRule /(.*) /volumes/2/local/httpd/cgi-bin/Zope.cgi/oses/$1 
[e=HTTP_CGI_AUTHORIZATION:%1,t=application/x-httpd-cgi,l]
</VirtualHost>

[you understand that I snipped this 1:1 from my own test configuration]. Works 
like a charm, at least with the testing I've done.

Anyway, I'll start out transferring the XML file of the site tonight (MEST). 
It's already a giant leap forward that we can start cooperative developed on 
the site.

OBTW: which products did you install? There's a number I use, and I can send 
you a tarball of all of them, you'd just unpack it in the Zope installation 
root and restart the server - that's all (from the back of my head: Confera, 
Squishdot, TinyTable).

Regards,

Cees
-- 
Cees de Groot               http://www.cdegroot.com     <cg@cdegroot.com>