没遇到过的两个apache error log的错误

Saturday, April 14th, 2007

今天遇到两个以前没有遇到过的apache错误:1、
Permission denied: .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
这个错误表面上看是没有权限读取".htaccess"文件,不过我并没...

又有apt的错误:aptitude: symbol lookup error: aptitude: undefined symbol: _ZN9pkgPolicyD2Ev

Thursday, April 12th, 2007

Debian etch ,在运行
aptitude updae
aptitude upgrade
之后会出现下面的错误:
.......
0 packages upgraded, 0 newly installed, 0 to remove and 25 not upgraded.
Need to get 0B of archives. After unpacking 0...

"apt-get install" error, no public key 的解决方法

Thursday, April 12th, 2007

重装这台debian使用的是问同事借的一张版本比较旧的etch碟,原因是我家里面的烂光驱死活读不出2006年11月份的那个版本的etch。安装过程很顺利,除了到安装系统软件的那一步,等了很久,换...

不要注释apache的error log,别那么相信graceful

Sunday, October 8th, 2006

不要轻易的注释apache的error log。因为今天有一个惨痛的教训。一台服务器上因为某种原因,导致apache 有非常多的error log。为避免占满磁盘空间,所以希望将error log都停掉。
以前的经验是...