From 13a2e1a89d575332ae4155b22021306891c010de Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Dec 2015 18:09:17 +0200 Subject: etc/dev removed --- etc/dev/httpd.conf | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 etc/dev/httpd.conf (limited to 'etc/dev/httpd.conf') diff --git a/etc/dev/httpd.conf b/etc/dev/httpd.conf deleted file mode 100644 index 5943d70..0000000 --- a/etc/dev/httpd.conf +++ /dev/null @@ -1,51 +0,0 @@ -Listen ${AP_PORT} -ServerName ${AP_GLOBAL_SERVER_NAME}:${AP_PORT} - -CoreDumpDirectory "${AP_WORKSPACE_DIR}" -PidFile "${AP_WORKSPACE_DIR}/httpd.pid" - -ErrorLog "|/usr/sbin/rotatelogs ${AP_LOG_DIR}/error_log.%Y%m%d 86400" -ErrorLogFormat "[%t] [%l] [%m] %M" -LogLevel ${AP_LOG_LEVEL} - -Timeout 60 -KeepAlive On -KeepAliveTimeout 3 - -ThreadLimit 1000 -ServerLimit 2 -StartServers 1 -MaxClients 1000 -MinSpareThreads 400 -MaxSpareThreads 600 -ThreadsPerChild 500 -MaxRequestsPerChild 0 - -LoadModule mpm_worker_module modules/mod_mpm_worker.so -LoadModule unixd_module modules/mod_unixd.so -LoadModule filter_module modules/mod_filter.so -LoadModule authz_core_module modules/mod_authz_core.so -LoadModule authz_host_module modules/mod_authz_host.so -LoadModule status_module modules/mod_status.so -LoadModule mime_module modules/mod_mime.so -LoadModule deflate_module modules/mod_deflate.so - - - ServerName ${AP_GLOBAL_SERVER_NAME} - - - - ServerName ${AP_BREP_SERVER_NAME} - Include ${AP_CONFIG_DIR}/brep.conf - - -ExtendedStatus On - - - SetHandler server-status - Require local - - -TypesConfig /etc/mime.types -AddOutputFilterByType DEFLATE application/xhtml+xml -AddOutputFilterByType DEFLATE text/css -- cgit v1.1