
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
21/Apr/06 10:45 AM
|
|
The PythonHandlerModule doesn't set up PythonAuthenHandler registration.
python_directive_handler(cmd, mconfig, "PythonPostReadRequestHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonTransHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonHeaderParserHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonAccessHandler", val, SILENT);
# PythonAuthenHandler missing here.
python_directive_handler(cmd, mconfig, "PythonAuthzHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonTypeHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonInitHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonLogHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonCleanupHandler", val, SILENT);
This means that if one has Require directive in use in conjunction with PythonHandlerModule, you get a 500 error and message in log of:
configuration error: couldn't check access. No groups file?: /~grahamd/authz/index.py
|
|
Description
|
The PythonHandlerModule doesn't set up PythonAuthenHandler registration.
python_directive_handler(cmd, mconfig, "PythonPostReadRequestHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonTransHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonHeaderParserHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonAccessHandler", val, SILENT);
# PythonAuthenHandler missing here.
python_directive_handler(cmd, mconfig, "PythonAuthzHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonTypeHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonInitHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonLogHandler", val, SILENT);
python_directive_handler(cmd, mconfig, "PythonCleanupHandler", val, SILENT);
This means that if one has Require directive in use in conjunction with PythonHandlerModule, you get a 500 error and message in log of:
configuration error: couldn't check access. No groups file?: /~grahamd/authz/index.py
|
Show » |
made changes - 21/Apr/06 10:28 AM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
made changes - 21/Apr/06 10:45 AM
|
Status
|
In Progress
[ 3
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Fix Version/s
|
|
3.3
[ 12310101
]
|
made changes - 17/Apr/07 10:42 AM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|