學術及資源的交流園地 ^_^

mod_deflate, mod_gzip (apache deflate)

最後更新: 2017-06-28

目錄

 

介紹

mod_deflate 是一個 Apache 的 input/output filter 來 (舊版(2.2): mod_gzip)

它多數運用在 Output 時, 用作將某類型資料壓縮(i.e. *.css, *.js)

 

websitepanel

 

 

WebsitePanel Installer (2.0.0.256)
    WebsitePanel-EnterpriseServer-2.0.0.zip
    WebsitePanel-Portal-2.0.0.zip
    WebsitePanel-Server-2.0.0.zip
    WebsitePanel-StandaloneServerSetup-2.0.0.zip

 

 


 

link

http://www.websitepanel.net/
 

 

 

DB Engine Setting

Upgrading MySQL on Windows

Upgrading MySQL on Windows

 

1. Stop Service

shell> NET STOP MySQL

2. Remove Service

shell> C:\mysql\bin\mysqld --remove

3. Backup and unzip install package

4. Configure my.ini

Example: Add character-set

[mysqld]
character-set-server=big5

[client]
default-character-set=big5

 

5. Try to Run

mysqld --defaults-file="C:\mysql\my.ini"

 

6. Install Service

shell> C:\mysql\bin\mysqld --install MySQL --defaults-file=C:\mysql\my.ini

 

7. fix_privilege

linux:

RSS feed