Elvis Woo

To whom be glory forever and ever. Amen.

Skip to: Content | Sidebar | Footer



Category: Application System

Apache IndexesDirectory Charset

9 October, 2009 (16:59) | Application System, Linux

Create a .htaccess file at the root directory of website
Add "IndexOptions Charset=GB2312"  and save it.
Finished.

Installed ImageVue on CentOS 5

18 July, 2009 (21:03) | Application System, Linux


ASP Website on IIS6.0

10 August, 2008 (08:51) | Application System, Windows

Step 1:
Open "Internet Information Services (IIS) Manager" 
Select  "Web Service Extensions". Then select "Active Server Pages" in the right column. 
Click "Allow" button.
Now, this Windows 2003 Server is support ASP.

Step 2:
Now, we should enable parent paths.
Right click the website what we want to config.
Click "properties", Select "Home Directory", Click "Configuration" . At the "Application Configuration" we select [...]

To Replace <p> with <br> in FCKedit

2 March, 2008 (11:37) | Application System

Edit fckconfig.js
FCKConfig.EnterMode = ‘p’ ;                    // p | div | br
FCKConfig.ShiftEnterMode = ‘br’ ;        // p | div | br
Change the value.

*********************************************************

Fix Incorrect GMT time in Proftpd

2 March, 2008 (11:09) | Application System, Linux

Edit proftpd.conf
Add TimesGMT off 

Then save & quit and create a softlink
ln -s /usr/share/zoneinfo/Asia/Shanghai /usr/share/zoneinfo/CST
restart proftpd
************************************************

Remove “Apache 2 Test Page”

28 February, 2008 (16:53) | Application System, Linux

Edit or Replace /var/www/error/noindex.html
*****************************************

How to install Bugzilla 3.1.2 on RHEL5/ContOS5.

2 December, 2007 (21:17) | Application System, Linux

1. Install OS (RHEL 5/ContOS 5) with Apache, MySQL, Development Tools. Sendmail or Postfix is recommended.
2. Download Bugzilla from http://www.bugzilla.org/download/

3.Uncompression bugzilla-3.1.2.tar.gz.

4.Enter the root dircetory of the bugzilla, run ‘./checksetup.pl’ .
(To Be Continued……)
**************************************************