Using the pip installable version of mod_wsgi, to get mod_wsgi-express should just use whatever Apache you have installed. So how Apache is setup is a separate issue as mod_wsgi itself doesn’t recompile Apache on the fly.
The only exceptions to this are, which shouldn’t be used unless you have a really good reason, are if you were installing mod_wsgi-httpd, which is a separate package I have that will build Apache for you. Or if you have done a pip install of mod_wsgi on Heroku or OpenShift 2, in which case it pulls down some precompiled binaries from Apache. Soon nearly every single situation that would normally come up, pip install mod_wsgi will just use your system Apache, or Apache you compiled yourself. Don’t use mod_wsgi-httpd unless there is a good reason to. Graham > On 1 Sep 2016, at 1:32 AM, 'Danny' via modwsgi <[email protected]> > wrote: > > anything that is at the level of apache confs I think I/we could work around. > I guess I am more concerned with compile time switches. The online docs I've > seen require mod_ssl to be compiled with certain flags set. See > https://httpd.apache.org/docs/current/mod/mod_ssl.html (search FIPS on the > page) for example. Is there any easy way to control build flags for compiling > mod_ssl with mod_wsgi_packages? I realize I could do a custom build of > apache, but what you've done is just so easy to use, I would hate to throw it > away. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/modwsgi > <https://groups.google.com/group/modwsgi>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
