Archive for category linux 服务器安装
apache cassandra在php上的一些应用
Posted by Albert in linux 服务器安装, PHP语言学习 on May 9th, 2010
http://github.com/mjpearson/Pandra/downloads
Dependencies
* Cassandra >= 0.6
* Thrift Interface (tested cassandra.thrift and pre-generated files are packaged)
* PHP >= 5.3
* OSSP PHP-UUID module
– Optional
* Model Generation – syck yaml
* Caching – APC or Memcached (PECL)
* Logging – Syslog, Sendmail and FirePHP
http://incubator.apache.org/cassandra/
GraphicsMagick 安装使用
Posted by Albert in linux 服务器安装, PHP语言学习 on May 7th, 2010
淘宝用于图片resize和水印的工具不是imagemagick而是graphicsmagick,效率据说高一些,我们来试试
download : http://www.graphicsmagick.org/download.html
下载.tar.gz文件 Read the rest of this entry »
apache Could not reliably determine the server’s fully 解决。。
Posted by Albert in linux 服务器安装, PHP语言学习 on April 23rd, 2010
修改httpd.conf
ServerName localhost:80
这样就ok了啊~~
Recent Comments