File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 113
113
{
114
114
serverlimit : 10 ,
115
115
startservers : 11 ,
116
- maxclients : 12 ,
116
+ maxrequestworkers : 12 ,
117
117
minsparethreads : 13 ,
118
118
maxsparethreads : 14 ,
119
119
threadsperchild : 15 ,
126
126
it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^<IfModule mpm_worker_module>$} ) }
127
127
it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^\s +ServerLimit\s +10$} ) }
128
128
it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^\s +StartServers\s +11$} ) }
129
- it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^\s +MaxClients\s +12$} ) }
129
+ it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . without ( content : %r{^\s +MaxClients} ) }
130
+ it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^\s +MaxRequestWorkers\s +12$} ) }
130
131
it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^\s +MinSpareThreads\s +13$} ) }
131
132
it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^\s +MaxSpareThreads\s +14$} ) }
132
133
it { is_expected . to contain_file ( '/etc/httpd/conf.modules.d/worker.conf' ) . with ( content : %r{^\s +ThreadsPerChild\s +15$} ) }
You can’t perform that action at this time.
0 commit comments