SUN HTTPd - How to Install
This section describes how to install SUN HTTPd.
Getting the program
You can get the source code via SwineHub.
Dependencies
SUN HTTPd has 2 dependencies:
See README for the links.
Compilation
-
Checkout using subversion:
svn co http://sw.nishi.boats/sw/~nishi/httpd
-
Compile using GNU make:
cd httpd/trunk
make
Options:
- Append
SSL=NO
if you don't want SSL.
- Append
STATIC=YES
if you want the static linked binary.
-
Executable
httpd
should appear in the directory bin
, and the module mod_test.so
and mod_cgi2.so
should appear in the directory lib
.
Configuration
See trunk/sunhttpd.conf
.
Nishi <nishi@nishi.boats>
$Id: index.html,v 1.8 2023/12/01 09:41:33 nishi Exp $