JSP出错,请帮忙?急急急!!!

JSP出错,请帮忙?急急急!!!

郁闷:

php+tomcat和APACHE整合不成功。

配制这样只支持JSP,不支持PHP
[logger.apache2]

level=DEBUG

[shm]

file=/usr/local/apache/logs/shm.file

size=1048576

# Example socket channel, override port and host.

[channel.socket:localhost:8009]

port=8009

host=127.0.0.1

# define the worker

[ajp13:localhost:8009]

channel=channel.socket:localhost:8009

# Uri mapping

[uri:/*]

worker=ajp13:localhost:8009




把# Uri mapping

[uri:/*]

worker=ajp13:localhost:8009

改成:
# Uri mapping

[uri:/*.jsp]

worker=ajp13:localhost:8009

支持PHP,不支持JSP

各位帮帮看看帮帮忙吧,谢谢!
没看到你的APACHE是怎么配置的呢。
你是怎么整合的呢?