loaded it fine now error Invalid command 'RestrictEmbedded', perhaps misspelled or defined by a module not included in the server configuration
#wsgi.load tried both On and ON, this is working config with x64 LoadModule wsgi_module "/usr/lib/apache2/modules/mod_wsgi-py35.cpython-35m-i386-linux-gnu.so" RestrictEmbedded On also, Learned about the file command, was able to confirm both Apache and the virtual environment Python are 32-bit On Wednesday, January 4, 2017 at 3:30:01 AM UTC-7, Graham Dumpleton wrote: > > > > On 4 Jan 2017, at 9:27 PM, Jaqen Nki <[email protected] <javascript:>> > wrote: > > > > Oh i see. Well since Ubuntu is 32-bit I would expect Python and Apache > to be forced to be 32 bit. > > As far as I know on Linux binaries are either 32 bit or 64 bit. There are > no dual architecture binaries like on MacOS X which will run the run one > depending on what OS is running as. > > > i think this is almost worked out, however can I use > > > > RestrictEmbedded on > > Yes you can use: > > WSGIRestrictEmbedded ON > > > > > as its now throwing error: > > > > Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by a > module not included in the server configuration > > Which means the mod_wsgi module hasn't actually been loaded. > > 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.
