Skip to content

Commit

Permalink
Merge pull request #774 from jmtcsngr/single_event_cfg
Browse files Browse the repository at this point in the history
Single change event cfg so we can bugfix release
  • Loading branch information
jmtcsngr authored Nov 1, 2023
2 parents a39f38f + 2d0fc97 commit 23b7842
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
LIST OF CHANGES

release 97.0.1
- update httpd.conf with new values for mpm event

release 97.0.0
- Change CI workflow to standard file name
- Change to Perl versions from Perlbrew
Expand Down
19 changes: 12 additions & 7 deletions wtsi_local/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,18 @@ Group ${APACHE_RUN_GROUP}
</IfModule>

<IfModule mpm_event_module>
StartServers 5
MinSpareThreads 5
MaxSpareThreads 10
ServerLimit 50
ThreadsPerChild 1
MaxRequestWorkers 50
MaxConnectionsPerChild 50
KeepAlive On
KeepAliveTimeout 5
MaxKeepAliveRequests 128

ServerLimit 15
StartServers 5
ThreadLimit 128
ThreadsPerChild 128
MaxRequestWorkers 1280
MinSpareThreads 256
MaxSpareThreads 512
MaxConnectionsPerChild 2048
</IfModule>


Expand Down

0 comments on commit 23b7842

Please sign in to comment.