Apache (neko mips4)
From Nekoware
| neko_apache | |
| Packaged by: | Joerg Behrens |
|---|---|
| Internal Version: | 3 |
| Download: | neko_apache-1.3.37.tardist |
| Current release: | 1.3.37 / April 7 2007 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | httpd.apache.org/ |
The Apache Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation. These volunteers are known as the Apache Group. In addition, hundreds of users have contributed ideas, code, and documentation to the project. This file is intended to briefly describe the history of the Apache Group and recognize the many contributors.
This distribution contains an apache 1.3.x server which is using the prefork mpm. It also have DSO support and contains all standard modules and also a collEction of extras like mod_ssl and more.
For more information visit the http://httpd.apache.org/ website.
Contents |
[edit] Installing the package
Download and install the neko_apache-1.3.37 (version 3) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_apache-1.3.37.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_apache.sw.eoe | 852 | Yes | 9999 | execution only env |
| neko_apache.sw.hdr | 292 | Yes | 9999 | header files |
| neko_apache.sw.lib | 803 | Yes | 9999 | shared libraries |
| neko_apache.man.manpages | 42 | Yes | 9999 | man pages |
| neko_apache.man.docs | 4,325 | No | 9999 | html documentaion |
| neko_apache.opt.dist | 94 | No | 9999 | distribution files |
| neko_apache.opt.src | 2,603 | No | 9999 | original source code |
| neko_apache.opt.relnotes | 3 | Yes | 9999 | release notes |
[edit] Post installation Steps
After the installation you must turn 'chkconfig neko_apache on' to start the init script with '/etc/init.d/neko_apache start'. You can accessing the webserver using http://localhost:8080 in your browser. Please keep notice that the default port is 8080 to avoid problem with existing services. This can change by editing the apache/conf/httpd.conf file.
To get access to the manpages pleas change your enviroment to something like this. Bash: export MANPATH=$MANPATH:/usr/nekoware/apache/man Tcsh: setenv MANPATH $MANPATH:/usr/nekoware/apache/man
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
export CC=cc export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib -rpath /usr/nekoware/lib -lpthread' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH
[edit] Configure
./configure --enable-module=most --enable-shared=max --prefix=/usr/nekoware/apache gmake gmake install
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
PACKAGE NAME: neko_apache SOURCE/VERSION: apache-1.3.37 DESCRIPTION: The Apache Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation. These volunteers are known as the Apache Group. In addition, hundreds of users have contributed ideas, code, and documentation to the project. This file is intended to briefly describe the history of the Apache Group and recognize the many contributors. This distribution contains an apache 1.3.x server which is using the prefork mpm. It also have DSO support and contains all standard modules and also a collEction of extras like mod_ssl and more. For more information visit the http://httpd.apache.org/ website. ENVIRONMENT VARIABLES: export CC=cc export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r10000' export CXXFLAGS=$CFLAGS export CPPFLAGS='-I/usr/nekoware/include' export CXX=CC export F77=f77 export LDFLAGS='-L/usr/nekoware/lib -rpath /usr/nekoware/lib -lpthread' export PKG_CONFIG=/usr/nekoware/bin/pkg-config export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig' export PKG_CONFIG_LIBDIR='/usr/nekoware/lib' export LD_LIBRARY_PATH='/usr/nekoware/lib' export LD_LIBRARYN32_PATH='/usr/nekoware/lib' export LD_LIBRARY64_PATH='/usr/nekoware/lib64' export GNOME2_DIR='/usr/nekoware' export GNUMAKE='/usr/nekoware/bin/make' export PATH=/usr/nekoware/bin:$PATH CONFIGURE FLAGS: ./configure --enable-module=most --enable-shared=max --prefix=/usr/nekoware/apache gmake gmake install KNOWN DEPENDANCIES: neko_expat.sw.lib 3 maxint INSTALLATION: After the installation you must turn 'chkconfig neko_apache on' to start the init script with '/etc/init.d/neko_apache start'. You can accessing the webserver using http://localhost:8080 in your browser. Please keep notice that the default port is 8080 to avoid problem with existing services. This can change by editing the apache/conf/httpd.conf file. To get access to the manpages pleas change your enviroment to something like this. Bash: export MANPATH=$MANPATH:/usr/nekoware/apache/man Tcsh: setenv MANPATH $MANPATH:/usr/nekoware/apache/man ERRORS/MISCELLANEOUS: Unable to compile with mod_ssl when try to use the neko openssl package. It works when using the openssl which ships with the IRIX OS, but than the mod_php wont work anymore. So with this release i drop the support for SSL in this package. If you have a need for SSL use neko_apache2. PACKAGED BY: Joerg Behrens (behrens@takenet.de) |
[edit] Errors/Miscellaneous
Unable to compile with mod_ssl when try to use the neko openssl package. It works when using the openssl which ships with the IRIX OS, but than the mod_php wont work anymore. So with this release i drop the support for SSL in this package. If you have a need for SSL use neko_apache2.
[edit] Older Versions
- neko_apache-1.3.33.tardist (version 1), September 15 2005
