This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git

commit 1e17985fba1be98c84c46a22e969325dbf18b832
Author: Robert Lazarski <[email protected]>
AuthorDate: Wed Dec 10 12:01:04 2025 -1000

    Update documentation website for HTTP/2
    
    🤖 Generated with Claude Code
    
    Co-Authored-By: Claude <[email protected]>
---
 xdocs/docs/installationguide.html | 44 +++++++++++++++++++--------------------
 xdocs/lists_issues.html           |  4 ++--
 xdocs/navigation.xml              |  4 ++--
 3 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/xdocs/docs/installationguide.html 
b/xdocs/docs/installationguide.html
index bc056ce21..8263cd268 100644
--- a/xdocs/docs/installationguide.html
+++ b/xdocs/docs/installationguide.html
@@ -148,8 +148,8 @@ Server) Integration Module (mod_axis2_IIS)</a><br />
 <ul>
 You need to have Qpid libraries installed on your
 machine if you are going to use AMQP transport. It is imperative that
-you compile and install Qpid from SVN source.<br />
-You can checkout Qpid SVN source from <a class="externalLink" 
href="https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid";>https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid</a>.
+you compile and install Qpid from Git source.<br />
+You can clone Qpid source from <a class="externalLink" 
href="https://github.com/apache/qpid-cpp";>https://github.com/apache/qpid-cpp</a>.
 </ul>
 </div>
 </div>
@@ -757,28 +757,28 @@ its dependent DLLs are in the System Path (not the user 
path). </p>
 <h2>5. Using Axis2/C with CGI</h2>
 <div class="subsection"><a name="5.1"/>
 <h3>5.1 Deploying in Apache2</h3>
-If you haven't already done so you need to configure and set up an cgi-bin/ 
directory that holds your CGI scripts,where we will put Axis2/C cgi executable 
axis2.cgi.
-<br /><br />(Note: most of recent Apache web servers already have an cgi-bin 
dir set up, usually /usr/lib/cgi-bin/. )
-<br /><br />Add following to your Apache2 configuration (httpd.conf) file.
-<br /><br /><code>ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/</code> (Or 
some other directory of your choice)
-<br /><br />OR you can use
-<br /><code>&lt;Directory /usr/local/apache/cgi-bin/&gt;
-<br />Options +ExecCGI
-<br />&lt;/Directory&gt;
-<br /><br />AddHandler cgi-script .cgi</code>
-<br /><br />{ It's recomended to restrict all your cgi scripts to single 
ScriptAlias directory for security reasons.}
-<br /><br />Now we have to set up configuration parameters via environment 
variables for the cgi deployment using the SetEnv directive.
-<br /><br />{ You need to have mod_env enabled for this to work )
-<br /><br />Add the following to your apache2 configuration file (httpd.conf)
-<br /><br /><code>SetEnv AXIS2C_HOME &lt;your path to axis2c home 
dir&gt;</code>
-<br /><br />( i.e. SetEnv AXIS2C_HOME /usr/local/axis2c/ )
+If you haven't already done so you need to configure and set up an cgi-bin/ 
directory that holds your CGI scripts,where we will put Axis2/C cgi executable 
axis2.cgi.
+<br /><br />(Note: most of recent Apache web servers already have an cgi-bin 
dir set up, usually /usr/lib/cgi-bin/. )
+<br /><br />Add following to your Apache2 configuration (httpd.conf) file.
+<br /><br /><code>ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/</code> (Or 
some other directory of your choice)
+<br /><br />OR you can use
+<br /><code>&lt;Directory /usr/local/apache/cgi-bin/&gt;
+<br />Options +ExecCGI
+<br />&lt;/Directory&gt;
+<br /><br />AddHandler cgi-script .cgi</code>
+<br /><br />{ It's recomended to restrict all your cgi scripts to single 
ScriptAlias directory for security reasons.}
+<br /><br />Now we have to set up configuration parameters via environment 
variables for the cgi deployment using the SetEnv directive.
+<br /><br />{ You need to have mod_env enabled for this to work )
+<br /><br />Add the following to your apache2 configuration file (httpd.conf)
+<br /><br /><code>SetEnv AXIS2C_HOME &lt;your path to axis2c home 
dir&gt;</code>
+<br /><br />( i.e. SetEnv AXIS2C_HOME /usr/local/axis2c/ )
 <br /><br />If you have chosen another alias for you cgi-bin you can also set 
up an 
 AXIS2C_URL_PREFIX environment variable, but it's not needed if you have chosen 
/cgi-bin/. 
-AXIS2C_URL_PREFIX defines your web services deployment url prefix. Lets say 
you have chosen URL
-/private/scripts/ for your cgi-bin URL and named your cgi exec as 'axis2.cgi',
-Then you need to set AXIS2_URL_PREFIX environment variable as follows:
-<br /><code>SetEnv AXIS2C_URL_PREFIX /private/scripts/axis2.cgi/</code>
-       
+AXIS2C_URL_PREFIX defines your web services deployment url prefix. Lets say 
you have chosen URL
+/private/scripts/ for your cgi-bin URL and named your cgi exec as 'axis2.cgi',
+Then you need to set AXIS2_URL_PREFIX environment variable as follows:
+<br /><code>SetEnv AXIS2C_URL_PREFIX /private/scripts/axis2.cgi/</code>
+       
 <br /><br />Now we have configured apache such that all requests with URL  
http://&lt;domain-name&gt;/cgi-bin/ requests
 are located at your configured cgi folder. We have granted Apache server to 
execute CGI from that directory 
 and treat files with .cgi extensions as CGI executables.
diff --git a/xdocs/lists_issues.html b/xdocs/lists_issues.html
index a322ead66..594d4cc36 100644
--- a/xdocs/lists_issues.html
+++ b/xdocs/lists_issues.html
@@ -48,5 +48,5 @@
                         </td>
                 </tr>
 </tbody></table></div><div class="section"><a 
name="Issue_Tracking"></a><h2>Issue Tracking</h2><p>
-      <a href="http://issues.apache.org/jira/browse/AXIS2C"; 
class="externalLink" title="External 
Link">http://issues.apache.org/jira/browse/AXIS2C</a></p></div><div 
class="section"><a name="Svn_Location"></a><h2>Svn Location</h2><p>
-<a 
href="https://svn.apache.org/repos/asf/axis/axis2/c/core/trunk";>https://svn.apache.org/repos/asf/axis/axis2/c/core/trunk</a></p></div></div></div><div
 class="clear"><hr></hr></div></body></html>
+      <a href="http://issues.apache.org/jira/browse/AXIS2C"; 
class="externalLink" title="External 
Link">http://issues.apache.org/jira/browse/AXIS2C</a></p></div><div 
class="section"><a name="Git_Repository"></a><h2>Git Repository</h2><p>
+<a 
href="https://github.com/apache/axis2-c";>https://github.com/apache/axis2-c</a></p></div></div></div><div
 class="clear"><hr></hr></div></body></html>
diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml
index cdca1acd2..2c703f499 100644
--- a/xdocs/navigation.xml
+++ b/xdocs/navigation.xml
@@ -28,7 +28,7 @@
       </item>
     <item name="Get Involved" href="lists_issues.html">
            <item name="Mailing Lists &amp; Issue Tracking" 
href="lists_issues.html"/>
-        <item name="Checkout Source Code" href="svn.html"/>
+        <item name="Checkout Source Code" href="git.html"/>
       </item>
       <item name="Developer Guidelines" href="coding_conventions.html">
        <item name="Coding Convention" href="coding_conventions.html"/>
@@ -36,7 +36,7 @@
       </item>
       <item name="Project Information" href="team-list.html">
         <item name="Project Team" href="team-list.html"/>
-        <item name="Source Code" 
href="http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/"/>
+        <item name="Source Code" href="https://github.com/apache/axis2-c"/>
       </item>
     </menu>
   </body>

Reply via email to