File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,18 +64,18 @@ cd zlib-1.2.11/
6464./configure --prefix=/usr/local
6565# make -s
6666echo " make zlib"
67- make > /dev/null || make
67+ make & > zlib.log
6868echo " make install zlib"
69- make > /dev/null || sudo make -s install
69+ sudo make -s install & > zlib.log
7070
7171wget https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/raw/master/.dev-tools/_apache_builds/httpd-2.2.25.tar.gz
7272tar -xvf httpd-2.2.25.tar.gz > /dev/null
7373cd httpd-2.2.25/
7474./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-deflate --enable-proxy --enable-proxy-balancer --enable-proxy-http
7575echo " make apache 2.2.25"
76- make > /dev/null || make
76+ make & > apache2build.log
7777echo " make install apache 2.2.25"
78- make > /dev/null || sudo make -s install
78+ sudo make -s install & > apache2build.log
7979
8080sudo /usr/local/apache2/bin/apachectl start
8181
You can’t perform that action at this time.
0 commit comments