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 that is trac.aoddy.com
- Trac service can support multiple projects such as trac.aoddy.com/Project1, trac.aoddy.com/Project2
- Trac service supports SVN service too.
Read more »
Tags:
Apache,
svn,
trac,
Ubuntu
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….
Read more »
Tags:
Apache,
linux
ได้รับมอบหมายให้ 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
Read more »
Tags:
Apache,
MySQL,
PHP