HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-31-18-78 6.17.0-1017-aws #17~24.04.1-Ubuntu SMP Tue May 26 21:09:53 UTC 2026 aarch64
User: ubuntu (1000)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //etc/apache2/mods-available/mpm_event.conf.dpkg-old
# event MPM
# StartServers: initial number of server processes to start
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestWorkers: maximum number of worker threads
# MaxConnectionsPerChild: maximum number of requests a server process serves
<IfModule mpm_event_module>
	ServerLimit		120
	StartServers		5
	MinSpareThreads		25
	MaxSpareThreads		75
	ThreadLimit		64
	ThreadsPerChild		25
	MaxRequestWorkers	1500
	MaxConnectionsPerChild  0
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet