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

------------------------------------------------------------------------------
  documentation), and configure Apache with those two lines:
  
  {{{
+ LoadModule proxy_module modules/mod_proxy.so
+ LoadModule proxy_http_module modules/mod_proxy_http.so
+ 
  ProxyPass        / http://localhost:8080/
  ProxyPassReverse / http://localhost:8080/
  }}}