Feb 26 09:13:39 GRAPHITE-1.site start_apache2[7051]: AH00526: Syntax error on line 1 of /etc/apache2/httpd.conf.local:
Feb 26 09:13:39 GRAPHITE-1.site start_apache2[7051]: Invalid command 'WSGIScriptAlias', perhaps misspelled or de...tion
Am unable to figure out how to enable this external Apache module.
tsu2 wrote:
> Result is
>
> Code:
> --------------------
>
> Feb 26 09:13:39 GRAPHITE-1.site start_apache2[7051]: AH00526: Syntax error on line 1 of /etc/apache2/httpd.conf.local:
> Feb 26 09:13:39 GRAPHITE-1.site start_apache2[7051]: Invalid command ‘WSGIScriptAlias’, perhaps misspelled or de…tion
>
> --------------------
mod_wsgi isn’t loaded. So first check what modules are loaded, to make
sure I’m not lying Then look in the Apache error log to see why it
hasn’t loaded, assuming you really did try to load it!
Well, it doesn’t appear to be loaded.
(That’s why the subject line)
But, I’m finding it hard to find how to load this class of module.
There are many classes of modules and from what I’ve read the procedures to load and list each class of module are different. The instructions for instance how to load an SSL module wouldn’t be the same as for this class of “external” module.
As often the case, sometimes solutions can be found using different search terms…
Readng through some highly complicated pages on setting up wsgi, I found the simple solution.
Apparently loading the wsgi module doesn’t require anything very special,