DanPacu

Untitled

Feb 20th, 2021
128
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.  
  210. ; Define the User-Agent string. PHP's default setting for this is empty.
  211. ; http://php.net/user-agent
  212. ;user_agent="PHP"
  213.  
  214. ; Default timeout for socket based streams (seconds)
  215. ; http://php.net/default-socket-timeout
  216. default_socket_timeout = 60
  217.  
  218. ; If your scripts have to deal with files from Macintosh systems,
  219. ; or you are running on a Mac and need to deal with files from
  220. ; unix or win32 systems, setting this flag will cause PHP to
  221. ; automatically detect the EOL character in those files so that
  222. ; fgets() and file() will work regardless of the source of the file.
  223. ; http://php.net/auto-detect-line-endings
  224. ;auto_detect_line_endings = Off
  225.  
  226. ;;;;;;;;;;;;;;;;;;;;;;
  227. ; Dynamic Extensions ;
  228. ;;;;;;;;;;;;;;;;;;;;;;
  229.  
  230. ;;;;;;;;;;;;;;;;;;;
  231. ; Module Settings ;
  232. ;;;;;;;;;;;;;;;;;;;
  233.  
  234. [CLI Server]
  235. ; Whether the CLI web server uses ANSI color coding in its terminal output.
  236. cli_server.color = On
  237.  
  238.  
  239. [mail function]
  240. ; For Win32 only.
  241. ; http://php.net/smtp
  242. SMTP = localhost
  243. ; http://php.net/smtp-port
  244. smtp_port = 25
  245.  
  246. ; For Win32 only.
  247. ; http://php.net/sendmail-from
  248. ;sendmail_from = [email protected]
  249.  
  250. ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
  251. ; http://php.net/sendmail-path
  252. ;sendmail_path =
  253.  
  254. ; Force the addition of the specified parameters to be passed as extra parameters
  255. ; to the sendmail binary. These parameters will always replace the value of
  256. ; the 5th parameter to mail().
  257. ;mail.force_extra_parameters =
  258.  
  259. ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
  260. mail.add_x_header = Off
  261.  
  262.  
  263. odbc.allow_persistent = On
  264.  
  265.  
  266. odbc.check_persistent = On
  267.  
  268.  
  269. odbc.max_persistent = -1
  270.  
  271.  
  272. odbc.max_links = -1
  273.  
  274.  
  275. odbc.defaultlrl = 4096
  276.  
  277.  
  278. odbc.defaultbinmode = 1
  279.  
  280.  
  281. ibase.allow_persistent = 1
  282.  
  283. ; Maximum number of persistent links. -1 means no limit.
  284. ibase.max_persistent = -1
  285.  
  286. ; Maximum number of links (persistent + non-persistent). -1 means no limit.
  287. ibase.max_links = -1
  288.  
  289.  
  290. ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
  291.  
  292.  
  293. ibase.dateformat = "%Y-%m-%d"
  294.  
  295.  
  296. ibase.timeformat = "%H:%M:%S"
  297.  
  298. mysqli.max_persistent = -1
  299.  
  300.  
  301. mysqli.allow_persistent = On
  302.  
  303.  
  304. mysqli.max_links = -1
  305.  
  306. mysqli.default_port = 3306
  307.  
  308.  
  309. mysqli.default_socket =
  310.  
  311.  
  312. mysqli.default_host =
  313.  
  314. mysqli.default_user =
  315.  
  316.  
  317. mysqli.default_pw =
  318.  
  319.  
  320. mysqli.reconnect = Off
  321.  
  322. mysqlnd.collect_statistics = On
  323.  
  324.  
  325. mysqlnd.collect_memory_statistics = Off
  326.  
  327.  
  328. pgsql.allow_persistent = On
  329.  
  330.  
  331. pgsql.auto_reset_persistent = Off
  332.  
  333.  
  334. pgsql.max_persistent = -1
  335.  
  336.  
  337. pgsql.max_links = -1
  338.  
  339.  
  340. pgsql.ignore_notice = 0
  341.  
  342.  
  343. pgsql.log_notice = 0
  344.  
  345.  
  346. bcmath.scale = 0
  347.  
  348. [
  349. session.save_handler = files
  350.  
  351. session.use_strict_mode = 0
  352.  
  353.  
  354. session.use_cookies = 1
  355.  
  356.  
  357. session.name = PHPSESSID
  358.  
  359.  
  360. session.auto_start = 0
  361.  
  362.  
  363. session.cookie_lifetime = 0
  364.  
  365.  
  366. session.cookie_path = /
  367.  
  368.  
  369. ; http://php.net/session.cookie-domain
  370. session.cookie_domain =
  371.  
  372.  
  373. session.cookie_httponly =
  374.  
  375.  
  376. session.cookie_samesite =
  377.  
  378.  
  379. session.serialize_handler = php
  380.  
  381. session.gc_probability = 0
  382.  
  383.  
  384. session.gc_divisor = 1000
  385.  
  386.  
  387. session.gc_maxlifetime = 1440
  388.  
  389.  
  390. session.referer_check =
  391.  
  392.  
  393. session.cache_limiter = nocache
  394.  
  395.  
  396. session.cache_expire = 180
  397.  
  398.  
  399. session.use_trans_sid = 0
  400.  
  401.  
  402. session.sid_length = 26
  403.  
  404.  
  405. session.trans_sid_tags = "a=href,area=href,frame=src,form="
  406.  
  407.  
  408.  
  409. session.sid_bits_per_character = 5
  410.  
  411.  
  412.  
  413. zend.assertions = -1
  414.  
  415.  
  416.  
  417. current error_reporting(). Set to true if you want
  418.  
  419. tidy.clean_output = Off
  420.  
  421. [soap]
  422.  
  423. soap.wsdl_cache_enabled=1
  424.  
  425.  
  426. soap.wsdl_cache_dir="/tmp"
  427.  
  428.  
  429. soap.wsdl_cache_ttl=86400
  430.  
  431.  
  432. soap.wsdl_cache_limit = 5
  433.  
  434.  
  435. ldap.max_links = -1
  436.  
  437.  
  438.  
  439.  
Advertisement
Add Comment
Please, Sign In to add comment