Re: Mod_wsgi

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Oct 19, 2012 at 10:28 AM, Welsh, Neil <welshnei@xxxxxxxx> wrote:
> Hi,
>
> I am relatively new to Apache so im sorry if this is a silly question, but
> :)....I am having issues loading the Mod_wsgi.so file on my windows xp
> Apache server.  I get the following error messages:
>
> httpd.exe: Syntax error on line 129 of C:/Program Files/Apache Software
> Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache
> Software Foundation/Apache2.2/modules/mod_wsgi.so into server: The specified
> module could not be found.

A likely cause is that it can't find the python .dll.

>
> I am using Apache 2.2 with Python 2.6 and I downloaded
> mod_wsgi-win32-ap22py26-3.3.so....any help would be greatly appreciated im
> at a dead end.  I have looked through the archives here and I have tried
> reinstalling my python version to make sure it was installed for everyone
> (and the file is their it was the first thing I checked :) )

That mod_wsgi binary is 32-bit, and your Apache httpd is 32-bit
(presumably).  Did you install 32-bit Python?

This works from me from a command Window:

set PATH=c:\python27-32bit;%PATH%
bin\httpd

(I haven't updated any global settings so that the 32-bit Python dll
is always findable.)

Without the 32-bit Python directory in the path I get the same symptom as you.

Obviously this won't make Python findable in other environments, but
it is a start.


>
> Cheer,
> Neil
>
> Neil Welsh│Ab Initio Development | Visa Europe │T + 44 (0) 1189 9397431 │
> www.visaeurope.com
>
> ABOUT VISA EUROPE - Visa Europe is a membership association of more than
> 4,000 European banks and payment institutions. As a payment technology
> business, we provide the brand, systems, services and operating rules that
> make electronic payments between millions of European consumers, retailers,
> businesses and governments happen.  We continually invest and innovate,
> creating new and better ways to pay and be paid. We make money flow.  For
> more information, please contact us.
>
> P Please consider the environment before printing this email
>



-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux