這裏顯示兩個版本的差異處。
Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
service:apache [2008/04/12 23:12] wenpei |
service:apache [2011/06/20 17:29] (目前版本) wenpei GoAccess |
||
---|---|---|---|
行 126: | 行 126: | ||
需要啟動apache2 | 需要啟動apache2 | ||
+ | ===== 自動導向 https ===== | ||
+ | RewriteEngine On | ||
+ | RewriteCond %{SERVER_PORT} !^443$ | ||
+ | RewriteRule ^(.*)$ https://%{SERVER_NAME}/~somewhere/$1 [L,R] | ||
+ | |||
+ | ====== Log 分析 ====== | ||
+ | ===== GoAccess===== | ||
+ | http://goaccess.prosoftcorp.com/ | ||
+ | |||
+ | http://www.openfoundry.org/index.php?option=com_content&task=view&id=8228&Itemid=4 | ||
====== 使用Apache自動判別語系 ====== | ====== 使用Apache自動判別語系 ====== |