WeBWorK 2.0 Preview Release 3 Available | topic started 2/13/2004; 11:50:56 PM last post 2/19/2004; 8:55:29 PM |
|
Bill Ziemer - apache modperl install 2/19/2004; 8:55:29 PM (reads: 1680, responses: 0) |
The
default installation for apache will use the same configuration, log,
and state files of your existing apache. If you wish to install a
separate, fresh, non-root version of apache to play with webwork2, and
not mix up your existing setup use this sequence for installing apache
into the directory /yourpath/apache.
Note that the Makefile.PL command is all on one line.
lwp-download http://www.apache.org/dist/httpd/apache_1.3.29.tar.gz perl Makefile.PL APACHE_SRC=../apache_1.3.29/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/yourpath/apache APACI_ARGS='--prefix=/yourpath/apache --with-layout=Apache'
make |