I have a fairly simple setup for a website but I get an error stating that no handler was found. <VirtualHost *:80> ServerName django.example.com ErrorLog /var/log/httpd/django-error.log CustomLog /var/log/httpd/django-access.log combined DocumentRoot /var/www/example/django LogLevel debug AddDefaultCharset off <Location "/"> ProxyPass apj://localhost:8882/ ProxyPassReverse ajp://localhost:8882/ </Location> </VirtualHost> If I replace the proxy with a http proxy(on a different port) it works just fine, but of course that wasn't the point of setting up the proxy. Henrik --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx