> am i to understand that the apache build "should have" created a
> config.status file of it's own? before i install jserv?
>
> i've never seen that occur in any previous install.

here is my config.status file that apache created for me.

#!/bin/sh
##
##  config.status -- APACI auto-generated configuration restore script
##
##  Use this shell script to re-run the APACI configure script for
##  restoring your configuration. Additional parameters can be supplied.
##

./configure \
"--with-layout=Apache" \
"--prefix=/products/apache/sol" \
"--includedir=/products/apache/sol/include/apache" \
"--enable-module=rewrite" \
"--enable-module=auth_dbm" \
"--enable-module=headers" \
"--enable-module=info" \
"--enable-module=log_agent" \
"--enable-module=log_referer" \
"--enable-module=mmap_static" \
"--enable-module=unique_id" \
"--activate-module=src/modules/auth_mysql/libauth_mysql.a" \
"--activate-module=src/modules/php3/libphp3.a" \
"--activate-module=src/modules/jserv/mod_jserv" \
"$@"



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to