Index of /dist/httpd
Apache HTTP Server Source Code Distributions
This download page includes only the sources to compile and build Apache yourself with the proper tools. Download the precompiled distribution for your platform from binaries/.
Important Notices
Name Last modified Size
Parent Directory 09-Mar-2007 10:54 -
apache_1.3.39-i386-sinix_5.41.pkg 19-Sep-2007 08:27 7.1M
apache_1.3.39-i386-sinix_5.41.pkg.asc 19-Sep-2007 08:27 1k
apache_1.3.39-mips-reliantunix-5.43.pkg 17-Sep-2007 09:03 3.4M
apache_1.3.39-mips-reliantunix-5.43.pkg.asc 17-Sep-2007 09:03 1k
apache_1.3.41-i386-sinix_5.41.pkg 15-Jan-2008 00:34 7.1M
apache_1.3.41-i386-sinix_5.41.pkg.asc 15-Jan-2008 00:34 1k
apache_1.3.41-mips-reliantunix-5.43.pkg 15-Jan-2008 00:34 3.4M
apache_1.3.41-mips-reliantunix-5.43.pkg.asc 15-Jan-2008 00:34 1k
README.html 10-May-2006 09:33 2k
This directory contains Apache binaries for the ReliantUNIX (also known as SINIX-N/O/P/Y) SVR4 platform. They run on all the the MIPS based Fujitsu-Siemens RM-family machines (a scalable range of uniprocessor and high-end multiprocessor machines ranging from model RM200 through RM1000) with SINIX/ReliantUNIX version 5.43(C50) and above.
The distribution has been
packaged in the SVR4 package format, easing installation and
deinstallation tremendously. Also, the Apache source
is no longer contained in the binary distribution, except for
the header files (to allow adding dynamically
loadable modules without recompilation of the whole server), and of course
the Apache on-line documentation is included.
To install, simply download the appropriate *.pkg file and enter
pkgadd -d `pwd`/apache-X.Y.Z.pkg apacheIf you ever want to uninstall apache again (which I hope you only will in order to upgrade to a later version ;-) simply enter
(Note the backquotes around the pwd command!)
pgkrm apache
I also made a package for the older intel-based SINIX systems (called SINIX-D/L/M/V/Z; it should run on WX200's, MX300i's and MX500i's with SINIX-D 5.41 through SINIX-Z 5.42). This package also takes advantage of the new dynamic loading mechanism.
Note: Users of the SINIX-N/Y version 5.42
There is an incompatibility between early 5.42 versions of ReliantUNIX and later versions (late 5.42, or 5.43 and above). In 5.42, dynamic loading was severely broken. Please upgrade to 5.43 if you want to use the Apache compiled by me, or try to compile one on your own. Good luck.If you experience problems with these files, feel free to contact Martin Kraemer at Fujitsu-Siemens who compiled and packaged them.