所以花了一些时间,但我想出了办法。还有一个模块需要加载。这就是httpd.conf的样子
LoadModule proxy_module modules/mod_proxy.soLoadModule proxy_http_module modules/mod_proxy_http.so<Directory /> AllowOverride none Require all denied</Directory>ProxyPass /ROOT http://localhost:8080/ROOTProxyPassReverse /ROOT http://localhost:8080/ROOT
这肯定可以工作。:)



