-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
I discovered a mod_python command installed in /usr/bin and that it was a bit broken. I started to fix it to work with python 3.12 and recent versions of apache2 (the attached diff) but found that it depended on python's execfile() function which is a relic of python 2 - it was removed in python 3.0. Since it could never have worked properly with python 3, and no one has complained about it, I wonder if it might be better just to remove it altogether.
If you do want to keep it the attached diff got it working again for me - though I think it could probably do with a bit more work.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels