Look in the Apache error logs for the error message being output there.

Most likely reasons are:

1. You didn't copy the mod_wsgi.so file to correct directory and with
correct permissions such that Apache service user can read it.
2. The LoadModule line you add isn't referring to the mod_wsgi.so file
you just put in that directory because you didn't use the same name as
you called it when you copied it to the directory.
3. You haven't installed Python for all users of the system.
4. You are running 64 bit Apache and/or Python and mod_wsgi.so is 32 bit.

Post what the error is in Apache logs or work out yourself from that
message what the problem is.

Also post the bits you added to Apache configuration and indicate what
the .so was called when placed into the Apache modules directory.

Graham

On 27 December 2010 15:42, Benjamin Plesser <[email protected]> wrote:
> Hi Graham,
> Thanks for the response.  I followed the instructions and added the
> mod_wsgi.module to the httpdconf file.
> Unfortunately, I can now no longer start apache.  I assume that this might
> be related to permissions.  I've looked through the documentation and can't
> find another solution
> Thanks,
> Ben
>
> On Sun, Dec 26, 2010 at 10:49 PM, Graham Dumpleton
> <[email protected]> wrote:
>>
>> You need to copy the mod_wsgi.so file into the Apache modules
>> directory and then configure Apache to load it.
>>
>> What instructions have you been following to get where you have so far?
>>
>> The notes for Windows are at:
>>
>>  http://code.google.com/p/modwsgi/wiki/InstallationOnWindows
>>
>> This needs to be read in conjunction with general installation notes at:
>>
>>  http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide
>>
>> There is no specific Windows only instructions.
>>
>> Graham
>>
>> On 27 December 2010 14:33, dabutch <[email protected]> wrote:
>> > Hi,
>> >
>> > This is a super nubish question but I can't find the answer after a
>> > lot of searching.  When I try to run the 32bit binary for python 2.7
>> > and apache 2.2, Windows fails to find a program to open an .SO file.
>> >
>> > I ran a registry cleaner but it didnt help.  I also tested it on a
>> > separate computer without luck.
>> >
>> > What program do I need to run a .SO file?
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "modwsgi" group.
>> > To post to this group, send email to [email protected].
>> > To unsubscribe from this group, send email to
>> > [email protected].
>> > For more options, visit this group at
>> > http://groups.google.com/group/modwsgi?hl=en.
>> >
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "modwsgi" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/modwsgi?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "modwsgi" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/modwsgi?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to