Web Server分類文章 顯示方式:簡文 | 列表

August 16,2006

lighttpd + cakePHP 使用 $HTTP['host'] 來做 url.rewite

在 lighttpd 底下
如果要使用 $HTTP['host'] 這種方式來搞 cakePHP 的 url rewrite
就要使用不同的 host name 來處理 ...繼續閱讀

Posted by thegiive at 樂多Roodo!11:17回應(0)引用(0)

August 10,2006

cakePHP 在 lighttpd 上面使用

cakePHP 裡面有一個 .htpaccess 的 file
負責 module rewrite 的部份
如果享用 lighttpd 來使用的話
必須 enable mod_rewrite
並且加上一些 rewrite rule
本文摘自 cakePHP Wiki
...繼續閱讀

Posted by thegiive at 樂多Roodo!16:03回應(0)引用(0)

August 9,2006

lighttpd auth

本網頁取自 此頁
記載著 lighttpd 的 auth 方式 ...繼續閱讀

Posted by thegiive at 樂多Roodo!16:43回應(0)引用(0)

August 2,2006

lighttpd mod_rewrite 寫法

lighttpd mod_rewrite 的用法

...繼續閱讀

Posted by thegiive at 樂多Roodo!16:49回應(0)引用(0)

July 26,2006

lighttpd + php (mod_fastcgi)

1. USE="-ipv6 -ssl doc php fastcgi"emerge lighttpd -apv

2. USE="cgi doc -apache2 -berkdb curl mysql mysqli unicode xmlreader xmlrpc xmlwriter iconv gd sockets" emerge -apv php


參考這頁 Gentoo Wiki

Posted by thegiive at 樂多Roodo!18:22回應(0)引用(0)

June 6,2006

May 28,2006

設定 htpaccess 方式

  1. 設定一個 Password File
  2. htpasswd2 -c password_file user_name
  3. 撰寫 .htpaccess
  4. AuthUserFile password_file_path AuthGroupFile /dev/null AuthName EnterPassword AuthType Basic require valid-user
參考連結 : access control 方式
Apache Tutorial 
...繼續閱讀

Posted by thegiive at 樂多Roodo!13:27回應(0)引用(0)

July 26,2005

apache

敘述一些httpd.conf的設定 , 以及一些error的處理 ...繼續閱讀

Posted by thegiive at 樂多Roodo!9:55回應(0)引用(0)
 [1]