mod_python 3.2.9-rc3 available for testing
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache Mod-Python > mod_python 3.2.9-rc3 available for testing




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    mod_python 3.2.9-rc3 available for testing  
Jim Gallacher


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-25-06 06:12 PM

The mod_python 3.2.9-rc3 tarball is available for testing. This release
adds support for apache 2.2 as well as some other useful backports from
the development branch. For information on the changes from 3.2.8 take a
look at doc-html/node98.html in the tarball.

The only difference from 3.2.9-rc2 is that the FieldStorage
modifications (MODPYTHON-93) that were causing problems for some
applications such as Trac have been reverted. FieldStorage behaviour
should now be the same as in 3.2.8.

Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
list*! (Not the mod_python@modpython.org list, and preferably not me
personally).

The files are (temporarily) available here:

http://people.apache.org/~jgallacher/mod_python/dist/
[url]http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.2.9-rc3.tgz[/url
]
[url]http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.2.9-rc3.tgz.md5[
/url]

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ Python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

If this tarball looks good, I'll tag it svn and create a 3.2.9 final
tarball.

Thank you for your assistance,
Jim Gallacher










[ Post a follow-up to this message ]



    Re: mod_python 3.2.9-rc3 available for testing  
Nicolas Lehuen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-25-06 06:12 PM

+1 Windows XP SP2, Apache 2.0.58, ActivePython 2.4.3, mod_python 3.2.9-rc3

Nicolas

2006/6/25, Jim Gallacher <jgallacher@apache.org>:
> The mod_python 3.2.9-rc3 tarball is available for testing. This release
> adds support for apache 2.2 as well as some other useful backports from
> the development branch. For information on the changes from 3.2.8 take a
> look at doc-html/node98.html in the tarball.
>
> The only difference from 3.2.9-rc2 is that the FieldStorage
> modifications (MODPYTHON-93) that were causing problems for some
> applications such as Trac have been reverted. FieldStorage behaviour
> should now be the same as in 3.2.8.
>
> Here are the rules:
>
> In order for a file to be officially announced, it has to be tested by
> developers on the dev list. Anyone subscribed to this list can (and
> should feel obligated to :-) ) test it, and provide feedback *to _this_
>  list*! (Not the mod_python@modpython.org list, and preferably not me
> personally).
>
> The files are (temporarily) available here:
>
> http://people.apache.org/~jgallacher/mod_python/dist/
> http://people.apache.org/~jgallache...tgz.md
5
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ cd test
> $ Python test.py
>
> And see if any tests fail. If they pass, send a +1 to the list, if they
> fail, send the details (the versions of OS, Python and Apache, the test
> output, and suggestions, if any).
>
> If this tarball looks good, I'll tag it svn and create a 3.2.9 final
> tarball.
>
> Thank you for your assistance,
> Jim Gallacher
>
>
>
>
>






[ Post a follow-up to this message ]



    Re: mod_python 3.2.9-rc3 available for testing  
Jim Gallacher


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-25-06 06:12 PM

+1 Linux Debian Sid, apache 2.0.55, Python 2.3.5

Jim Gallacher wrote:
> The mod_python 3.2.9-rc3 tarball is available for testing. This release
> adds support for apache 2.2 as well as some other useful backports from
> the development branch. For information on the changes from 3.2.8 take a
> look at doc-html/node98.html in the tarball.
>
> The only difference from 3.2.9-rc2 is that the FieldStorage
> modifications (MODPYTHON-93) that were causing problems for some
> applications such as Trac have been reverted. FieldStorage behaviour
> should now be the same as in 3.2.8.
>
> Here are the rules:
>
> In order for a file to be officially announced, it has to be tested by
> developers on the dev list. Anyone subscribed to this list can (and
> should feel obligated to :-) ) test it, and provide feedback *to _this_
>  list*! (Not the mod_python@modpython.org list, and preferably not me
> personally).
>
> The files are (temporarily) available here:
>
> http://people.apache.org/~jgallacher/mod_python/dist/
> http://people.apache.org/~jgallache...tgz.md
5
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ cd test
> $ Python test.py
>
> And see if any tests fail. If they pass, send a +1 to the list, if they
> fail, send the details (the versions of OS, Python and Apache, the test
> output, and suggestions, if any).
>
> If this tarball looks good, I'll tag it svn and create a 3.2.9 final
> tarball.
>
> Thank you for your assistance,
> Jim Gallacher
>
>
>
>
>







[ Post a follow-up to this message ]



    Re: mod_python 3.2.9-rc3 available for testing  
Ron Reisor


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-06 06:12 PM

+1 MacOSX 10.4.6 Intel, mod_python-3.2.9-rc3, Python-2.4.2, apache-2.0.55

cheers,

Ron

Ron Reisor <ron@udel.edu> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C






[ Post a follow-up to this message ]



    Re: mod_python 3.2.9-rc3 available for testing  
Jorey Bump


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-06 06:12 PM

+1 Linux Slackware 10.1, Apache 2.0.55, Python 2.4.1

+1 Linux Slackware 10.2, Apache 2.2.0, Python 2.4.1

+1 Linux Zenwalk 2.6, Apache 2.2.2, Python 2.4.3


Jim Gallacher wrote:
> The mod_python 3.2.9-rc3 tarball is available for testing. This release
> adds support for apache 2.2 as well as some other useful backports from
> the development branch. For information on the changes from 3.2.8 take a
> look at doc-html/node98.html in the tarball.
>
> The only difference from 3.2.9-rc2 is that the FieldStorage
> modifications (MODPYTHON-93) that were causing problems for some
> applications such as Trac have been reverted. FieldStorage behaviour
> should now be the same as in 3.2.8.
>
> Here are the rules:
>
> In order for a file to be officially announced, it has to be tested by
> developers on the dev list. Anyone subscribed to this list can (and
> should feel obligated to :-) ) test it, and provide feedback *to _this_
>  list*! (Not the mod_python@modpython.org list, and preferably not me
> personally).
>
> The files are (temporarily) available here:
>
> http://people.apache.org/~jgallacher/mod_python/dist/
> http://people.apache.org/~jgallache...tgz.md
5
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ cd test
> $ Python test.py
>
> And see if any tests fail. If they pass, send a +1 to the list, if they
> fail, send the details (the versions of OS, Python and Apache, the test
> output, and suggestions, if any).
>
> If this tarball looks good, I'll tag it svn and create a 3.2.9 final
> tarball.
>
> Thank you for your assistance,
> Jim Gallacher
>
>
>
>







[ Post a follow-up to this message ]



    Re: mod_python 3.2.9-rc3 available for testing  
Rob Sanderson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-06 06:12 PM


+1

Linux (Fedora Core 4) on Intel x86, Apache 2.0.58, Python 2.4.3

Rob

On Sun, 2006-06-25 at 11:44 -0400, Jim Gallacher wrote:

> And see if any tests fail. If they pass, send a +1 to the list, if they
> fail, send the details (the versions of OS, Python and Apache, the test
> output, and suggestions, if any).






[ Post a follow-up to this message ]



    Re: mod_python 3.2.9-rc3 available for testing  
Graham Dumpleton


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-27-06 12:12 PM

+1 Mac OS X (PPC/10.4.6), Apache 2.0.55 (mpm/worker), Python 2.3.5
(OS standard version), mod_python-3.2.9-rc3
+1 Mac OS X (PPC/10.4.6), Apache 2.2.1 (mpm/worker), Python 2.3.5 (OS
standard version), mod_python-3.2.9-rc3

On 26/06/2006, at 1:44 AM, Jim Gallacher wrote:

> The mod_python 3.2.9-rc3 tarball is available for testing. This
> release
> adds support for apache 2.2 as well as some other useful backports
> from
> the development branch. For information on the changes from 3.2.8
> take a
> look at doc-html/node98.html in the tarball.
>
> The only difference from 3.2.9-rc2 is that the FieldStorage
> modifications (MODPYTHON-93) that were causing problems for some
> applications such as Trac have been reverted. FieldStorage behaviour
> should now be the same as in 3.2.8.
>
> Here are the rules:
>
> In order for a file to be officially announced, it has to be tested by
> developers on the dev list. Anyone subscribed to this list can (and
> should feel obligated to :-) ) test it, and provide feedback *to
> _this_
>  list*! (Not the mod_python@modpython.org list, and preferably not me
> personally).
>
> The files are (temporarily) available here:
>
> http://people.apache.org/~jgallacher/mod_python/dist/
> http://people.apache.org/~jgallacher/mod_python/dist/
> mod_python-3.2.9-rc3.tgz
> http://people.apache.org/~jgallacher/mod_python/dist/
> mod_python-3.2.9-rc3.tgz.md5
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ cd test
> $ Python test.py
>
> And see if any tests fail. If they pass, send a +1 to the list, if
> they
> fail, send the details (the versions of OS, Python and Apache, the
> test
> output, and suggestions, if any).
>
> If this tarball looks good, I'll tag it svn and create a 3.2.9 final
> tarball.
>
> Thank you for your assistance,
> Jim Gallacher
>
>
>







[ Post a follow-up to this message ]



    Re: mod_python 3.2.9-rc3 available for testing  
Jeff Hinrichs - DM&T


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-27-06 06:12 PM

+1 FreeBSD 6.1 / Apache 2.2 / Python 2.4.3

On 6/25/06, Jim Gallacher <jgallacher@apache.org> wrote:
> The mod_python 3.2.9-rc3 tarball is available for testing. This release
> adds support for apache 2.2 as well as some other useful backports from
> the development branch. For information on the changes from 3.2.8 take a
> look at doc-html/node98.html in the tarball.
>
> The only difference from 3.2.9-rc2 is that the FieldStorage
> modifications (MODPYTHON-93) that were causing problems for some
> applications such as Trac have been reverted. FieldStorage behaviour
> should now be the same as in 3.2.8.
>
> Here are the rules:
>
> In order for a file to be officially announced, it has to be tested by
> developers on the dev list. Anyone subscribed to this list can (and
> should feel obligated to :-) ) test it, and provide feedback *to _this_
>  list*! (Not the mod_python@modpython.org list, and preferably not me
> personally).
>
> The files are (temporarily) available here:
>
> http://people.apache.org/~jgallacher/mod_python/dist/
> http://people.apache.org/~jgallache...tgz.md
5
>
> Please download it, then do the usual
>
> $ ./configure --with-apxs=/wherever/it/is
> $ make
> $ (su)
> # make install
>
> Then (as non-root user!)
>
> $ cd test
> $ Python test.py
>
> And see if any tests fail. If they pass, send a +1 to the list, if they
> fail, send the details (the versions of OS, Python and Apache, the test
> output, and suggestions, if any).
>
> If this tarball looks good, I'll tag it svn and create a 3.2.9 final
> tarball.
>
> Thank you for your assistance,
> Jim Gallacher
>
>
>
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:09 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register