It wasn’t that long ago that I decided to partition a couple of our new servers using the LVM file system. I have read that using the LVM (logical volume manager) is much for flexible than using standard ext3 or ext4 partitions. This is true when you are using a physical server with physical hard [...]
LVM is not as useful in a virtual server environment
Our Apache2 config changes for Drupal web server
Drupal is the tool of choice for our web site team, but it using alot of dynamic page content. Consequently, that increases the memory usage for the apache server processes. Each process on our production server uses 30-50MB. The server currently has 4GB total memory, so that means it should be able to handle 80-130 [...]
Quick host lookup tip
If you would like to query for a particular record type for a domain, then this tip is for you. In my specific case, I needed to make sure that my mail server was reading the txt record correctly for our domain. You can use this host command to do so: #host -t txt <domainname> [...]
Domain level Apache configuration changes in Plesk
Plesk doesn’t provide an easy way to make virtualhost configuration changes in Apache. When Plesk is installed the default Apache settings are left untouched. Plesk adds a .conf file to Apache’s conf.d directory that specifies “Include” parameters for the each domain’s configuration file. The Plesk config files are over written whenever changes are made via [...]