-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mod_python 3.4.1 alpha available for testing! #8
Comments
CentOS 6.4, Apache 2.4.4, Python 2.7.5 - all tests pass:
|
FreeBSD 9 - all tests pass
|
CentOS 6.4, Apache 2.2, Python 2.6 - all tests pass
|
FreeBSD 8, Apache 2.4, Python 2.7 - all tests pass
|
OS X 10.8.5 - all tests pass
|
Not directly related to the Alpha release but I did some work on getting the Debian version of mod_python working with Apache 2.4 (stealing from other sources mostly). Some background is available here: Also, a number of patches are carried against the 3.3.1 which may be of interest: |
Thanks for the info, @arthurdejong ! I think that all of that except for debian-specific stuff is addressed. The only real bug there was the connobject.c patch, and that's definitely fixed in 3.4.1. Apache 2.4 support is there so nothing custom should be done for it. There were a couple of debian-specific things - if you can think of some way to incorporate those into the code so that it is platform-neutral, I'd be happy to include that. |
Debian 6.0.7 (squeeze) - all tests pass
|
Seems like there is enough tests here for now, closing this issue and creating a release tarball. |
Anyone reading this can test and provide feedback as a comment. Your help is VERY much appreciated!
Instructions:
$ ./configure $ make $ sudo make install $ make test
That's it!
The text was updated successfully, but these errors were encountered: