Apache的ProxyPass问题,请大家帮忙!
我在apache中添加了:
ProxyPass /web/ http://localhost:8080/web/
ProxyPassReverse /web/ http://localhost:8080/web/
ProxyPass /servlet/ http://localhost:8080/web/servlet/
ProxyPassReverse /servlet/ http://localhost:8080/web/servlet/
重起apache提示我:
Syntax error on line 1086 of /usr/local/apache2/conf/httpd.conf:
Invalid command 'ProxyPass', perhaps mis-spelled or defined by a module not included in the server configuration
请问是怎么回事?