[Q] CMS/Swiki development

Hannes Hirzel hannes.hirzel.squeaklist at bluewin.ch
Thu Mar 6 09:00:14 UTC 2003


goran.hultgren at bluefish.se wrote:
> Hi Chris and all!
> 
> Chris Burkert <christian.burkert at s2000.tu-chemnitz.de> wrote:
> > Göran, (and all the others interested in this discussion)
[snip]

> Yeah, something like that. Apache can map anything, here is an exerpt
> from my httpd.conf mapping "hb.bluefish.se" into Comanche:
> 
> <VirtualHost 213.212.22.234>
> ServerName hb.bluefish.se
> ServerAlias hemsidebyggaren.bluefish.se
> RewriteEngine on
> UseCanonicalName off
> ProxyRequests on
> NoCache *
> ProxyPass /static http://www.bluefish.se/diverse/hb
> ProxyPass / http://marvin.bluefish.se:8090/
> ProxyPassReverse / http://marvin.bluefish.se:8090/
> </VirtualHost>
> 

The idea to have Apache in front of Comanche is really great!
This saves alot of re-implementing work and helps us
to focus on other taskts.

-- Hannes



More information about the Squeak-dev mailing list