您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息
三六零分类信息网 > 鹤岗分类信息网,免费分类信息发布

在Lighttpd服务器中运行Django应用的方法

2024/12/18 11:18:44发布6次查看
lighttpd (http://www.djangoproject.com/r/lighttpd/) 是一个轻量级的web服务器,通常被用来提供静态页面的访问。 它天生支持fastcgi,因此除非你的站点需要一些apache特有的特性,否则,lighttpd对于静态和动态页面来说都是理想的选择。
确保 mod_fastcgi 在模块列表中,它需要出现在 mod_rewrite 和 mod_access ,但是要在 mod_accesslog 之前。
将下面的内容添加到你的lighttpd的配置文件中:
server.document-root = /home/user/public_htmlfastcgi.server = ( /mysite.fcgi => ( main => ( # use host / port instead of socket for tcp fastcgi # host => 127.0.0.1, # port => 3033, socket => /home/user/mysite.sock, check-local => disable, ) ),)alias.url = ( /media/ => /home/user/django/contrib/admin/media/,)url.rewrite-once = ( ^(/media.*)$ => $1, ^/favicon\.ico$ => /media/favicon.ico, ^(/.*)$ => /mysite.fcgi$1,)
在一个lighttpd进程中运行多个django站点
lighttpd允许你使用条件配置来为每个站点分别提供设置。 为了支持fastcgi的多站点,只需要在fastcgi的配置文件中,为每个站点分别建立条件配置项:
# if the hostname is 'www.example1.com'...$http[host] == www.example1.com { server.document-root = /foo/site1 fastcgi.server = ( ... ) ...}# if the hostname is 'www.example2.com'...$http[host] == www.example2.com { server.document-root = /foo/site2 fastcgi.server = ( ... ) ...}
你也可以通过 fastcgi.server 中指定多个入口,在同一个站点上实现多个django安装。 请为每一个安装指定一个fastcgi主机。
鹤岗分类信息网,免费分类信息发布

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录