Sunday, November 13, 2005

webserver partitioning scheme

for the web server i decided to go with the following setup. dual
1.4Ghz PIIIs with 2Gb RAM. the partitioning scheme is as follows

hda1 - /boot - ext2 - 512Mb
hda2 - / - ext3 - 10Gb
hda3 - /home- ext3 - 10Gb
hda5 - swap - swap- 4Gb (twice the ram)
hda6 - /tmp - ext3 - 1Gb
hda7 - /var - ext3 - rest

haven't setup up the RAID 1 yet. decided to go with Apache 1.3 and
php4 because that is Daniels preferred choice. the mysql servers are
going to be serperate.

INTERNET ----> Load Balancer ---->------------------------
(using direct routing)
| webserver 1 |
|webserver 2 |
------------------------
|

----------------------------------
mysql 1 (load balancing)
mysql 2 (mirroring)

----------------------------------

0 Comments:

Post a Comment

<< Home