>How will you run CP ? Behind Apache ?
>The base_url_filter is only needed if you run CP behind
another web server.
>Other parameters you might want to consider are:
I have a bunch of servers which will each be running a
cherrypy server
in addition to other services. The cherrypy is running
behind a
lighttpd using urlrewrite. I have a instnace of pound (load
balancer
with sticky session) that will forward the request to one of
the
available cherrypy servers. Will I still need
base_url_filter behind a
reverse proxy like pound?
>Sure. Just set
"session_filter.storage_type":
"file" and
>"session_filter.storage_path":
"/my_dir"
Is there mapping of old names to new names?
>You might want to override _cp_on_error so that you get
an e-mail when an
>error happens in your application.
That's a good idea. I saw an earlier post on that and will
get that
completed before going live.
Thanks.
VJ
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|