Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.
The following page has been changed by exgorth: http://wiki.apache.org/cocoon/ApacheModProxy ------------------------------------------------------------------------------ {{{ LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so + + ProxyRequests Off + <Proxy *> + Order deny,allow + Deny from all + Allow from localhost + </Proxy> ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/