Personal tools
You are here: Home Plone XP leocornus.django.ploneproxy Reference for options and settings

Reference for options and settings

reference document for for set up PythonOptions and Django Settings, including both existing and new options and settings.

PLONEPROXY_LOGIN_URL

New PythonOption for httpd.conf Location directive to set the login redirect URL. Default is '/ext/login'.  This should keep same with the URLs setup in Django application, the file urls.py.

PLONEPROXY_PWRESET_URL

New PythonOption for httpd.conf Location directive to set the password reset redirect URL. Default is '/ext/password_reset'.  This should keep same with the URLs setup in Django application, the file urls.py.

PLONEPROXY_LOGOUT_URL

New PythonOption for httpd.conf Location directive to set the logout URL.  Default is '/etc/logout'.  This should keep same with the URLs setup in Django application, the file urls.py.

PLONEPROXY_COOKIE_NAME

New Django settings

PLONEPROXY_LANG_FIELD_NAME

New Django settings

PLONEPROXY_PLONE_VIEW_BYPASS

a tuple of Plone view name which will be bypassed.

Document Actions