2008/12/18 Frédéric Sidler <[email protected]>: > I would like also to preload at apache startup. But I got this error. > > Invalid command 'WSGIImportScript', perhaps misspelled or defined by a > module not included in the server configuration. > > I first put this parameter in virtual host, but I saw that it should be in > main configuration file, so I put it in apache2.conf, but I got the same > error. > > do I need to put everything that I set up in virtual host in main > configuration file
No, only the WSGIImportScript directive has to go outside VirtualHost at the moment. > do I need to upgrade to a newer wsgi version (currently 1.3) Yes, requires mod_wsgi 2.X. Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
