install apache from source
2008年08月08日 (linux)
command
# cd /usr/local/src # tar zxvf httpd-2.9.9.tar.gz # cd httpd-2.9.9 # ./configure # make # make install
PR
Comment
command
# cd /usr/local/src # tar zxvf httpd-2.9.9.tar.gz # cd httpd-2.9.9 # ./configure # make # make install