[EMAIL PROTECTED] mod_python on httpd 1.3.33

2008-04-21 Thread kalin m
hi all... i'm having problems when trying to load mod_pyton on 1.3.33 # apachectl start Syntax error on line 219 of /httpd/conf/httpd.conf: Cannot load /httpd/libexec/mod_python.so into server: /httpd/libexec/mod_python.so: Undefined symbol "pthread_self" any ideas? thanks... --

Re: [EMAIL PROTECTED] mod_python

2007-08-30 Thread Chris Howell
That's what I am going to do. Brian Munroe wrote: On 8/30/07, Chris Howell <[EMAIL PROTECTED]> wrote: So I am very bewildered. Yea me too, I have the *exact* same configuration and everything works perfectly. Googling tells me that there was some problems with Apache 2.2 and older

Re: [EMAIL PROTECTED] mod_python

2007-08-30 Thread Brian Munroe
On 8/30/07, Chris Howell <[EMAIL PROTECTED]> wrote: > > So I am very bewildered. > Yea me too, I have the *exact* same configuration and everything works perfectly. Googling tells me that there was some problems with Apache 2.2 and older versions of mod_python, but not 3.3.1. The only suggestio

Re: [EMAIL PROTECTED] mod_python

2007-08-30 Thread Chris Howell
My mistake there is no "s" it is just Apache Software Foundation//blah! I download Python 2.5 from Python.org and the mod_python from. www.modpython.org I did not, alter any paths from the default install. So I am very bewildered. Cheers Chris Brian Munroe wrote: On 8/30/07, Jeff Peng <

Re: [EMAIL PROTECTED] mod_python

2007-08-30 Thread Brian Munroe
On 8/30/07, Jeff Peng <[EMAIL PROTECTED]> wrote: > > Why mod_python.so is located under apache root dir not module dir? > You many installed something wrong. ?? The location that Chris specified in the OP is correct. It *is* in the module directory. One curious thing though: 'C:/Program Files

Re: [EMAIL PROTECTED] mod_python

2007-08-30 Thread Jeff Peng
Original-Nachricht > Datum: Thu, 30 Aug 2007 12:01:02 -0400 > Von: Chris Howell <[EMAIL PROTECTED]> > An: users@httpd.apache.org > Betreff: Re: [EMAIL PROTECTED] mod_python > Sorry, what I meant was the directory is like htis > > Apache >

Re: [EMAIL PROTECTED] mod_python

2007-08-30 Thread Chris Howell
Sorry, what I meant was the directory is like htis Apache Modules mod_python.so It is under the modules dir. Jeff Peng wrote: Original-Nachricht Datum: Thu, 30 Aug 2007 10:46:43 -0400 Von: Chris Howell <[EMAIL PROTECTED]> When I went to the modules directory, under

Re: [EMAIL PROTECTED] mod_python

2007-08-30 Thread Jeff Peng
Original-Nachricht > Datum: Thu, 30 Aug 2007 10:46:43 -0400 > Von: Chris Howell <[EMAIL PROTECTED]> > > When I went to the modules directory, under the apache root, the > mod_python.so file does exist so I am not sure what the problem is or > what the solution is. Any light so

[EMAIL PROTECTED] mod_python

2007-08-30 Thread Chris Howell
Hi All, I've installed the Apache webserver 2.2.4 onto a machine. I am trying to get the python mod working for the apache webserver. I installed mod_python-3.3.1, for windows and I have the correct version of Python installed. I did everything the install asked me to do, when I edited my ht

Re: [EMAIL PROTECTED] mod_python stops subversion

2005-07-25 Thread Mike Dewhirst
Joshua Slive wrote: On 7/25/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: I got a hint from the subversion list that I could maybe post this here. Any advice appreciated. Overview I just added mod_python to apache2 and my subversion repositories are no longer accessible via TortoiseSVN. Update

Re: [EMAIL PROTECTED] mod_python stops subversion

2005-07-25 Thread Joshua Slive
On 7/25/05, Mike Dewhirst <[EMAIL PROTECTED]> wrote: > I got a hint from the subversion list that I could maybe post this here. > Any advice appreciated. > > Overview > > I just added mod_python to apache2 and my subversion repositories are no > longer accessible via TortoiseSVN. Update returns t

[EMAIL PROTECTED] mod_python stops subversion

2005-07-24 Thread Mike Dewhirst
I got a hint from the subversion list that I could maybe post this here. Any advice appreciated. Overview I just added mod_python to apache2 and my subversion repositories are no longer accessible via TortoiseSVN. Update returns the following error ... PROPFIND request failed on '/repos/xfiles

[EMAIL PROTECTED] mod_python configuration problem

2005-07-24 Thread Mike Dewhirst
I'm having trouble configuring mod_python and have struck a black hole of ignorance. I want httpd2 to rewrite its files in /etc/apache2/sysconfig.d so I can see that the changes I am making in /etc/sysconfig/apache2 are actually happening. I am shutting down and starting up between changes.