On 03 Mar 2011, at 4:43 AM, [email protected] wrote: > Syntax error on line 12 of /etc/apache2/vhosts.d/baruwa-mod_wsgi.conf: > Invalid command 'WSGIScriptAlias', perhaps misspelled or defined by a > module not included in the server configuration
Are you sure the wsgi module is being loaded ? httpd -M Since you have multiple versions of python on your system you need to make sure that you build the module against the correct version of python you will use to ran baruwa, you may be having these issues because you built mod_wsgi with python3.1 and are trying to run using python2.6 -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

