Hi, I am setting up wsgi apache2 in squeeze using following configuration which works on httpd in CentOS 6, but does not work with apache2 in Debian 6. WSGIScriptAlias /test_wsgi /var/www/wsgi/test_wsgi.py <Directory /var/www/wsgi> Order allow,deny Allow from all </Directory> After restarted apache2, I tried https://myweb.com/test_wsgi, it has following error in apache2 log, it was simply not mapping the wsgi files. File does not exist: /var/www/test_wsgi Appreciate any helps how to configure wsgi apache2 on Debian. Thank you. Kind regards, --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx