摘要:
安装python3(Centos8自带python3,跳过这一步) yum -y install yum-utils yum-builddep python curl -O https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz tar xf 阅读全文
摘要:
源码安装Apache 安装需要的依赖 yum -y install gcc autoconf automake make pcre pcre-devel openssl openssl-devel#pcre是正则表达式库#openssl是安全通信的库 安装apr和apr-until #apr是Ap 阅读全文