E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
mod_fastcgi
rails部署艺术
听到Rails部署这两词,可能你首先想到的是下面这堆东西: * CGI* Apache/
mod_fastcgi
* Lighttpd/fcgi* Apache2/mod_fcgi* Lighttpd
jsntghf
·
2009-11-10 17:00
多线程
nginx
linux
lighttpd
Rails
joomla 安装步骤
先配置lighttpd,编辑/etc/lighttpd/lighttpd.conf文件,把
mod_fastcgi
的注释取消,向下找到fastcgi.server=(".php"=>(("socket"=
sanitizer
·
2009-09-16 20:00
在lighttpd上使用fastcgi方式部署hg server
lighttpd配置:#加载fastcgi模块server.modules +=("
mod_fastcgi
")#定义一个新的web服务在81端口$SERVER["socket"]=="0.0.0.0:
seewind
·
2009-06-04 12:37
server
部署
lighttpd
fastcgi
休闲
在lighttpd上使用fastcgi方式部署hg server
lighttpd配置:#加载fastcgi模块server.modules +=("
mod_fastcgi
")#定义一个新的web服务在81端口$SERVER["socket"]=="0.0.0.0:
seewind
·
2009-06-04 12:37
server
部署
lighttpd
fastcgi
休闲
在lighttpd上使用fastcgi方式部署hg server
lighttpd配置:#加载fastcgi模块server.modules+=("
mod_fastcgi
")#定义一个新的web服务在81端口$SERVER["socket"]=="0.0.0.0:81
seewind
·
2009-06-04 12:37
server
部署
休闲
apache和nginx互切同时都支持fastcgi
apache和nginx互切同时都支持fastcgiapache是模块化结构,本身不自带支持FASTCGI的模块,要让php-fastcg支持APACHE,必须借助于第三方模块
mod_fastcgi
;关于
zzjcn_21
·
2008-12-24 21:50
linux
apache
fastcgi
linux系统管理
apache和nginx互切同时都支持fastcgi
apache和nginx互切同时都支持fastcgiapache是模块化结构,本身不自带支持FASTCGI的模块,要让php-fastcg支持APACHE,必须借助于第三方模块
mod_fastcgi
;关于
zzjcn_21
·
2008-12-24 21:50
apache
nginx
linux
fastcgi
apache和nginx互切
osx 下 安装
mod_fastcgi
今天在osx下安装了支援apache2(xampp套件)的fastcgimodules参考http://townx.org/ruby_on_rails_on_xampp_with_fastcgi_for_ubuntu_hoary补个图:具体安装步骤:1.从http://www.fastcgi.com/dist/mod_fastcgi-current.tar.gz 下载源码2.解压,mvMakefi
rikugun
·
2008-10-27 16:00
python
osx
ubuntu
cgi
Rails
环境下编译
mod_fastcgi
出错处理
tar xvzf mod_fastcgi-2.4.2.tar.gz cd mod_fastcgi-2.4.2 cp Makefile.AP2 Makefile make 出现: mod_fastcgi.c: In function `init_module': mod_fastcgi.c:270: error: `ap_null_cleanup' undeclared (fir
kenter1643
·
2008-01-15 22:00
apache
C++
c
C#
永久域名
lighttpd.conf文件,开启server.modules中的一下服务server.modules=("mod_rewrite","mod_redirect","mod_alias","mod_access","
mod_fastcgi
lidand
·
2008-01-15 18:00
django + lighttpd + fastcgi 配置
lighttpd的主要配置如下:server.modules=("mod_rewrite","mod_alias","mod_access","mod_status","
mod_fastcgi
","mod_accesslog
bobning
·
2008-01-11 10:00
lighttpd
Django
Python
SQLite
Access
django + lighttpd + fastcgi 配置
lighttpd的主要配置如下:server.modules=("mod_rewrite","mod_alias","mod_access","mod_status","
mod_fastcgi
","mod_accesslog
bobning
·
2008-01-11 10:00
lighttpd
Django
Python
SQLite
Access
Windows下编译
mod_fastcgi
for apache 2.2
参考了http://www.dup2.org/node/754,我只是把apache2.2的include和lib目录加到编译链接参数里了。cl /ID:Apache2.2include /MD /D "WIN32" /c fcgi_buf.ccl /ID:Apache2.2include /MD /D "WIN32" /c fcgi_config.ccl /ID:Apache2.2include
FeiSan
·
2007-10-06 22:00
apache
c
windows
Module
dll
include
apache支持rails
rails运行了,不过感觉运行起来效果不怎么好,还不如lighttpd方便哈,把主要配置记录一下,方便今后自己用到:1、下载RubyForApache-1.3.1.exe,注意选好目录,并且安装的时候只装
mod_fastcgi
mathsfan
·
2007-05-09 15:00
Rails
Apache
lighttpd
MySQL
Ruby
apache支持rails
rails运行了,不过感觉运行起来效果不怎么好,还不如lighttpd方便哈,把主要配置记录一下,方便今后自己用到:1、下载RubyForApache-1.3.1.exe,注意选好目录,并且安装的时候只装
mod_fastcgi
mathsfan
·
2007-05-09 15:00
apache
mysql
lighttpd
Ruby
Rails
apache支持rails
rails运行了,不过感觉运行起来效果不怎么好,还不如lighttpd方便哈,把主要配置记录一下,方便今后自己用到:1、下载RubyForApache-1.3.1.exe,注意选好目录,并且安装的时候只装
mod_fastcgi
mathsfan
·
2007-05-09 15:00
Rails
Apache
lighttpd
MySQL
Ruby
apache2.2
Mod_fastcgi
的安装
在网上找到一个
mod_fastcgi
的patch:http://www.fastcgi.com/archives/fastcgi-developers/2005-December/004056.html
yycc
·
2007-03-03 12:00
apache
多线程
html
数据结构
mysql
apache2.2
Mod_fastcgi
的安装
在网上找到一个
mod_fastcgi
的patch:http://www.fastcgi.com/archives/fastcgi-developers/2005-December/004056.html
yycc
·
2007-03-03 12:00
MySQL
Apache
多线程
数据结构
HTML
lighttpd的负载均衡和错误恢复
lighttpd.conf文件,开启server.modules中的一下服务server.modules=("mod_rewrite","mod_redirect","mod_alias","mod_access","
mod_fastcgi
freespace
·
2006-10-16 11:00
lighttpd
Linux
Windows
浏览器
Access
lighttpd的负载均衡和错误恢复
lighttpd.conf文件,开启server.modules中的一下服务server.modules=("mod_rewrite","mod_redirect","mod_alias","mod_access","
mod_fastcgi
freespace
·
2006-10-16 11:00
lighttpd
Linux
Windows
浏览器
Access
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他