[BlueBream] apache + Bluebream

Christophe Combelles ccomb at free.fr
Wed Dec 8 07:08:49 EST 2010


Le 04/12/2010 04:57, tlcastro01 a écrit :
>
> How can i run Bluebream behind Apache2???

With mod_proxy, or a rewrite rule.

Here is an example I'm using in a virtualHost

RewriteEngine on
RewriteRule ^/(.*) 
http://localhost:8080/yoursite/++vh++http:%{SERVER_NAME}:80/++/$1 [proxy,last]

Christophe


More information about the bluebream mailing list