Peter Brown wrote:
> 
> hi all
> just a query
> in previous versions of apache the configure options
> enable-modules=most and enable-shared=max used to enable most modules
> and set shared for all modules
> i have tried these options with apache 2.0
> and they dont seem to do what they used to do
> 
> is there any intension of putting these back in configure ??
> 

A quick peek at my ./configure shows:

-------------------------------------------------------
if test "${enable_modules+set}" = set; then
  enableval="$enable_modules"

    for i in $enableval; do
        if test "$i" = "all" -o "$i" = "most"; then
        module_selection=$i
        else
        eval "enable_$i=yes"
      fi
        done

fi
--------------------------------------------------------

What symptoms are you seeing?

Greg

Reply via email to