first off.
>perl Makefile.PL -httpd /usr/local/apache2/bin/httpd
Stas...this worked great for configuring httpd for Apache:: test....I assumed it was something along those lines tks.
second.
While installing Apache::Bundle through cpan I'm getting this error (below) about transfer logs is not defined/ mod is missing. Which mod would this be? Also I tried installing libapreq from source, but the same error occurred.
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -verbose=0
*** root mode: changing the fs ownership to 'nobody'
(65534:65533)
/usr/sbin/httpd -X -d /root/.cpan/build/libapreq-1.2/t
-f /root/.cpan/build/libapreq-1.2/t/conf/httpd.conf
-DAPACHE1
using Apache/1.3.23
waiting for server to start: .Syntax error on line 28
of /root/.cpan/build/libapreq-1.2/t/conf/httpd.conf:
Invalid command 'TransferLog', perhaps mis-spelled or
defined by a module not included in the server
configuration
!!!
server has died with status 255 (t/logs/error_log
wasn't created, start the server in the debug mode)
make: *** [run_tests] Error 143
/usr/bin/make test -- NOT OK
Running make install
tks,
-jh