Mercurial > moin > 1.9
changeset 2973:d9bb94b15702
finally fix moinmodpy.htaccess (port from 1.6)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 05 Jan 2008 21:24:30 +0100 |
parents | 70f2d676920b |
children | bc61a0470fd9 |
files | wiki/server/moinmodpy.htaccess |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/server/moinmodpy.htaccess Sat Jan 05 21:19:50 2008 +0100 +++ b/wiki/server/moinmodpy.htaccess Sat Jan 05 21:24:30 2008 +0100 @@ -39,6 +39,6 @@ # PythonPath "['/path/to/moin/lib/python','/path/to/wikiconfig']+sys.path" # # # choose the ModPy Request class as handler -# PythonHandler MoinMoin.request.MODPYTHON::Request.run +# PythonHandler MoinMoin.request.request_modpython::Request.run # #</Files>