apache配置反向代理的方法
apache服务器出现No input file specified.解决方案
make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1
Linux centos lamp之 离线安装mysql
http://www.3qphp.com/mysql/sqlquest/178.html
Linux Apache rm: cannot remove 'libtoolT': No such file or directory
Linux Apache rm: cannot remove 'libtoolT': No such file or directory
Linux centos lamp之Apache
./configure --prefix=/usr/local/apache --enable-so --enable-dav --enable-dav-fs --enable-mnaintainet-mode --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-pcre=/usr/local/pcre
linux centos 如何配置固定ip地址
linux centos 如何配置固定ip地址 vi /etc/sysconfig/network-scripts/ifcfg-eth0
解决YUM下Loaded plugins: fastestmirror D
解决YUM下Loaded plugins: fastestmirror D,Centons下其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下:
Linux centos 免密码ssh设置
Linux centos 免密码ssh设置,ssh无密码登录要使用公钥余私钥,Linux下可以使用ssh-keygen生成公钥/私钥对。,ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa