cd /opt
mkdir apache
cd apache
mkdir apache_2.2.3
cd /tmp
cp http-2.2.3.tar.gz ~netcool
tar xvzf http-2.2.3.tar.gz
cd http-2.2.3
./configure --prefix=/opt/apache/apache_2.2.3 --enable-defalte --enable-ssl
--enable-so --enable-rewrite --enable-with-mpm-=worker
make clean
make
make install
cd /opt/apache/apache_2.2.3
rm -rf manual/
cd cgi-bin/
rm *
cd ../
cd icons/
find . -maxdepth 1 -type f -exec chmod 444 {} \;
cd ../
cd error
chmod 444 *.var
cd ../
cd include/
chmod 444 *
cd /tmp
rm -rf httpd-2.2.3
------------------------
Daniel McKinney
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=5344#5344
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users