wiki:jazz/09-08-19

2009-08-19

  • [陽明] Changeset 48 : 歷史計算結果回顧機制
  • KING 知識庫中心科技發展計畫 績效成果報告 v2

Lighttp mod_simple_vhost

  • [緣起] 平常慣用的是 apache / apache2 ,因專案需求想知道 lighttpd 如何設定 vhost
  • [參考] mod_simple_vhost
  • STEP 1: 修改 /etc/lighttpd/conf-available/10-simple-vhost.conf 設定檔
    • 10-simple-vhost.conf

      old new  
      1111simple-vhost.document-root       = "/html/"
      1212
      1313## the default host if no host is sent
      14 simple-vhost.default-host        = "www.example.com"
       14simple-vhost.default-host        = "classcloud.org"
       15
       16##
       17$HTTP["host"] == "f-motif.classcloud.org" {
       18           server.document-root = "/var/www/f-motif/"
       19}
  • STEP 2: 啟動 mod_simple_vhost
    $ sudo /usr/sbin/lighttpd-enable-mod simple-vhost
    $ sudo /etc/init.d/lighttpd force-reload
    
Last modified 15 years ago Last modified on Aug 21, 2009, 7:42:29 PM