Friends,
My .htaccess file:
WSGIScriptAlias / "/home/centrali/webapps/code.py"
Alias /static/ /home/centrali/webapps/static/
<Directory "/home/centrali/webapps/">
Order allow,deny
allow from all
</Directory>
Show me this error message in apache log file:
WSGIScriptAlias not allowed here
Any idea ? tip or suggestion ?
-- Leandro