Skip to content

Instantly share code, notes, and snippets.

View Commifreak's full-sized avatar

Robin Kluth Commifreak

View GitHub Profile
@Josh5
Josh5 / calculate_apache_mpm_config.sh
Last active March 13, 2024 13:58
A rough calculation of Apache MPM config
#!/bin/bash
#
# @Author: Josh Sunnex
# @Date: 2019-01-31 10:26:00
# @Last Modified by: josh5
# @Last Modified time: 2019-01-31 10:36:07
#
# usage:
# curl -sSL https://gist.githubusercontent.com/Josh5/ff6ccfe4c75ae27a3f1efebcb645e7c4/raw/calculate_apache_mpm_config.sh | bash -s [PID]
#