一題85%的人都會做錯的算術題, 我自己還不知道答案?
作者:Ahan 日期:2005-03-09 23:55
冬彩物語。 北海道破冰船+迪士尼7天(日亞航空)
作者:Ahan 日期:2005-03-09 23:24
將 tomcat 整合到 apache
作者:Ahan 日期:2005-03-09 22:14
下載mod_jk2
下載位置:http://ftp.cis.nctu.edu.tw/data/apache/jakarta/tomcat-connectors/jk2/source/
http://ftp.cis.nctu.edu.tw/data/apache/jakarta/tomcat-connectors/jk2/source/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz
編譯Jakarta-Tomcat-connectors 2
[root@localhost tmp]# tar -zxvf /home/bruce/linux/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz
[root@localhost tmp]# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
[root@localhost native2]# chmod a+x buildconf.sh
[root@localhost native2]# ./buildconf.sh
[root@localhost native2]# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
[root@localhost native2]# make
[root@localhost native2]# cp /tmp/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/.libs/mod_jk2.so /usr/local/apache2/modules/mod_jk2.so
[root@localhost native2]# cp /tmp/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/conf/workers2.properties /usr/local/apache2/conf/workers2.properties
編輯 httpd.conf
尋找DSO
加入LoadModule jk2_module modules/mod_jk2.so
編輯 workers2.properties
修改最下面的example及servlets
[uri:/jsp-examples/*]
info=JSP examples, map requests for all JSP pages to Tomcat.
context=/jsp-examples
[uri:/servlets-examples/*]
info=Servlet examples, map requests for all servlets to Tomcat.
context=/servlets-examples
重新啟動tomcat及apache即完成整合
下載位置:http://ftp.cis.nctu.edu.tw/data/apache/jakarta/tomcat-connectors/jk2/source/
http://ftp.cis.nctu.edu.tw/data/apache/jakarta/tomcat-connectors/jk2/source/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz
編譯Jakarta-Tomcat-connectors 2
[root@localhost tmp]# tar -zxvf /home/bruce/linux/jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz
[root@localhost tmp]# cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
[root@localhost native2]# chmod a+x buildconf.sh
[root@localhost native2]# ./buildconf.sh
[root@localhost native2]# ./configure --with-apxs2=/usr/local/apache2/bin/apxs
[root@localhost native2]# make
[root@localhost native2]# cp /tmp/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/build/jk2/apache2/.libs/mod_jk2.so /usr/local/apache2/modules/mod_jk2.so
[root@localhost native2]# cp /tmp/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/conf/workers2.properties /usr/local/apache2/conf/workers2.properties
編輯 httpd.conf
尋找DSO
加入LoadModule jk2_module modules/mod_jk2.so
編輯 workers2.properties
修改最下面的example及servlets
[uri:/jsp-examples/*]
info=JSP examples, map requests for all JSP pages to Tomcat.
context=/jsp-examples
[uri:/servlets-examples/*]
info=Servlet examples, map requests for all servlets to Tomcat.
context=/servlets-examples
重新啟動tomcat及apache即完成整合
跟著流行來玩玩部落格(Blog)
作者:Ahan 日期:2005-03-09 22:05
今天在Source Forge亂逛時發現這個部落格(Blog),不必用到資料庫也可以做到一般部落格的功能,畫面也滿素雅簡單的,所以就把它裝來玩玩,沒想到在安裝時也是超簡單的,把它Download下來後,再copy到我的web資料夾裡面,再開Browser隨便點選一個檔案進入設定頁面後,再把資料填一填就完成現在所看到的樣子了,它在Source Forge 裡面的專案名稱叫Simple PHP Blog ,在這裡介紹給大家。


