PLUGIN_DOCROOT=(" DocumentRoot $PORTAL/$USER RedirectMatch ^/$ http://$USER.$DOMAIN/[[moin]]") PLUGIN_VHOST=(" Alias /moinroot /usr/share/moin/htdocs/ SetHandler python-program PythonInterpreter usuario PythonPath "['[[moin-dir]]'] + sys.path" PythonHandler MoinMoin.request::RequestModPy.run ") # # use that one if you dont have mod_python installed: # # PLUGIN_VHOST=(" Alias /moinroot [[moin-dir]] # ScriptAlias /[[moin]] $HOME/$USER/[[moin]]/cgi-bin/moin.cgi") #