Virtual Host to Enablye the Header Rewrite.

If we got the message show as as below, we may not enablye the apache rewrite function.
2009-02-28_071618.png
To enable this function we should modify the httpd.conf.
Add these command line in the virual host block

RewriteEngine On
Options +FollowSymlinks

To save the httpd.conf and Restart the apache.
when you wirte the .htaccess file without errors, and
your will get the rewrite function.
if not, you man find out the issue from the log.

XAMPP VS. AppServ 使用心得

前陣子進行程式開發
都是使用XAmpp
PHP、MySQL、PhpMyAdmin、FTP、Mail和一些Mod
都包在裡面
加上執行Zend~加速程式
一個免安裝包解開也要個近500MB
執行之後~對一個兼寫程式加上修圖的個人電腦
跑起來真是吃力
後來獨立出一台Server來跑~
程式開發起來~才比較順

Zend好像很少人跑~
殊不知道有了Zend的plugin之後~
一台舊機器也可以跑的很順
不跑Zend可以嗎?
可以~不過~這樣程式碼就必須整個攤在陽光下
這是我不樂見的~
至於怎麼保護~網路上有很多說明
不在這裡討論

為了能讓我的NB順利建立起開發環境
回去看AppServ的官網
最近版本是2.5.9
而且還出了Zend Pluging的安裝包
馬上download回來用

安裝起來~
功能是比較少沒有錯
但是~系統執行起來很順
用時開了Word Excel Firefox IE 和繪圖軟體
也不會感覺到Apache運作上任何的lag
至於更新程式會用到ftp時
再來用filezilla來安裝囉~

原來的Xampp~暫時停用
不過Apache中的mod~我會再試看看
可不可以拿來appserv來用
如果可以的話~可是會省非常多的時間