[ <a href="#download">Download</a> |
<a href="#compilation">Compilation</a> |
<a href="#installation">Installation</a> |
+ <a href="#activation">Activation</a> |
<a href="#linkmap">Link Map</a> ]
<hr />
</center>
<ol>
<li>
- <p>Download the compressed Apache files (the "tarball")
- to your PC. The file name on the web site will be
- <tt>apache_1.3.<i>vv</i>.tar.Z</tt>.</p>
+ <p>Download the compressed Apache 1.3 files (the "tarball") from
+ <a href="http://httpd.apache.org/download.cgi">http://httpd.apache.org/download.cgi</a>
+ to your PC. The file name on the web site will be
+ <tt>apache_1.3.<i>vv</i>.tar.Z</tt>, where "<tt><i>vv</i></tt>"
+ is the version number.
+ Replaced "<tt><i>vv</i></tt>" throughout these instructions
+ with the actual version number.</p>
<p>
<font color="#CC6600"><font size="+1">TIP:</font></font>
binary: <b><tt>binary</tt></b> </li>
<li>send the file to OS/390 UNIX:<br />
- <b><tt> send "c:/<i>path</i>/apache_1.3.
- <i>vv</i>.tar.Z" apache_1.3.<i>vv</i>.tar.Z</tt></b></li>
+ <b><tt> send "c:/<i>path</i>/apache_1.3.<i>vv</i>.tar.Z" apache_1.3.<i>vv</i>.tar.Z</tt></b></li>
<li>exit FTP: <b><tt>bye</tt></b></li>
</ul>
</li>
<li>
- <p>Decompress and extract the archived files necessary
+ <p>On your OS/390 UNIX machine, decompress and extract the archived files necessary
for compiling Apache:</p>
<p class="indented">
to generate modules.c, include/ap_config_auto.h, and
necessary Makefiles:</p>
- <p class="indented"><b><tt>Configure</tt></b></p>
+ <p class="indented"><b><tt>./Configure</tt></b></p>
<table class="indented">
<tr>
you want to maintain multiple configurations:</p>
<p class="indented">
- <b><tt>Configure -file Configuration.2nd</tt></b></p>
+ <b><tt>./Configure -file Configuration.2nd</tt></b></p>
<table class="indented">
<tr>
<p>Create the Apache run-time configuration file. The
server requires a configuration file to initialize
itself during activation.<br />
- Copy the distribution version, conf/httpd.conf-dist,
+ Copy the distribution version, conf/httpd.conf-dist
+ from the decompressed tarball on your PC,
to conf/httpd.conf and then edit the conf/httpd.conf
copy with your site specific information.</p>
<b><tt>zinet start s-apache</tt></b></p>
</li>
+ </ol>
- <li>
- <p>Request a page from your browser:</p>
+ <center>
+ <h2><a id="activation"
+ name="activation"></a>Activation</h2>
+ </center>
+
+ <ol>
+ <li><p>Request a page from your browser:</p>
<p class="indented">
<tt><b>http://<i>xx.xx.xx.xx</i></b></tt> (where
<i>xx.xx.xx.xx</i> is your test system IP address)</p>
</li>
- </ol><br />
+ </ol>
+ <br />
<center>
[ <a href="#top">top</a> | <a href="#download">Download</a>
| <a href="#compilation">Compilation</a> |
<a href="#installation">Installation</a> |
+ <a href="#activation">Activation</a> |
<a href="#linkmap">Link Map</a> ]
</center>
</body>
[ <a href="#download">Download</a> |
<a href="#setup">MakeTPF Setup</a> |
<a href="#compilation">Compilation</a> |
- <a href="#installation">Installation</a> ]
+ <a href="#installation">Installation</a> |
+ <a href="#activation">Activation</a> ]
<hr />
</center>
<ol>
<li>
- <p>Download the compressed Apache files (the "tarball")
- to your PC. The file name on the web site will be
- <tt>apache_1.3.<i>vv</i>.tar.Z</tt>.</p>
+ <p>Download the compressed Apache 1.3 files (the "tarball") from
+ <a href="http://httpd.apache.org/download.cgi">http://httpd.apache.org/download.cgi</a>
+ to your PC. The file name on the web site will be
+ <tt>apache_1.3.<i>vv</i>.tar.Z</tt>, where "<tt><i>vv</i></tt>"
+ is the version number.
+ Replaced "<tt><i>vv</i></tt>" throughout these instructions
+ with the actual version number.</p>
<p>
<font color="#CC6600"><font size="+1">TIP:</font></font>
<li>send the file to your Linux build
machine:<br />
- <b><tt> send "c:/<i>path</i>/apache_1.3.
- <i>vv</i>.tar.Z" apache_1.3.<i>vv</i>.tar.Z</tt></b></li>
+ <b><tt> send "c:/<i>path</i>/apache_1.3.<i>vv</i>.tar.Z" apache_1.3.<i>vv</i>.tar.Z</tt></b></li>
<li>exit FTP: <b><tt>bye</tt></b></li>
</ul>
</li>
<li>
- <p>Decompress and extract the archived files necessary
- for compiling Apache:</p>
+ <p>On your Linux build machine, decompress and extract the
+ archived files necessary for compiling Apache:</p>
<p class="indented"><b><tt>tar -xzkf
apache_1.3.<i>vv</i>.tar.Z "*/src"</tt></b></p>
for other platforms but are not for z/TPF:</p>
<p class="indented"><b><tt>cp
- apache_1.3.<i>vv</i>/src/os/tpf/samples/test_char.txt apache_1.3.<i>
- vv</i>/src/main/test_char.h<br />
+ apache_1.3.<i>vv</i>/src/os/tpf/samples/test_char.txt apache_1.3.<i>vv</i>/src/main/test_char.h<br />
cp
apache_1.3.<i>vv</i>/src/os/tpf/samples/uri_delims.txt
apache_1.3.<i>vv</i>/src/main/uri_delims.h</tt></b></p>
Replace "<tt>foobar</tt>" below with your actual
directory name:</p>
- <p class="indented"><b><tt>mkdir -p
- foobar/opensource<br />
+ <p class="indented"><b><tt>
export AROOT="foobar/opensource/apache"<br />
- mv apache_1.3.<i>vv</i> $AROOT<br /></tt></b></p>
+ mkdir -p $AROOT<br />
+ mv apache_1.3.<i>vv</i>/* $AROOT<br />
+ </tt></b></p>
</li>
<li>
<p class="indented"><b><tt>export TPF=YES; export
TPF64BIT=YES<br />
- Configure</tt></b></p>
+ ./Configure</tt></b></p>
<table class="indented">
<tr>
you want to maintain multiple configurations:</p>
<p class="indented">
- <b><tt>Configure -file Configuration.2nd</tt></b></p>
+ <b><tt>./Configure -file Configuration.2nd</tt></b></p>
<table class="indented">
<tr>
<p>Create the Apache run-time configuration file. The
server requires a configuration file to initialize
itself during activation.<br />
- Copy the distribution version, conf/httpd.conf-dist,
+ Copy the distribution version, conf/httpd.conf-dist
+ from the decompressed tarball on your PC,
to conf/httpd.conf and then edit the conf/httpd.conf
copy with your site specific information.</p>
<table class="indented">
<tr>
- <td class="output">
- <pre>
-[<i>timestamp</i>] [notice] Apache/1.3.<i>vv</i> (TPF) configured -- resuming normal operations
-[<i>timestamp</i>] [notice] Accept mutex: tpfcore (Default: tpfcore)
- </pre>
+ <td class="output">
+<pre>[<i>timestamp</i>] [notice] Apache/1.3.<i>vv</i> (TPF) configured -- resuming normal operations
+[<i>timestamp</i>] [notice] Accept mutex: tpfcore (Default: tpfcore)</pre>
</td>
</tr>
</table>
<b><tt>zinet start s-apache</tt></b></p>
</li>
+ </ol>
+ <br />
+
- <li>
- <p>Request a page from your browser:</p>
+ <center>
+ <h2><a id="activation"
+ name="activation"></a>Activation</h2>
+ </center>
+
+ <ol>
+ <li><p>Request a page from your browser:</p>
<p class="indented">
<tt><b>http://<i>xx.xx.xx.xx</i></b></tt> (where
<i>xx.xx.xx.xx</i> is your test system IP address)</p>
</li>
</ol>
+
<hr />
<center>
[ <a href="#top">top</a> | <a href="#download">Download</a>
[ <a href="#setup">MakeTPF Setup</a> |
<a href="#compilation">Compilation</a> |
- <a href="#installation">Installation</a> ]
+ <a href="#installation">Installation</a> |
+ <a href="#activation">Activation</a> ]
</center>
</body>
</html>