Changeset 24465 in main
- Timestamp:
- 01/12/22 12:13:18 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/ApacheProxyWPConf/dev/httpd.conf
r23782 r24465 142 142 #LoadModule mime_magic_module modules/mod_mime_magic.so 143 143 LoadModule negotiation_module modules/mod_negotiation.so 144 #LoadModule proxy_module modules/mod_proxy.so144 LoadModule proxy_module modules/mod_proxy.so 145 145 #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so 146 146 #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so … … 151 151 #LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so 152 152 #LoadModule proxy_html_module modules/mod_proxy_html.so 153 #LoadModule proxy_http_module modules/mod_proxy_http.so153 LoadModule proxy_http_module modules/mod_proxy_http.so 154 154 #LoadModule proxy_http2_module modules/mod_proxy_http2.so 155 155 #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so … … 511 511 512 512 # Server-pool management (MPM specific) 513 #Include conf/extra/httpd-mpm.conf513 Include conf/extra/httpd-mpm.conf 514 514 515 515 # Multi-language error messages … … 557 557 </IfModule> 558 558 559 560 LogLevel warn proxy:debug 561 562 #Next line is more for forward, but it doesnot affect reverse 563 ProxyRequests Off 564 ProxyPreserveHost On 565 566 #ProxyPass "/report/" "ajp://127.0.0.1:8009/hhdw-view/" 567 #ProxyPassReverse "/report/" "ajp://127.0.0.1:8009/hhdw-view/" 568 569 ##ProxyPass "/report/" "http://127.0.0.1:8080/hhdw-view/" 570 ##ProxyPassReverse "/report/" "http://127.0.0.1:8080/hhdw-view/" 571 ##ProxyPassReverseCookiePath "/hhdw-view" "/report" 572 573 ProxyPass "/report/" "http://127.0.0.1:8080/report/" 574 ProxyPassReverse "/report/" "http://127.0.0.1:8080/report/" 575 ###ProxyPassReverseCookiePath "/hhdw-view" "/report"
Note: See TracChangeset
for help on using the changeset viewer.