1、本地php+Apache服务器访问 其他ip的mysql数据库我用mysql-client访问,一切都是正常的。但是当用php访问的时候报错:Warning: mysqli_connect() [function.mysqli-connect]: (HY000/2003): Can't conn...
分类:
其他好文 时间:
2014-06-25 16:29:44
阅读次数:
187
参考文档:http://blog.chinaunix.net/uid-23069658-id-4018842.html下载所需解码器:lame:wget http://nchc.dl.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gzl...
分类:
其他好文 时间:
2014-06-25 12:46:47
阅读次数:
411
关闭SELINUXvi /etc/selinux/config#SELINUX=enforcing #注释掉#SELINUXTYPE=targeted #注释掉SELINUX=disabled #增加:wq! #保存退出setenforce 0 #使配置立即生效mysql 5.5.28安装安装路径:...
分类:
数据库 时间:
2014-06-25 12:32:30
阅读次数:
348
. 准备工作
(1)安装svn、ssh
sudo apt-get install ssh subversion
(2)安装texinfo(为了编译man包)
sudo apt-get install texinfo
(3)安装编译所需的支持包,依环境而定
sudo apt-get build-dep emacs21 libgtk2.0-dev xserver-xorg-...
分类:
其他好文 时间:
2014-06-24 21:56:52
阅读次数:
353
如果单纯只想在传输数据时加密传输,那么ssl证书是不需要认证的,但是浏览器打开时会有警告信息。假设我们做的不是一个公众产品那么也还好啦。
如下是今天学习时的一个笔记,其实我用的是真实环境。
环境:CentOS 64, 32bit;Apache 2.2.15;
1.检查apache是否安装了mod_ssl.so模块。
检查方法是查看是否在modules(/etc/httpd/modules/...
分类:
系统相关 时间:
2014-06-24 18:25:40
阅读次数:
278
安装 http://c-ares.haxx.se/
安装 http://concurrencykit.org/
\cp build/ck.pc /usr/lib64/pkgconfig/
$ ./autogen.sh
$ ./configure
$ make
$ make check
$ sudo make install
错误1:
修改cpplint.py, def...
分类:
其他好文 时间:
2014-06-24 17:34:43
阅读次数:
294
在使用cacti监控linux主机上的apache时,apache需要加载mod_status.so模块.编辑httpd.conf,手动添加下行:LoadModulestatus_modulemodules/mod_status.so在重启apache时报错如下:httpd:Syntaxerroronline58of/etc/httpd/httpd.conf:modulestatus_moduleisbuilt-inandcan‘tbel..
分类:
其他好文 时间:
2014-06-24 16:58:35
阅读次数:
5390
本来这个问题真的没必要写的,可是真的困扰我太久%>_/bin/compilervars.sh intel64接下来就是用Intel编译器编译安装netcdf库了:Building NetCDF* with the Intel® compilers官方文档关键就是设置几个编译选项:export CC=...
分类:
Web程序 时间:
2014-06-24 13:59:17
阅读次数:
301
Apache的配置由httpd.conf文件配置,因此下面的配置指令都是在httpd.conf文件中修改。主站点的配置(基本配置) 基本配置:ServerRoot "/mnt/software/apache2" #你的apache软件安装的位置。其它指定的目录如果没有指定绝对路径,则目录是相对于该目...
分类:
其他好文 时间:
2014-06-24 12:34:06
阅读次数:
167
刚刚安装好了ubuntu server14.04,现在要安装一个web服务器,纯静态就用nginx应用程序服务器吧,性能出众啊。
安装编译环境
我们这里采用源码编译安装的方式,大家可以看到很多东西。
保证已经安装了openSSH,然后用putty连接到ubuntu,然后首先安装编译环境,因为是新安装的系统,必须做这步,除非已经安装过了。
...
分类:
其他好文 时间:
2014-06-22 19:52:32
阅读次数:
219