You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2006/12/18 07:40:44 UTC

svn commit: r488135 - /webservices/axis2/trunk/c/xdocs/docs/installationguide.html

Author: pini
Date: Sun Dec 17 22:40:43 2006
New Revision: 488135

URL: http://svn.apache.org/viewvc?view=rev&rev=488135
Log:
Changed the Apache2 configuration in document.

Modified:
    webservices/axis2/trunk/c/xdocs/docs/installationguide.html

Modified: webservices/axis2/trunk/c/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/installationguide.html?view=diff&rev=488135&r1=488134&r2=488135
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/installationguide.html Sun Dec 17 22:40:43 2006
@@ -506,11 +506,11 @@
   <li>Edit Apache2's configuration file (generally httpd.conf) and add
     the following directive : - 
     <pre>    LoadModule axis2_module &lt;apache2 modules directory&gt;/mod_axis2.so
+    Axis2RepoPath &lt;axis2 repository path&gt;
+    Axis2LogFile &lt;axis2 log file path&gt;
+    Axis2LogLevel LOG_LEVEL
     &lt;Location /axis2&gt;
         SetHandler axis2_module
-        RepoPath &lt;axis2 repository path&gt;
-        LogFile &lt;axis2 log file path&gt;
-        Axis2LogLevel LOG_LEVEL
     &lt;/Location&gt;    
     </pre>
     <p>LOG_LEVEL can be one of following</p>



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