>>In httpd.conf:
>>ProxyPass /thisapp http://localhost:7000/
>>ProxyPassReverse /thisapp http://localhost:7000/

Needs to be

In httpd.conf:
ProxyPass /thisapp http://localhost:7000/thisapp
ProxyPassReverse /thisapp http://localhost:7000/thisapp
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to