Tag Archives: fix

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

Posted in Security | Tagged , , , , , , , | 1 Comment

Debugging broken mail daemons

Getting bounced mail? here let me try and explain a few of the more common problems. Have you added the domain to accept mail? You need to add the domain into the mail server so it knows to accept email … Continue reading

Posted in Rimuhosting | Tagged , , , , , , , | Leave a comment

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

Posted in Rimuhosting | Tagged , , , , | 2 Comments