On 8/24/07, Pekka Jääskeläinen <[EMAIL PROTECTED]> wrote: > > > Apache 2.2 has a mod_proxy_balancer. If performance is a concern, you > > should go with the CherryPy WSGI server. > > > > use = egg:PasteScript#cherrypy > > > > instead of > > > > use egg:Paste#httpserver > > > This didn't work, I changed the line > > use = egg:Paste#http > to > use egg:Paste#cherrypy > > Even though I just installed CherryPy, I got error:
Note it's egg:PasteScript in the above, not just egg:Paste. -Peter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
