Tim Williams (gmail) schreef: > > > On 13/04/06, *Roel Schroeven* < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> 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 -- http://mail.python.org/mailman/listinfo/python-list