Advertisement
DanPacu

Untitled

Feb 20th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.07 KB | None | 0 0
  1. sudo cat error.log
  2. 2021/02/20 10:13:32 [error] 3359#3359: *54 client intended to send too large body: 3469978 bytes, client: 90.162.165.165, server: dan.com, request: "POST /wp-admin/async-upload.php HTTP/1.1", host: "danp.ddns.net:17365", referrer: "http://danp.ddns.net:17365/wp-admin/post.php?post=303&action=edit"
  3. 2021/02/20 10:14:04 [error] 3359#3359: *81 client intended to send too large body: 26404769 bytes, client: 90.162.165.165, server: dan.com, request: "POST /index.php?rest_route=%2Fwp%2Fv2%2Fmedia&_locale=user HTTP/1.1", host: "danp.ddns.net:17365", referrer: "http://danp.ddns.net:17365/wp-admin/post.php?post=303&action=edit"
  4. 2021/02/20 10:15:28 [error] 3359#3359: *75 client intended to send too large body: 40776430 bytes, client: 90.162.165.165, server: dan.com, request: "POST /wp-admin/async-upload.php HTTP/1.1", host: "danp.ddns.net:17365", referrer: "http://danp.ddns.net:17365/wp-admin/post.php?post=303&action=edit"
  5. 2021/02/20 10:15:58 [error] 3359#3359: *78 client intended to send too large body: 40776430 bytes, client: 90.162.165.165, server: dan.com, request: "POST /wp-admin/async-upload.php HTTP/1.1", host: "danp.ddns.net:17365", referrer: "http://danp.ddns.net:17365/wp-admin/post.php?post=303&action=edit"
  6. 2021/02/20 10:17:12 [error] 3359#3359: *103 client intended to send too large body: 4047227 bytes, client: 90.162.165.165, server: dan.com, request: "POST /wp-admin/async-upload.php HTTP/1.1", host: "danp.ddns.net:17365", referrer: "http://danp.ddns.net:17365/wp-admin/post.php?post=303&action=edit"
  7.  
  8. 2021/02/20 10:28:01 [error] 3359#3359: *153 client intended to send too large body: 24497286 bytes, client: 90.162.165.165, server: dan.com, request: "POST /index.php?rest_route=%2Fwp%2Fv2%2Fmedia&_locale=user HTTP/1.1", host: "danp.ddns.net:17365", referrer: "http://danp.ddns.net:17365/wp-admin/post.php?post=303&action=edit"
  9.  
  10.  
  11.  
  12. at php.ini
  13. [PHP]
  14.  
  15. ;;;;;;;;;;;;;;;;;;;
  16. ; About php.ini ;
  17. ;;;;;;;;;;;;;;;;;;;
  18.  
  19. ;;;;;;;;;;;;;;;;;;;
  20. ; About this file ;
  21. ;;;;;;;;;;;;;;;;;;;
  22.  
  23. ;;;;;;;;;;;;;;;;;;;;
  24. ; php.ini Options ;
  25. ;;;;;;;;;;;;;;;;;;;;
  26. ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
  27. ;user_ini.filename = ".user.ini"
  28.  
  29. ; To disable this feature set this option to an empty value
  30. ;user_ini.filename =
  31.  
  32. ; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
  33. ;user_ini.cache_ttl = 300
  34.  
  35. ;;;;;;;;;;;;;;;;;;;;
  36. ; Language Options ;
  37. ;;;;;;;;;;;;;;;;;;;;
  38.  
  39.  
  40. engine = On
  41.  
  42.  
  43. short_open_tag = Off
  44.  
  45.  
  46. precision = 14
  47.  
  48.  
  49. output_buffering = 4096
  50.  
  51.  
  52. zlib.output_compression = Off
  53.  
  54.  
  55. implicit_flush = Off
  56.  
  57.  
  58. unserialize_callback_func =
  59.  
  60.  
  61. serialize_precision = -1
  62.  
  63.  
  64.  
  65.  
  66.  
  67. disable_classes =
  68.  
  69.  
  70.  
  71.  
  72. zend.enable_gc = On
  73.  
  74.  
  75. ;;;;;;;;;;;;;;;;;
  76. ; Miscellaneous ;
  77. ;;;;;;;;;;;;;;;;;
  78.  
  79.  
  80. expose_php = Off
  81.  
  82. ;;;;;;;;;;;;;;;;;;;
  83. ; Resource Limits ;
  84. ;;;;;;;;;;;;;;;;;;;
  85.  
  86.  
  87. max_execution_time = 180
  88.  
  89.  
  90. max_input_time = 180
  91.  
  92.  
  93. ;max_input_nesting_level = 64
  94.  
  95.  
  96. ;max_input_vars = 1000
  97.  
  98.  
  99. memory_limit = 128M
  100.  
  101. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  102. ; Error handling and logging ;
  103. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  104.  
  105.  
  106. error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
  107.  
  108.  
  109. display_errors = On
  110.  
  111.  
  112. display_startup_errors = On
  113.  
  114.  
  115. log_errors = On
  116.  
  117.  
  118. log_errors_max_len = 1024
  119.  
  120.  
  121. ignore_repeated_errors = Off
  122.  
  123.  
  124. ignore_repeated_source = Off
  125.  
  126.  
  127. report_memleaks = On
  128.  
  129.  
  130. html_errors = On
  131.  
  132. syslog.ident = php
  133.  
  134.  
  135.  
  136. ;;;;;;;;;;;;;;;;;
  137. ; Data Handling ;
  138. ;;;;;;;;;;;;;;;;;
  139.  
  140.  
  141. variables_order = "GPCS"
  142.  
  143.  
  144. request_order = "GP"
  145.  
  146.  
  147. register_argc_argv = Off
  148.  
  149.  
  150. auto_globals_jit = On
  151.  
  152.  
  153. post_max_size = 2G
  154.  
  155.  
  156. auto_prepend_file =
  157.  
  158.  
  159. auto_append_file =
  160.  
  161.  
  162. default_mimetype = "text/html"
  163.  
  164.  
  165. default_charset = "UTF-8"
  166.  
  167.  
  168. ;;;;;;;;;;;;;;;;;;;;;;;;;
  169. ; Paths and Directories ;
  170. ;;;;;;;;;;;;;;;;;;;;;;;;;
  171.  
  172. doc_root =
  173.  
  174. user_dir =
  175.  
  176.  
  177. enable_dl = Off
  178.  
  179. ;;;;;;;;;;;;;;;;
  180. ; File Uploads ;
  181. ;;;;;;;;;;;;;;;;
  182.  
  183.  
  184. file_uploads = On
  185.  
  186.  
  187. upload_tmp_dir = /var/www/temporales
  188.  
  189.  
  190. upload_max_filesize = 2G
  191.  
  192. max_file_uploads = 20
  193.  
  194. ;;;;;;;;;;;;;;;;;;
  195. ; Fopen wrappers ;
  196. ;;;;;;;;;;;;;;;;;;
  197.  
  198. ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
  199. ; http://php.net/allow-url-fopen
  200. allow_url_fopen = On
  201.  
  202. ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
  203. ; http://php.net/allow-url-include
  204. allow_url_include = Off
  205.  
  206. ; Define the anonymous ftp password (your email address). PHP's default setting
  207. ; for this is empty.
  208. ; http://php.net/from
  209. ;from="john@doe.com"
  210.  
  211. ; Define the User-Agent string. PHP's default setting for this is empty.
  212. ; http://php.net/user-agent
  213. ;user_agent="PHP"
  214.  
  215. ; Default timeout for socket based streams (seconds)
  216. ; http://php.net/default-socket-timeout
  217. default_socket_timeout = 60
  218.  
  219. ; If your scripts have to deal with files from Macintosh systems,
  220. ; or you are running on a Mac and need to deal with files from
  221. ; unix or win32 systems, setting this flag will cause PHP to
  222. ; automatically detect the EOL character in those files so that
  223. ; fgets() and file() will work regardless of the source of the file.
  224. ; http://php.net/auto-detect-line-endings
  225. ;auto_detect_line_endings = Off
  226.  
  227. ;;;;;;;;;;;;;;;;;;;;;;
  228. ; Dynamic Extensions ;
  229. ;;;;;;;;;;;;;;;;;;;;;;
  230.  
  231. ;;;;;;;;;;;;;;;;;;;
  232. ; Module Settings ;
  233. ;;;;;;;;;;;;;;;;;;;
  234.  
  235. [CLI Server]
  236. ; Whether the CLI web server uses ANSI color coding in its terminal output.
  237. cli_server.color = On
  238.  
  239.  
  240. [mail function]
  241. ; For Win32 only.
  242. ; http://php.net/smtp
  243. SMTP = localhost
  244. ; http://php.net/smtp-port
  245. smtp_port = 25
  246.  
  247. ; For Win32 only.
  248. ; http://php.net/sendmail-from
  249. ;sendmail_from = me@example.com
  250.  
  251. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
  252. ; http://php.net/sendmail-path
  253. ;sendmail_path =
  254.  
  255. ; Force the addition of the specified parameters to be passed as extra parameters
  256. ; to the sendmail binary. These parameters will always replace the value of
  257. ; the 5th parameter to mail().
  258. ;mail.force_extra_parameters =
  259.  
  260. ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
  261. mail.add_x_header = Off
  262.  
  263.  
  264. odbc.allow_persistent = On
  265.  
  266.  
  267. odbc.check_persistent = On
  268.  
  269.  
  270. odbc.max_persistent = -1
  271.  
  272.  
  273. odbc.max_links = -1
  274.  
  275.  
  276. odbc.defaultlrl = 4096
  277.  
  278.  
  279. odbc.defaultbinmode = 1
  280.  
  281.  
  282. ibase.allow_persistent = 1
  283.  
  284. ; Maximum number of persistent links. -1 means no limit.
  285. ibase.max_persistent = -1
  286.  
  287. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  288. ibase.max_links = -1
  289.  
  290.  
  291. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  292.  
  293.  
  294. ibase.dateformat = "%Y-%m-%d"
  295.  
  296.  
  297. ibase.timeformat = "%H:%M:%S"
  298.  
  299. mysqli.max_persistent = -1
  300.  
  301.  
  302. mysqli.allow_persistent = On
  303.  
  304.  
  305. mysqli.max_links = -1
  306.  
  307. mysqli.default_port = 3306
  308.  
  309.  
  310. mysqli.default_socket =
  311.  
  312.  
  313. mysqli.default_host =
  314.  
  315. mysqli.default_user =
  316.  
  317.  
  318. mysqli.default_pw =
  319.  
  320.  
  321. mysqli.reconnect = Off
  322.  
  323. mysqlnd.collect_statistics = On
  324.  
  325.  
  326. mysqlnd.collect_memory_statistics = Off
  327.  
  328.  
  329. pgsql.allow_persistent = On
  330.  
  331.  
  332. pgsql.auto_reset_persistent = Off
  333.  
  334.  
  335. pgsql.max_persistent = -1
  336.  
  337.  
  338. pgsql.max_links = -1
  339.  
  340.  
  341. pgsql.ignore_notice = 0
  342.  
  343.  
  344. pgsql.log_notice = 0
  345.  
  346.  
  347. bcmath.scale = 0
  348.  
  349. [
  350. session.save_handler = files
  351.  
  352. session.use_strict_mode = 0
  353.  
  354.  
  355. session.use_cookies = 1
  356.  
  357.  
  358. session.name = PHPSESSID
  359.  
  360.  
  361. session.auto_start = 0
  362.  
  363.  
  364. session.cookie_lifetime = 0
  365.  
  366.  
  367. session.cookie_path = /
  368.  
  369.  
  370. ; http://php.net/session.cookie-domain
  371. session.cookie_domain =
  372.  
  373.  
  374. session.cookie_httponly =
  375.  
  376.  
  377. session.cookie_samesite =
  378.  
  379.  
  380. session.serialize_handler = php
  381.  
  382. session.gc_probability = 0
  383.  
  384.  
  385. session.gc_divisor = 1000
  386.  
  387.  
  388. session.gc_maxlifetime = 1440
  389.  
  390.  
  391. session.referer_check =
  392.  
  393.  
  394. session.cache_limiter = nocache
  395.  
  396.  
  397. session.cache_expire = 180
  398.  
  399.  
  400. session.use_trans_sid = 0
  401.  
  402.  
  403. session.sid_length = 26
  404.  
  405.  
  406. session.trans_sid_tags = "a=href,area=href,frame=src,form="
  407.  
  408.  
  409.  
  410. session.sid_bits_per_character = 5
  411.  
  412.  
  413.  
  414. zend.assertions = -1
  415.  
  416.  
  417.  
  418. current error_reporting(). Set to true if you want
  419.  
  420. tidy.clean_output = Off
  421.  
  422. [soap]
  423.  
  424. soap.wsdl_cache_enabled=1
  425.  
  426.  
  427. soap.wsdl_cache_dir="/tmp"
  428.  
  429.  
  430. soap.wsdl_cache_ttl=86400
  431.  
  432.  
  433. soap.wsdl_cache_limit = 5
  434.  
  435.  
  436. ldap.max_links = -1
  437.  
  438.  
  439.  
  440.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement