bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 09 Jun 2011 15:29:55 +0200
changeset 7483 b9740d6a1ec3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc, apache] add ProxyPreserveHost hint + note about https /w http configuration

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])