11.6 MariaDB安装 html
编辑指定配置文件apache
vi /usr/local/mariadb/my.cnfspa
/etc/init.d/mariadb restart.net
11.7/11.8/11.9 Apache安装命令行
若出现这样的错误,解决:缺乏expat-devel包, yum install expat-develunix
./configure --prefix=/usr/local/apache2.4 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --enable-so --enable-mods-shared=mostrest
yum install -y pcre-develhtm
命令行启动 /usr/local/apache2.4/bin/apachectl startblog
ps aux |grep httpdget
netstat -lntp
扩展
apache dso https://yq.aliyun.com/articles/6298
apache apxshttp://man.chinaunix.net/newsoft/ApacheMenual_CN_2.2new/programs/apxs.html
apache工做模式 http://www.cnblogs.com/fnng/archive/2012/11/20/2779977.html