[jira] Resolved: (MODPYTHON-19) Add a section about security in the documentation

2006-12-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-19?page=all ] Jim Gallacher resolved MODPYTHON-19. Fix Version/s: 3.3 Resolution: Fixed CategorySecurity and SecurityConsiderations sections have been added to the mod_python wiki. Links to tho

[jira] Closed: (MODPYTHON-19) Add a section about security in the documentation

2006-12-02 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-19?page=all ] Jim Gallacher closed MODPYTHON-19. -- > Add a section about security in the documentation > - > > Key: MODPYTHON-19 >

Re: [Mod_python Wiki] Update of "MostMinimalRequestHandler" by JoreyBump

2006-12-02 Thread Jim Gallacher
Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on "Mod_python Wiki" for change notification. The following page has been changed by JoreyBump: http://wiki.apache.org/mod_python/MostMinimalRequestHandler --

Re: [Mod_python Wiki] Update of "MostMinimalRequestHandler" by JoreyBump

2006-12-02 Thread Jorey Bump
Hi, Jim: Jim Gallacher wrote: The following page has been changed by JoreyBump: http://wiki.apache.org/mod_python/MostMinimalRequestHandler -- Let's begin at the beginning. Here is the most minimal request handle

FreeBSD, pthreads unresoved symbols and LD_PRELOAD revisited

2006-12-02 Thread Eric Brunson
I apologize if this goes out twice, I think I wrote it on my laptop at work, then shut it down without hitting send. While upgrading to 3.3 on Thursday I ran into the previously discussed "pthread_*" unresolved symbol problem and used the LD_PRELOAD=/lib/libc_r.so fix, which worked and seemed to

Re: FreeBSD, pthreads unresoved symbols and LD_PRELOAD revisited

2006-12-02 Thread Eric Brunson
Nice, I managed to misspell "unresolved" in the subject of this mail *and* the title of the Wiki article. Any way to change that without deleting the article and recreating it with the correct title? Luckily it's spelled right in the body so the search engines will pick it up. :-/ Eric Brunso

Re: [Mod_python Wiki] Update of "MostMinimalRequestHandler" by JoreyBump

2006-12-02 Thread Jim Gallacher
Jorey Bump wrote: Hi, Jim: Jim Gallacher wrote: The following page has been changed by JoreyBump: http://wiki.apache.org/mod_python/MostMinimalRequestHandler -- Let's begin at the beginning. Here is the most mini

Re: FreeBSD, pthreads unresoved symbols and LD_PRELOAD revisited

2006-12-02 Thread Jim Gallacher
Eric Brunson wrote: I apologize if this goes out twice, I think I wrote it on my laptop at work, then shut it down without hitting send. While upgrading to 3.3 on Thursday I ran into the previously discussed "pthread_*" unresolved symbol problem and used the LD_PRELOAD=/lib/libc_r.so fix, which

Re: FreeBSD, pthreads unresoved symbols and LD_PRELOAD revisited

2006-12-02 Thread Graham Dumpleton
On 03/12/2006, at 7:34 AM, Jim Gallacher wrote: Eric Brunson wrote: I apologize if this goes out twice, I think I wrote it on my laptop at work, then shut it down without hitting send. While upgrading to 3.3 on Thursday I ran into the previously discussed "pthread_*" unresolved symbol pro

Re: FreeBSD, pthreads unresoved symbols and LD_PRELOAD revisited

2006-12-02 Thread Eric Brunson
Graham Dumpleton wrote: > > On 03/12/2006, at 7:34 AM, Jim Gallacher wrote: > >> Eric Brunson wrote: >>> I apologize if this goes out twice, I think I wrote it on my laptop at >>> work, then shut it down without hitting send. >>> While upgrading to 3.3 on Thursday I ran into the previously discusse

Re: FreeBSD, pthreads unresoved symbols and LD_PRELOAD revisited

2006-12-02 Thread Graham Dumpleton
On 03/12/2006, at 1:41 PM, Eric Brunson wrote: Can you explain properly what that one line is achieving. The change is causing mod_python to be linked with the same libs that python was when it was built, in the absence of the Makefile. If you have the python-dev package installed which doe

Re: FreeBSD, pthreads unresoved symbols and LD_PRELOAD revisited

2006-12-02 Thread Eric Brunson
Graham Dumpleton wrote: > > On 03/12/2006, at 1:41 PM, Eric Brunson wrote: > >>> Can you explain properly what that one line is achieving. >> >> The change is causing mod_python to be linked with the same libs that >> python was when it was built, in the absence of the Makefile. > > If you have the

[jira] Updated: (MODPYTHON-170) Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject.

2006-12-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-170?page=all ] Graham Dumpleton updated MODPYTHON-170: --- Fix Version/s: 3.3 With possible howls of protest, I'm going to add this in for 3.3 except that only doing it for request, server and connecti

[jira] Work started: (MODPYTHON-170) Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject.

2006-12-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-170?page=all ] Work on MODPYTHON-170 started by Graham Dumpleton. > Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject. > - > >

[jira] Resolved: (MODPYTHON-170) Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject.

2006-12-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-170?page=all ] Graham Dumpleton resolved MODPYTHON-170. Resolution: Fixed > Allow access to request_rec/server_rec/conn_rec/filter_rec as Python CObject. > -