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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to