码迷,mamicode.com
首页 >  
搜索关键字:nginx fastcgi错误primary script unknown解决办法    ( 48090个结果
VIM 一键编译
第一种方法去VIM官网下个CVIM插件(http://www.vim.org/scripts/script.php?script_id=213)应该是这个地址,不是的话,自己去VIM官网输入CVIM关键字搜索直接解压到你的.vim文件夹中(就是专门放VIM插件的文件夹)然后命令如下(只针对C和C++...
分类:其他好文   时间:2014-07-06 21:18:13    阅读次数:152
centOS-64位通过YUM源安装nginx
第一步:在 /etc/yum.repos.d/ 目录下,建立名叫nginx.repo的软件源配置文件。 文件 nginx.repo 的内容是:[nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releaseve...
分类:其他好文   时间:2014-07-06 20:40:06    阅读次数:173
阿里云服务器数据库mysql连不上解决方法
有时启或无缘无故的就会出来数据库连不上的问题。1.重启服务器2.出现了mysql未连接上,3.重新启动mysql,出现5024.执行/etc/init.d/php-fpm start,出现数据库无法连接5.执行service mysqld restart,重启数据库如果=====nginx错====...
分类:数据库   时间:2014-07-06 15:49:55    阅读次数:317
windows下node.js+sublime中安装coffeescript
node.js中安装Coffeescript1.我的node.js安装目录2.node.js 全局模块所在目录3.node.js安装coffeescript1 npm install -g coffee-script至此理论上node.js中已经安装好coffeescript编译器了,不过我第二次安...
分类:Windows程序   时间:2014-07-06 15:22:08    阅读次数:299
nginx(一)
crul新浪微博的时候发现对面用的是nginx服务器,在虎扑足球(挺好的足球论坛)讨论世界杯也发现他们也用这nginx,联想到阿里的tengine也是基于nginx的,觉得有了解一下nginx的必要了。1. nginx安装 nginx安装跟普通开源软件安装相似(都使用makefile),具体流程.....
分类:其他好文   时间:2014-07-06 14:05:11    阅读次数:239
Perl操作Oracle
一、 perl连接Oracle数据库[plain]view plaincopy[oracle@oracle11gR2perl_script]$moreconnect.pl#!/usr/bin/perl#perlscriptusedtoconnecttoOracleusestrict;useDBI;m...
分类:数据库   时间:2014-07-06 13:09:28    阅读次数:278
error while loading shared libraries: libpcre.so.1: cannot open shared object file
执行启动nginx:/usr/local/nginx/sbin/nginx    错误:/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory     查找:[roo...
分类:其他好文   时间:2014-07-06 00:11:52    阅读次数:205
Nginx配置文件详细说明
Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络.#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /va...
分类:其他好文   时间:2014-07-05 21:31:22    阅读次数:183
【Nginx】基本数据结构
整型的封装typedef intptr_t ngx_int _t;//有符号整型typedef uintptr_t ngx_uint_t;//无符号整型字符串的封装typedef struct{ size_t len; u_char *data; }ngx_str_t;链表容器...
分类:其他好文   时间:2014-07-05 20:55:25    阅读次数:252
Nginx 配置文件模板
user www www;worker_processes 2;error_log /usr/local/nginx/logs/nginx_error.log crit;pid /usr/local/nginx/logs/nginx.pid;#Specifies the valu...
分类:其他好文   时间:2014-07-05 20:48:19    阅读次数:245
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!