发布时间:2013-09-26 16:40:52
安装nginx
下载地址 http://nginx.org/
tar zxf nginx-1.5.5 .tar.gz
cd nginx-1.5.5
./configure --user=www --group=www --prefix=/usr/local/webserver/nginx2 --add-module=../ngx_cache_purge-1.5 --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module
make;make install......【阅读全文】
发布时间:2013-09-26 16:27:51
下载地址 http://www.php.net/
tar zxf php-5.5.3.tar.gz?
cd php-5.5.3
./configure --prefix=/usr/local/webserver/php --with-config-file-path=/usr/local/webserver/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-discard-path --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable......【阅读全文】
发布时间:2013-09-12 16:03:11
1062 | Error 'Duplicate entry 'adfadfadf' for key 1' on query. Default database: 'xx_db'. Query: 'INSERT INTO .........【阅读全文】