Updade mod_wsgi to 3.4, why use old software? The easy way:
(mod_wsgi directory) ./configure --with-python=#python prefix# make -j#number of cpu +1# (ie: make -j17) make install After the installation, the module will be at something like: /usr/local/apache2/modules/mod_wsgi.so 2012/10/1 John Harris <[email protected]> > I am new to mod_wsgi an am having some problems starting apache back up > after installing it. My setup is: > > Python 2.7 (32bit) (installed for everyone as per advice) > mod_wsgi 2.2 (32bit) > apache 2.2 (32bit) > I am intending to use an environment created with virtualenv (Python 2.7 - > 32bit) > > I've changed my httpd.conf to load mod_wsgi and I've put the file in the > modules folder. The error (paraphrased) I'm receiving is: Cannot load > (mod_wsgi)...The specified procedure could not be found. > > I have followed the various install guides but cannot find a good > step-by-step for my situation (Windows/32bit everything/with virtualenv). > If anyone can help out that would be great. > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/modwsgi/-/ZbGOFLKfLnsJ. > 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. > -- []'s Filipe Cifali Stangler -- 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.
