Re: mod_python.so is not copied into Apache module folder in Windows

Tim Valenta <[email protected]>
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
You know.. I think I was remembering an annoying installation of SVN into
apache, which caused all kinds of strange "missing file but not really"
trouble.
I just went through the process again (on Windows 7, actually, but it's the
same thing.  That's what I use at home, running mod_python without trouble),
and apache itself seems to be fine.

Ah, I may have misread your initial message.. "I can't find mod_python.so
file into Apache modules directory" .. It should have done that for you.
 All you have to do is add a line into APACHE-INSTALLATION/conf/httpd.conf.
 There's a big section with "LoadModule" lines.  Anywhere in there just add
another which looks like this:

LoadModule python_module modules/mod_python.so

Have you done that part?

Tim

On Mon, Mar 9, 2009 at 9:20 AM, Tim Valenta <[email protected]>wrote:

> I've actually experience the same thing each and every time I installed on
> Windows.  Once, I installed, ran apache, it complained about the same error.
>  then I ran it again and it worked fine.
> If that doesn't work, then you've likely forgotten something very subtle.
>  I always forget what it is, though.. You'll have to give me a little while
> to remember.. I'm toying with my install right now to try to remember what
> it was.
>
> It's really a cryptic error, because the files *are* in fact in place, yet
> apache's log just says that it can't find the file.
>
> 2009/3/9 Luis Manuel Parrondo Merino <[email protected]>
>
>> Hi all,
>> I hope you can help me with this problem:
>> I'm using Apache 2.2.11 and Python 2.5.4 and I'm trying to install
>> mod_python 3.3.1 (on Windows Vista). mod_python installer 'seems' to work:
>> First, it copies the necessary files into Python directory, and then ask me
>> for the Apache base directory.
>> The first task is done properly. At least, in my Python distribution
>> appears many files related with mod_python.
>> But I think that the second one is going wrong. I can't find mod_python.so
>> file into Apache modules directory. And the installer doesn't complain about
>> anything.
>>
>> I suppose that I'm missing something, but I'm totally block. Can anyone
>> help me?
>>
>> Thanks in advance,
>> Luisma
>>
>> _______________________________________________
>> Mod_python mailing list
>> [email protected]
>> http://mailman.modpython.org/mailman/listinfo/mod_python
>>
>>
>
>
> --
> "If you had a katana, ..."
> Party like it's 1234567890
>



-- 
"If you had a katana, ..."
Party like it's 1234567890

_______________________________________________
Mod_python mailing list
[email protected]
http://mailman.modpython.org/mailman/listinfo/mod_python
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.