New Karrigel page in Wikipedia

Roel Schroeven rschroev_nospam_ml at fastmail.fm
Thu Apr 13 10:39:13 EDT 2006


Tim Williams (gmail) schreef:
> 
> 
> On 13/04/06, *Roel Schroeven* < rschroev_nospam_ml at fastmail.fm 
> <mailto:rschroev_nospam_ml at fastmail.fm>> wrote:
> 
> 
> 
>     There's something I don't quite get regarding the Karrigell- and
>     CherryPy-style frameworks. With PHP or mod_python I can put any number
>     of different applications in different directories on a web server,
>     which is very convenient: 
> 
>     [SNIP]
>     How do other people do this? Only one application on each (virtual)
>     server? Or is there something I am missing?
> 
> 
> Karrigell will happily run multiple karrigell "applications" on a single 
> server .  In your example simply by having different applications at 
> http://foo.example.com/app1 and http://foo.example.com/app2 will do the 
> trick.

But I still need to allocate a port for each one, right? And write 
rewrite rules to rewrite the urls:
  http://foo.example.com/app1 -> http://foo.example.com:port1
  http://foo.example.com/app2 -> http://foo.example.com:port2

I don't like to have to run separate processes for each application, but 
I guess it will work.


-- 
If I have been able to see further, it was only because I stood
on the shoulders of giants.  -- Isaac Newton

Roel Schroeven



More information about the Python-list mailing list