Apache作为Mongrel的代理。 PHP不parsing

我已经定义了下面的configuration来代理Apachestream量到Mongrel来运行Redmine。

在这一点上,所有的PHP脚本现在都被浏览器下载,而不是被parsing。 一旦我删除这个configuration,每一件事情都会恢复正常。

有什么我可能会丢失或有一个错过configuration? 不幸的是,在apache error_log和php_error.log都没有错误。

 #define mongrel cluster <proxy balancer://mongrelcluster> BalancerMember http://127.0.0.1:81 </proxy> #forward requests to mongrel cluster <virtualhost *:80> ServerName domain.com ServerAlias host.domain.com ServerAlias <server ip> ProxyPreserveHost on ProxyPass / balancer://mongrelcluster/ ProxyPassReverse / balancer://mongrelcluster/ </virtualhost> 

如果您的后端不parsingPHP脚本,问题出在后端。