I am tryn to upgrade apache from 2.0.47 and following steps i got it from apache site
Downloaded new binaries from apache for 2.0.55 and go to new downloaded directory and
Run The Configuration File
./config.nice
Run The Make File
make
Run The Install Make File
make install
Start Apache
My question is what all configuration should i change in config.nice ?
#! /bin/sh
#
# Created by configure
"./configure" \
"--enable-layout=Apache" \
"--prefix=/tmp/httpd-2.0.55/bindist" \ should i change this 2.0.47 ?
"--enable-mods-shared=most" \
"--with-expat=/tmp/httpd-2.0.55/srclib/apr-util/xml/expat" \ should i change this 2.0.47 ?
"--enable-static-support" \
"--enable-proxy=shared" \
"--enable-proxy-connect=shared" \
"--enable-proxy-ftp=shared" \
"--enable-proxy-http=shared" \
"$@"
Downloaded new binaries from apache for 2.0.55 and go to new downloaded directory and
Run The Configuration File
./config.nice
Run The Make File
make
Run The Install Make File
make install
Start Apache
My question is what all configuration should i change in config.nice ?
#! /bin/sh
#
# Created by configure
"./configure" \
"--enable-layout=Apache" \
"--prefix=/tmp/httpd-2.0.55/bindist" \ should i change this 2.0.47 ?
"--enable-mods-shared=most" \
"--with-expat=/tmp/httpd-2.0.55/srclib/apr-util/xml/expat" \ should i change this 2.0.47 ?
"--enable-static-support" \
"--enable-proxy=shared" \
"--enable-proxy-connect=shared" \
"--enable-proxy-ftp=shared" \
"--enable-proxy-http=shared" \
"$@"