You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/01/23 12:38:42 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/deployment mod_proxy.xml

michi       2004/01/23 03:38:42

  Modified:    src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/deployment
                        mod_proxy.xml
  Log:
  proxy enabling for Apache 2 added
  
  Revision  Changes    Path
  1.2       +23 -2     cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/deployment/mod_proxy.xml
  
  Index: mod_proxy.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/components/deployment/mod_proxy.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_proxy.xml	16 Oct 2003 22:49:38 -0000	1.1
  +++ mod_proxy.xml	23 Jan 2004 11:38:42 -0000	1.2
  @@ -14,7 +14,21 @@
   <body> 
   
   <section>
  -<title>Proxying Apache Lenya</title>
  +<title>Apache 2: Enabling</title>
  +<p>
  +To enable mod_proxy for Apache 2: 
  +</p>
  +<source>
  +<![CDATA[
  +./configure --prefix=/usr/local/httpd-2.0.48 --enable-proxy
  +make
  +make install
  +]]>
  +</source>
  +</section>
  +
  +<section>
  +<title>Configuration</title>
   <p>In order to run a Lenya site dynamically, add the following to your Apache httpd.conf file 
   after making sure that you have the mod_proxy module installed:</p>
   <source>
  @@ -31,5 +45,12 @@
   ]]>
   </source>
   </section>
  +
  +<section>
  +<title>Related Links</title>
  +<p>
  +http://wiki.cocoondev.org/Wiki.jsp?page=ApacheModProxy
  +</p>
  +</section>
   </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org