Tag Archives: Apache

How to install trac service on Ubuntu for multiple projects using Mod_Python.

Previously I have installed a DNS service on my Ubuntu server. Today I would like to install a Trac service which supports for multiple projects using Mod_Python on Apache. Condition : I would like to use sub-domain for trac service … Continue reading

Posted in Apache, DNS, Ubuntu, linux | Tagged , , , | 2 Comments

How to create virtual host on Apache.

Yesterday, my boss wanted to start his new domain on old web server. I ever heard about apache could start many domain on one server by virtual host. I tried to find document for configuration and I found….

Posted in Apache, linux | Tagged , | Leave a comment

How to install PHP5,Apach2.2,MySQL5 by manual compile.

ได้รับมอบหมายให้ Install OS พร้อม Software จำพวก Apache, PHP5 แล้วก็ MySQL5 เริ่มแรกเราก็ไปหา source file มาก่อน เตรียมๆ เอาไว้ ดังนี้ Apache 2.2 MySQL 5.0.37 PHP 5.2.1 ลำดับการติดตั้ง ก็ตามนี้ครับ การติดตั้ง Apache 2.2 การติดตั้ง MySQL 5.0.37 : http://laffers.net/howtos/howto-install-mysql การติดตั้ง PHP 5.2.1

Posted in Apache, MySQL, PHP, linux | Tagged , , | 4 Comments