fas: remove rhel7-isms
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
81eb60d72b
commit
a4332d2d86
1 changed files with 0 additions and 5 deletions
|
@ -62,14 +62,9 @@ data:
|
||||||
LoadModule version_module modules/mod_version.so
|
LoadModule version_module modules/mod_version.so
|
||||||
LoadModule auth_gssapi_module modules/mod_auth_gssapi.so
|
LoadModule auth_gssapi_module modules/mod_auth_gssapi.so
|
||||||
LoadModule wsgi_module modules/mod_wsgi.so
|
LoadModule wsgi_module modules/mod_wsgi.so
|
||||||
LoadModule authn_core_module modules/mod_authn_core.so
|
|
||||||
LoadModule authz_core_module modules/mod_authz_core.so
|
|
||||||
LoadModule unixd_module modules/mod_unixd.so
|
|
||||||
LoadModule mpm_event_module modules/mod_mpm_event.so
|
|
||||||
StartServers 20
|
StartServers 20
|
||||||
ServerLimit 100
|
ServerLimit 100
|
||||||
MaxRequestsPerChild 2000
|
MaxRequestsPerChild 2000
|
||||||
MaxRequestWorkers 100
|
|
||||||
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||||
CustomLog /httpdir/accesslog combined
|
CustomLog /httpdir/accesslog combined
|
||||||
ErrorLog /httpdir/errorlog
|
ErrorLog /httpdir/errorlog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue