Social Media
-
Recent Posts
- Centos brcm-iscsi.log
- WordPress mass update script 3.3.1
- Introducing 2 Parts Magic
- WordPress mass update script 3.3
- December 2011 Newsletter
- Silverstripe CMS on Standing Cloud webinar Tue Dec 13 1300 PST
- Fixing broken permissions or ownership
- Using swap within a VPS
- Easy application hosting using StandingCloud and RimuHosting
- Checking a potentially hacked machine and reinstalling packages when you break things
- VPS-on-dedicated server hosting v2.0
- DigiNotar and SSL certificates
- Why is your server sending spam? why does it keep crashing with high load?
- Could not perform immediate configuration on already unpacked ‘util-linux’.Please see man 5 apt.conf under APT::Immediate-Configure for details
- Hurricane Irene approaching New York
- Apache exploit may crash your server – heres how to fix it
- RimuHosting turns on redundant PSU and redundant power feed options
- Wildcard DNS queries added to our DNS API
- 10 August Dallas outage report
- PCI compliance – a basic HOWTO
Featured
- Easy Peasy Linux Firewalling - iptables
- Fixing broken permissions or ownership
- HOWTO videos for Rimuhosting Control Panel on youtube
- PCI compliance - a basic HOWTO
- Quick and Easy Automatic Backup Script
- Quick and easy iptables blocking and firewalling basics
- rdiff-backup script using sshfs for larger backups
- Setup mail hosting on Debian Squeeze and other distros using postfixadmin
- WordPress mass update script 3.3.1
Tags
apache apache2 api backup bash broken bug centos cloud competition controlpanel Dallas debian dns dpkg easy email error exploit fix hack install java linux mail management mass monitoring mysql Office postfix Rimuhosting script Security server support sysadmin twitter ubuntu update upgrade virtualmin vps wordpress yumSubscription
Fill out the form below to signup to our blog newsletter and we'll drop you a line when new articles come up.
Our strict privacy policy keeps your email address 100% safe & secure.
Meta
Tag Archives: apache
Apache exploit may crash your server – heres how to fix it
We have picked up that there was an exploit in Apache which can result in your server running out of memory. the discovery was noticed quiet some time ago, but never fixed, and it seems to have reared its head … Continue reading
PCI compliance – a basic HOWTO
A lot of people are wanting to be PCI compliant these days, and this is generally a good thing. PCI compliance is not just a server spec, but a list of procedures, policies, controls over access to data. Therefore the … Continue reading
Posted in Featured, Rimuhosting
Tagged apache, compliance, dovecot, PCI, postfix, proftpd, ssh, SSL2, virtualmin, webmin
2 Comments
mod_flvx – flv movies working with apache/apache2
Want to do some streaming of flv on your site? heres how! cd /usr/local/src wget http://people.apache.org/~pquerna/modules/mod_flvx.c apxs -i -a -c mod_flvx.c if apxs does not exist, then apxs2 should. If neither do then install the apache dev packages Debian based … Continue reading
Its the small things that help
We have some users who own VPS who dont want to fork out for automated systems like Plesk or Virtualmin, but dont really want to deal with adding domains and email addresses all the time (and sometimes get lost) I … Continue reading
apache modules to help keep your system steady
libapache2-mod-bw - bandwidth limiting module This module allows you to limit bandwidth usage on every virtual host or directory or to restrict the number of simultaneous connections. The bandwidth control, for example, can be configured according to the criteria: origin … Continue reading
Evading Webapp Vulnerability Scans
Most attackers aren't after your digital property or information stored on your server. They're mostly after your server for its resources to send spam, host phishing sites or launch attacks against other servers. So unless you're running a high profile … Continue reading
Fixing apache file and directory permissions
I've seen this problem a few times, people having trouble getting the permissions right for websites. Heres a quick fix that will sort you in most cases For directories run find /path/to/domain/public_html/ -type d -print0 | xargs -0 chmod 755 … Continue reading
