> On 1 Sep 2016, at 8:55 AM, 'Danny' via modwsgi <[email protected]> > wrote: > > I'm a bit confused now. I've been using mod_wsgi_packages, which does compile > apache, no? I don't use mod_wsgi-httpd directly, but I definitely use the > apache you build, not my system apache.
Activate any Python virtualenv if you are using one when you pip install mod_wsgi. Run the ‘python’ command line and do: python Python 2.7.10 (default, Oct 23 2015, 19:19:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import mod_wsgi.server.apxs_config >>> mod_wsgi.server.apxs_config.HTTPD '/usr/sbin/httpd' What do you get for 'mod_wsgi.server.apxs_config.HTTPD’? Graham -- 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.
