发新话题
 搜藏 打印 该页面添加到 Mister Wong

Lighttpd如何配置泛解析域名

Lighttpd如何配置泛解析域名

# handish virtual hosti# handish virtual hosting
# map all domains of a top-level-domain to a single document-root
$HTTP["host"] =~ "(^|\.)example\.org$" {
  server.document-root = "/var/www/htdocs/example.org/pages/"
}

本文由cckj 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-4207-1-1.html

TOP

发新话题