window+lighttpd+php 配置经验简谈》的相关内容

在Linux平台上安装和配置Ruby on Rails详解

在Linux平台上安装和配置Ruby on Rails详解   ruby on rails推荐的生产运行环境是Linux/FreeBSD/Unix,即Unix系列的操作系统,采用lighttpd+FCGI的解决方案。以下我将以Linux操作系统,lighttpd+FCGI,MySQL数据库为例,从源代码编译安装开始讲解。   在安装之前,应该确认Linux操作系统已经安 ...
by robbin 2007-01-05 浏览 (47001) 回复 (44) 关键字: lighttpd fcgi

ubunut 搭建rails2.02环境时,安装lightttpd时出错,

根据robbin 在Linux平台上安装和配置Ruby on Rails详解, 在ubuntu7.10本地测试搭建rails2.02环境, 下载lighttpd: http://www.lighttpd.net/download/ tar xzvf lighttpd-1.4.13.tar.gz cd lighttpd-1.4.13 ./configure --prefix=/usr/local ...
by kingze 2008-05-03 浏览 (264) 回复 (3) 关键字: lighttpd

lighty的lb问题

看了galaxystar的帖子之后对lighty有了初步的了解,而且从google的trends上也可以看出lighty确实是一个web server中迅速崛起的新星,势头非常之强劲,所以趁这个周末我也来学习一把 1,下载安装,我使用的是ubuntu7.10,所以下载lighttpd非常简单,只要执行 sudo apt-get install lighttpd 命令就可以下载并安装lighttp ...
by ahuaxuan 2008-03-23 浏览 (555) 回复 (8) 关键字: lighty

SVN与Apache整合的一个问题(Cannot load mod_dav_svn.so in...

Google了N久,还是没有找到答案,所以怕怕的在这里发了。:) 我的步骤如下: 1:安装Berkeley DB(版本:db-4.2.52.NC.tar.gz)到 /usr/local/subversion 下面 2:安装Apache (版本:httpd-2.0.55.tar.gz)到/usr/local/subversion下面 其中使用命令: ./configure --prefix=/u ...
by j2j 2005-10-18 浏览 (3579) 回复 (8) 关键字:

【转帖】Lighttpd 的安装配置

原文地址: http://hi.baidu.com/jakee/blog/item/9679f62438f70e338744f9d6.html Lighttpd 的安装配置2006-07-16 01:06lighttpd(http://lighttpd.net/)和apache一样是开源的,与apache相比,虽然功能不及apache完善,稳定性也不如apache,但是,不管是服务静态 ...
by rubyol 2007-04-18 浏览 (605) 回复 (0) 关键字:

lighttpd install

、安装lighttpd # tar vxzf lighttpd-1.4.18.tar.gz # cd lighttpd-1.4.18 # ./configure --prefix=/usr/local/lighttpd # make # make install # mkdir /usr/local/lighttpd/htdocs # mkdir /usr/local/ligh ...
by aroundworld2008 2008-03-03 浏览 (121) 回复 (0) 关键字:

linux上安装和配置ror环境笔记

首先先要下载rubycd /home/localwget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p111.tar.gz下载源代码包到本地Linux主机,然后解压缩,进入该目录,进行配置,编译和安装:tar xzvf ruby-1.8.6-p111.tar.gzcd ruby-1.8.6-p111./configure –pref ...
by kenter1643 2008-01-05 浏览 (217) 回复 (0) 关键字:

在Windows平台使用LightTPD和Mongrel运行Ruby on Rails

什么是Mongrel? 一个快速的Web Server,速度快于WEBrick甚多,网络上的介绍很多。 什么是Lighttpd? 用于转发request到a cluster of Mongrel,网络上的介绍同样很多。 使用它们可以解决Rails在request上面出现的问题。 一、首先从rubyforge网站下载One-Click Ruby Install,运行安装程序,就安装好了ru ...
by linzy410 2008-01-21 浏览 (257) 回复 (9) 关键字:

lighttpd 安装配置

【Lighttpd 安装配置】 首先需要安装: libpcre libz 官方网址:http://www.lighttpd.net # cd /usr/local/src # wget http://www.lighttpd.net/download/lighttpd-1.4.18.tar.gz # tar -zxvf lighttpd-1.4.18.tar.gz # cd lighttp ...
by yanwenhan 2007-12-19 浏览 (624) 回复 (0) 关键字: lighttpd 安装配置

django + mod_python怎么实现程序更改不重启apache

采用mod_python,将django项目配置到apache下。现在碰到的问题是,如何实现不重启apache,更改后的程序立即生效。网上google了下,只找到些零碎的话如:“mod_python 一直带 import_module() 函数来加载模块, 当模块改变的时候自动重新加载。 可以解决这个问题”,没找到具体代码。另一种实现是设置 MaxRequestsPerChild 1 但看了下资 ...
by freecode 2008-05-13 浏览 (354) 回复 (1)

安装WebSphere WAS应用服务器

IBM WebSphere Application Server提供了从电子商务的构建、发布到管理的能力。其标准版提供了开放、标准的平台。本文介绍介绍如何在Windows NT 上安装与配置WebSphere应用服务器。 WebSphere Application Server包括Servlet运行引擎、高性能的数据库连接程序,提供预连接、会话和状态管理的应用服务,WebSphere还支持XML ...
by IBM文章编辑 2007-08-07 浏览 (2155) 回复 (0)

Apache HTTP Server 2.2.9

最流行的HTTP服务器软件之一.快速、可靠、可通过简单的API扩展,Perl/Python解释器可被编译到服务器中,完全免费,完全源代码开放.如果你需要创建一个每天有数百万人访问的Web服务器,Apache可能是最佳选择. 下载:Apache HTTP Server 2.2.9 for Windows (9.38 MB)下载: Apache HTTP Server 2.2.9 for Linux ...
by galaxystar 2008-06-15 浏览 (1124) 回复 (2) 关键字: apache

推荐知识库条目

Comming soon