Today, I successfully solved the problem of my own personal website connection speed problem. I had moved my website www.yuleshow.com from Linux Association server to my friend Worm Wang’s server. After that, I found that the server was really slow, it always took 5 to 20 seconds to load the homepage. I checked the server today and found that the first line of virtual server was set as asterisk instead of real IP address. I changed it and the server works well.
Related Posts
RSS Reader
As the popping of blog, the RSS reader also becomes more and more poplar. RSS reader is some kind of a news collector which retrieves the XML formatted news/blog announcement…
關於本博客用的東東
當然,系統還是用MT,Sixapart的movaletype 3.2,對於個人網站來說,是免費的,直接到 www.sixapart.com 下載就可以了,是一個.tar.gz的包,上傳到服務器,然後要配apache的VitualHost,配好後,重啟httpd,網頁服務正常。 在網頁根目錄裡用tar -zxvf解壓MT-xxx.tar.gz包,會生成一個MT-xxx的目錄,直接用mv將之改成cgi-bin,然後進入cgi-bin,把mt-static目錄再移到網頁根目錄。 在cgi-bin目錄中有個mt-config-xxxx.x的文件,複製成mt.cfg,然後打開,改動其中三處:1. 網址,2.datasource,我設成了./db,就是cgi-bin目錄下的db目錄,把db設成777,3.mt-static目錄的URL。然後用http://www.somewhere.com/cgi-bin/mt.cgi初始化就可以了,當然你的perl要事先配好,可以用 http://www.somewhere.com/cgi-bin/mt-check.cgi查。 裝了一個插件,StyleCatcher,有兩點要說,解壓後兩個目錄,對應複製即可。但在要做兩次setup,分別在進入管理界面後的最右面list中選plugins,以及進入特定blog後,在setting裡的plug-in裡,兩次的setup必須要分開做,下載有困難,可以直接到Sixaprt下載,解壓後放在前面setup好的themes目錄即可;還有一點,有些css的圖片路徑不對,要手工修改。 最後,寫博客,用了客戶端軟件Zoundry,要注意,密碼不是管理員界面的登錄密碼,而是用戶管理裡面在密碼下面的API密碼,Zoundry兼容性什麼都不錯,可以試試,地址在www.zoundry.com。
博客優化
Today, I did more study and research on the test server. I was reading the MT tags and created a full listed tags page, it works well. Later on, I…