Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.89 KB | None | 0 0
  1. Timeout 300
  2. KeepAlive On
  3. MaxKeepAliveRequests 300
  4. KeepAliveTimeout 5
  5.  
  6. Server Version: Apache/2.4.10 (Debian) mod_fastcgi/mod_fastcgi-SNAP-0910052141 mod_fcgid/2.3.9 mod_python/3.3.1 Python/2.7.9 OpenSSL/1.0.1t
  7. Server MPM: worker
  8. Server Built: Sep 20 2017 04:37:43
  9.  
  10. Current Time: Monday, 22-Jan-2018 05:24:45 EST
  11. Restart Time: Monday, 22-Jan-2018 04:43:55 EST
  12. Parent Server Config. Generation: 1
  13. Parent Server MPM Generation: 0
  14. Server uptime: 40 minutes 50 seconds
  15. Server load: 0.06 0.09 0.33
  16. Total accesses: 8359 - Total Traffic: 147.2 MB
  17. CPU Usage: u20.73 s2.61 cu0 cs0 - .953% CPU load
  18. 3.41 requests/sec - 61.5 kB/second - 18.0 kB/request
  19. 13 requests currently being processed, 237 idle workers
  20.  
  21. Loaded Modules:
  22. core_module (static)
  23. so_module (static)
  24. watchdog_module (static)
  25. http_module (static)
  26. log_config_module (static)
  27. logio_module (static)
  28. version_module (static)
  29. unixd_module (static)
  30. access_compat_module (shared)
  31. actions_module (shared)
  32. alias_module (shared)
  33. auth_basic_module (shared)
  34. auth_digest_module (shared)
  35. authn_core_module (shared)
  36. authn_file_module (shared)
  37. authz_core_module (shared)
  38. authz_host_module (shared)
  39. authz_user_module (shared)
  40. autoindex_module (shared)
  41. dav_module (shared)
  42. dav_fs_module (shared)
  43. deflate_module (shared)
  44. dir_module (shared)
  45. env_module (shared)
  46. expires_module (shared)
  47. fastcgi_module (shared)
  48. fcgid_module (shared)
  49. filter_module (shared)
  50. include_module (shared)
  51. mime_module (shared)
  52. mpm_worker_module (shared)
  53. negotiation_module (shared)
  54. proxy_module (shared)
  55. proxy_fcgi_module (shared)
  56. python_module (shared)
  57. reqtimeout_module (shared)
  58. rewrite_module (shared)
  59. setenvif_module (shared)
  60. socache_shmcb_module (shared)
  61. ssl_module (shared)
  62. status_module (shared)
  63. suexec_module (shared)
  64.  
  65. <IfModule mpm_worker_module>
  66. StartServers 10
  67. MinSpareThreads 25
  68. MaxSpareThreads 400
  69. ThreadLimit 64
  70. ThreadsPerChild 25
  71. MaxRequestWorkers 500
  72. MaxConnectionsPerChild 0
  73. </IfModule>
  74.  
  75. innodb_buffer_pool_size = 61440M
  76. innodb_file_per_table=1
  77. innodb_log_file_size = 1024M
  78. innodb_buffer_pool_instances=60
  79. key_buffer = 2048M
  80. max_allowed_packet = 16M
  81. thread_stack = 192K
  82. thread_cache_size = 8
  83. # This replaces the startup script and checks MyISAM tables if needed
  84. # the first time they are touched
  85. myisam-recover = BACKUP
  86. #max_connections = 100
  87. #table_cache = 64
  88. #thread_concurrency = 10
  89. #
  90. # * Query Cache Configuration
  91. #
  92. query_cache_limit = 1M
  93. query_cache_size = 0
  94. query_cache_type = 0
  95. #query_cache_size = 8192M
  96.  
  97. <Directory /var/www/domain.com/web>
  98. # Clear PHP settings of this website
  99. <FilesMatch ".+.ph(p[345]?|t|tml)$">
  100. SetHandler None
  101. </FilesMatch>
  102. Options +FollowSymLinks
  103. AllowOverride All
  104. Require all granted
  105. </Directory>
  106. <Directory /var/www/clients/client1/web1/web>
  107. # Clear PHP settings of this website
  108. <FilesMatch ".+.ph(p[345]?|t|tml)$">
  109. SetHandler None
  110. </FilesMatch>
  111. Options +FollowSymLinks
  112. AllowOverride All
  113. Require all granted
  114. </Directory>
  115.  
  116.  
  117.  
  118.  
  119. # suexec enabled
  120. <IfModule mod_suexec.c>
  121. SuexecUserGroup web1 client1
  122. </IfModule>
  123. # php as fast-cgi enabled
  124. # For config options see: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html
  125. <IfModule mod_fcgid.c>
  126. FcgidIdleTimeout 300
  127. FcgidProcessLifeTime 3600
  128. FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 10000
  129. #FcgidMaxProcesses 1000
  130. FcgidMaxRequestsPerProcess 10000
  131. FcgidMinProcessesPerClass 0
  132. FcgidMaxProcessesPerClass 10
  133. FcgidConnectTimeout 20
  134. FcgidIOTimeout 600
  135. FcgidBusyTimeout 3600
  136. FcgidOutputBufferSize 0
  137. # FcgidBusyScanInterval 120
  138. FcgidMaxRequestLen 1073741824
  139. </IfModule>
  140. <Directory /var/www/domain.com/web>
  141. <FilesMatch ".php[345]?$">
  142. SetHandler fcgid-script
  143. </FilesMatch>
  144. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php
  145. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php3
  146. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php4
  147. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php5
  148. Options +ExecCGI
  149. AllowOverride All
  150. Require all granted
  151. </Directory>
  152. <Directory /var/www/clients/client1/web1/web>
  153. <FilesMatch ".php[345]?$">
  154. SetHandler fcgid-script
  155. </FilesMatch>
  156. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php
  157. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php3
  158. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php4
  159. FCGIWrapper /var/www/php-fcgi-scripts/web1/.php-fcgi-starter .php5
  160. Options +ExecCGI
  161. AllowOverride All
  162. Require all granted
  163. </Directory>
  164.  
  165.  
  166.  
  167. # add support for apache mpm_itk
  168. <IfModule mpm_itk_module>
  169. AssignUserId web1 client1
  170. </IfModule>
  171.  
  172. <IfModule mod_dav_fs.c>
  173. # Do not execute PHP files in webdav directory
  174. <Directory /var/www/clients/client1/web1/webdav>
  175. <ifModule mod_security2.c>
  176. SecRuleRemoveById 960015
  177. SecRuleRemoveById 960032
  178. </ifModule>
  179. <FilesMatch ".ph(p3?|tml)$">
  180. SetHandler None
  181. </FilesMatch>
  182. </Directory>
  183. DavLockDB /var/www/clients/client1/web1/tmp/DavLock
  184. # DO NOT REMOVE THE COMMENTS!
  185. # IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
  186. # WEBDAV BEGIN
  187. # WEBDAV END
  188. </IfModule>
  189. (...)
  190.  
  191. (...)
  192. (104)Connection reset by peer: [client: XXX.XX.XX.XX:XXXX] mod_fcgid: error reading data from FastCGI server
  193. (104)Connection reset by peer: [client: XXX.XX.XX.XX:XXXX] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
  194. (9)Bad file descriptor: [client: XXX.XX.XX.XX:XXXX] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
  195. (32)Broken pipe: [client: XXX.XX.XX.XX:XXXX] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
  196. (104)Connection reset by peer: [client: XXX.XX.XX.XX:XXXX] mod_fcgid: error reading data from FastCGI server, referer: https://domain.com/wp-admin/post.php?post=XXXXXXX&action=edit
  197. (...)
  198.  
  199. (32)Broken pipe: [client: XXX.XX.XX.XX:XXXX] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function
  200.  
  201. root 7554 0.0 0.0 210764 24084 ? Ss 2017 0:47 php-fpm: master process (/etc/php/7.0/fpm/php-fpm.conf)
  202. root 21443 0.0 0.0 280056 8700 ? Ss 05:49 0:00 php-fpm: master process (/opt/php-7.1/etc/php-fpm.conf)
  203. www-data 21444 0.0 0.0 280056 6904 ? S 05:49 0:00 php-fpm: pool www
  204. www-data 21445 0.0 0.0 280056 6904 ? S 05:49 0:00 php-fpm: pool www
  205. web1 21801 1.4 0.0 367796 83900 ? S 05:49 0:05 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  206. web1 21802 0.9 0.0 367716 81768 ? S 05:49 0:03 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  207. web1 21803 0.7 0.0 291716 80684 ? S 05:49 0:02 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  208. web1 21804 0.6 0.0 367656 81500 ? S 05:49 0:02 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  209. web1 21805 0.4 0.0 291716 80304 ? S 05:49 0:01 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  210. web1 21817 0.3 0.0 366944 80224 ? S 05:49 0:01 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  211. web1 21818 0.7 0.0 361524 76512 ? S 05:49 0:02 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  212. web1 21998 0.8 0.0 369600 85560 ? S 05:50 0:02 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  213. web1 22192 3.9 0.0 289668 79848 ? S 05:53 0:06 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  214. web1 22193 0.8 0.0 285392 75288 ? S 05:53 0:01 /opt/php-7.1/bin/php-cgi -d open_basedir=/var/www/clients/client1/web1/web:/var/www/clients/client1/web1/private:/var/www/clients/client1/web1/tmp:/var/www/domain.com/web:/srv/www/domain.com/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom -d upload_tmp_dir=/var/www/clients/client1/web1/tmp -d session.save_path=/var/www/clients/client1/web1/tmp -d sendmail_path=/usr/sbin/sendmail -t -i -f webmaster@domain.com
  215. ispconf+ 22268 0.0 0.0 285232 22940 ? Ss 05:54 0:00 /usr/bin/php-cgi -d disable_classes= -d disable_functions= -d magic_quotes_gpc=off -d open_basedir= -d session.save_path=/usr/local/ispconfig/interface/temp
  216. ispconf+ 22270 0.1 0.0 285528 16064 ? S 05:54 0:00 /usr/bin/php-cgi -d disable_classes= -d disable_functions= -d magic_quotes_gpc=off -d open_basedir= -d session.save_path=/usr/local/ispconfig/interface/temp
  217. root 22433 0.0 0.0 13216 2172 pts/0 S+ 05:55 0:00 grep php
  218. root 24127 0.0 0.0 306300 8952 ? Ss 2017 0:37 php-fpm: master process (/usr/local/php-7.1.8/etc/php-fpm.conf)
  219. www-data 24128 0.0 0.0 306640 9228 ? S 2017 0:00 php-fpm: pool www
  220. www-data 24129 0.0 0.0 306300 6980 ? S 2017 0:00 php-fpm: pool www
  221. www-data 29862 0.0 0.0 213180 19708 ? S Jan19 0:04 php-fpm: pool www
  222. www-data 29891 0.0 0.0 213176 21532 ? S Jan19 0:04 php-fpm: pool www
  223. www-data 29948 0.0 0.0 211136 17540 ? S Jan19 0:03 php-fpm: pool www
  224.  
  225. top - 06:02:08 up 27 days, 17:45, 1 user, load average: 2.45, 3.20, 2.26
  226. Tasks: 487 total, 1 running, 486 sleeping, 0 stopped, 0 zombie
  227. %Cpu(s): 12.5 us, 3.6 sy, 0.0 ni, 83.4 id, 0.0 wa, 0.0 hi, 0.5 si, 0.0 st
  228. KiB Mem: 13198007+total, 12718466+used, 4795408 free, 2421808 buffers
  229. KiB Swap: 1046520 total, 0 used, 1046520 free. 10000835+cached Mem
  230.  
  231. PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
  232. 27655 mysql 20 0 68.220g 0.012t 11640 S 519.8 10.1 3798:47 mysqld
  233. 21602 www-data 20 0 2058172 17132 7092 S 0.3 0.0 0:00.77 apache2
  234. (...)
  235.  
  236. FcgidBusyTimeout 3600
  237. FcgidProcessLifeTime 3600
  238. FcgidOutputBufferSize 0
  239.  
  240. FcgidMaxRequestsPerProcess 10000
  241. FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement