I have a website on a host the is being proxypassed through Apache to a lighttpd server.
Unfortunately, the lighttpd server doesn't "know" how to handle .php files.
So, I have 2 questions then:
1) What do I need to do to get lighttpd to understand .php files?
2) Barring that, is there a way to tell apache to proxy pass everything *but* requests sent to
www.mydomain.com/forums? (where all the php stuff is)
Thanks.