Skip to main content
Major Hayden

Major Hayden

A social nerd writing about everything 🤓

Recent

Can’t Kill Sendmail Processes

··98 words·1 min
If you find yourself in the sticky situation where kill -9 still won’t kill a sendmail process, check the process list.

PHPLive Has No session.save_path

··26 words·1 min
Add this to the virtual host configuration if PHPLive says it has no session.

Raising MaxClients? Change ServerLimit.

··114 words·1 min
Remember, if you raise MaxClients for an MPM in Apache, you must raise the ServerLimit directive, which is normally set to 256 on most servers.

Rootkit Checks on RHEL

··206 words·1 min
If you think you have a rooted RHEL box, you’ll want to run the usual rkhunter, chkrootkit, and you will want to inspect for rogue processes.

Group Editing With FTP

··223 words·2 mins
So you have multiple users that need to read and write to certain files on the filesystem?