Jump to content

Product Opener/Installation/Debian or Ubuntu: Difference between revisions

m
ā†’ā€ŽRebuild Apache 2.2 and mod_perl: current stable apache 2 is 2.2.31
m (ā†’ā€ŽRebuild Apache 2.2 and mod_perl: current stable apache 2 is 2.2.31)
Line 74: Line 74:
<pre>
<pre>
cd /usr/local/src/
cd /usr/local/src/
wget http://apache.crihan.fr/dist//httpd/httpd-2.2.29.tar.gz
wget http://apache.crihan.fr/dist/httpd/httpd-2.2.31.tar.gz
tar xvfz httpd-2.2.29.tar.gz
tar xvfz httpd-2.2.31.tar.gz
cd httpd-2.2.29
cd httpd-2.2.31
./configure --with-mpm=prefork --prefix=/usr/localĀ  --enable-rewrite --enable-proxy --enable-proxy_http --enable-deflate --disable-userdir --enable-headers
./configure --with-mpm=prefork --prefix=/usr/localĀ  --enable-rewrite --enable-proxy --enable-proxy_http --enable-deflate --disable-userdir --enable-headers
make
make
137

edits