______________________________________________________________________ Le vendredi 3 décembre, tlcastro01 <[email protected]> a écrit :
> > How can i run Bluebream behind Apache2??? ______________________________________________________________________ There are many ways to hide a BlueBream application behind Apache2. If you only provide basic HTTP services, the preferred way actually is probably to use mod_wsgi ; a buildout recipe is available to automatically create a configuration file (see http://pypi.python.org/pypi/collective.recipe.modwsgi). If you prefer to use Paste HTTP server, you can use mod_rewrite and/or mod_proxy like in previous Zope releases. You may find documentation quite easilly for this. Regards, Thierry _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
