#tar zxvf httpd-2.2.16.tar.gz
        #cd http-2.2.16
        #./configure --prefix=/usr/local/apache2 --enable-rule=SHARED_CORE --enable-module=so
        #make
        #make install

相关文章: