PHP and WP versions Compatibility??

    • # 8 months, 4 weeks ago

      Hi there! I have been using WP Customer Area with 2 premium addons (Enhanced Files and Notifications) for a long time for one of my clients. But recently the website loads very slowly and file uploads on the back-end are very slooooow.

      So, I was wondering if the main plugin + addons are compatible with the latest WP version (6.6.1) and PHP ver 8.3? You see, I have recently upgraded PHP but after seeing that Addons are only “Tested up to PHP 7.3 and WordPress 6.2.2” (as is stated on each Addon page in the right sidebar), I am wondering if the latest WP and PHP versions actually slow down WP Customer Area and the website in general??

      After those recent updates of PHP to 8.3 and WP to 6.6.1 I also noticed a PHP compatibiliy error that is being recorder in my error log on server:

      PHP Deprecated: Creation of dynamic property CUAR_NotificationsAdminInterface::$no_addon is deprecated in /home/tahoce47/public_html/wp-content/plugins/customer-area-notifications/src/php/helpers/notifications-admin-interface.class.php on line 22

      Why would this be? Is this related to the plugin’s incompatibility with PHP 8.3 or something else? Any suggestions?

      Please let me know ASAP.

      Thanks, Danijel

    • Matthew Brunetti
      Participant
      # 8 months, 3 weeks ago

      I am having the same problem. I’d love some direction/recommendations for this.

    • Matias Larralde
      Keymaster
      # 7 months, 3 weeks ago

      Hello,

      Sorry for the delay.

      PHP Deprecated: Creation of dynamic property

      This error doesn’t have any incidence about your issue. You can check this post and edit the plugin file to stop our plugin flooding your php-errors.log file. This will be fixed in a future release, but I can’t tell you when this will be released.

      This is actually just a typo error, a variable name is wrong, but there is no incidence over the plugin, its functionnalities, nor the slowyness of your page loadings.

       have recently upgraded PHP

      Usually, in most of the cases, the issue comes from there. It depends on your hosting provider, the services you are using, the way you upgrade PHP. Most of the time, you will upgrade PHP to a newer version, but the configuration won’t match the older version, and you’ll end up with a new configuration into the php.ini file that matches the default values, not a configuration that matches your needs. In most cases, the PHP memory limit values would be lower than the ones required to let your site and page loadings  to run smoothly.

      One you upgraded PHP to a higher version, we would recommend to check:

      • The PHP memory usage limit (we cannot recommend any limit, it would depend on your site and its usage, especially if you are also using a lot of plugins, or heavy consumption plugins such as Elementor or Woocommerce, but do not hesitate to try at least 512Mb to see if it helps). Please rely on your hosting provider’s documentation to know how to increase that
      • The PHP_MAX_EXECUTION_TIME also probably need to be increased
      • The WordPress memory usage limit should also be defined, but should be lower than the PHP memory usage limit (since WP uses PHP). But it can be defined from your wp-config.php file by setting a constant like define( 'WP_MEMORY_LIMIT', '256M' );
      • WP Customer Area is actually delivering private attachment files from PHP. If you have to deliver attachment files to be downloaded, that are up to 256Mb, both your WP and PHP memory usage limits should be higher than thos values
      • Your server configuration probably uses PHP-FPM, and those values probably also need to be reviewed. We don’t have any recommendation. It depends on your needs, on the number of plugins installed on your site, on the number of requests executed per minutes / seconds,  on the consumption of your site.

      In any case, there is no chance that upgrading PHP would cause any slowlyness issue. The only issue should come from the new PHP configuration, after you upgraded. There is a lot to review, but I bet you are just facing memory peaks issues after upgrading to PHP 8.3, which should come from your new PHP configuration.

      Please, do not hesitate to check that and let us know if you achieved to  managed this issue, and do not hesitate to share the PHP values you changed from its defaults to let the plugin runs smoothly, in case it can help others.

      Best regards.

    • q.arumi
      Participant
      # 3 days, 7 hours ago

      Hello,

      In my case I am using the plugin with the Authentication Forms addon which is what is failing me giving a critical error on the website.

      I had to set the server to PHP version 8.4 due to the requirements of the template I am using and EVERYTHING is failing me because of this addon.

      In addition, the Notification addon is warning me that there is a new version and when I enter your page it does not appear and still only the version that I have already purchased can be downloaded.

      Can you fix this as soon as possible?

      Will you update the plugin and addons to the new versions of PHP and will you continue to update the plugin or is it abandoned?

      I say this to continue paying or stop paying.
      Please let me know. Thanks.

      • Emmanuel Diop
        Keymaster
        # 3 days, 5 hours ago

        Hi,

        Thank you for your message, and I’m really sorry to hear about the issues you’re experiencing.

        We’re currently working on ensuring full compatibility with PHP 8.3 and 8.4, which do introduce several breaking changes — especially with deprecated functions that were still tolerated in earlier PHP versions.

        The Authentication Forms add-on is indeed on our list of components to update for PHP 8.4 support.
        If you can share the exact error message from your logs, I can check if there’s a patch or a quick fix we can suggest in the meantime.

        Regarding the Notifications add-on:
        No worries — the message about an update is misleading. Version 7.1.0 is actually the latest available version, and there’s no update to apply for now.

        And just to clarify: WP Customer Area is actively maintained, and updates are still ongoing. If you rely on the plugin, there’s no need to worry — support and development are not abandoned.

        Let me know if you’d like help troubleshooting your current setup or need temporary solutions while we release the next updates.

        Best regards,
        —
        Want to help WP Customer Area? It only takes few seconds!
        Rate & review the plugin on WordPress. 🙂

      • q.arumi
        Participant
        # 6 hours, 16 minutes ago

        Thanks for your response.

        I’m trying to see the errors in the log but they can’t be identified when I activate the Authentication Forms plugin and view the website.
        I get a critical WordPress error but the type of error can’t be identified.

        It won’t let me attach the web log file. I guess because of the type of file format. I’ll copy it below.

        When will there be a new version of the plugin so I can know how long we’ll be unable to activate this plugin?
        Thanks.

        Error Log:
        [Mon Jun 02 03:31:56.709193 2025] [security2:error] [pid 3428166:tid 3428215] [client 54.155.250.98:36298] [client 54.155.250.98] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “ssl.starg.es”] [uri “/”] [unique_id “aDz_DALam0P1pCmRr6W32gAAABY”]
        [Mon Jun 02 05:43:36.326896 2025] [security2:error] [pid 3720486:tid 3720529] [client 103.131.71.135:29115] [client 103.131.71.135] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/robots.txt”] [unique_id “aD0d6PWUr_ssKUeLV6_BLgAAABA”]
        [Mon Jun 02 08:07:59.498519 2025] [access_compat:error] [pid 4175197:tid 4175329] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/index.php
        [Mon Jun 02 08:07:59.498841 2025] [access_compat:error] [pid 4175197:tid 4175329] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/default.php
        [Mon Jun 02 08:07:59.498908 2025] [access_compat:error] [pid 4175197:tid 4175329] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/main.php
        [Mon Jun 02 08:07:59.498940 2025] [access_compat:error] [pid 4175197:tid 4175329] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/home.php
        [Mon Jun 02 08:08:03.453642 2025] [autoindex:error] [pid 4175197:tid 4175366] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/js/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:04.513919 2025] [autoindex:error] [pid 4175197:tid 4175365] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-content/upgrade/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:04.597699 2025] [autoindex:error] [pid 4175197:tid 4175334] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:04.677585 2025] [autoindex:error] [pid 4175197:tid 4175347] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/css/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:04.761075 2025] [autoindex:error] [pid 4175197:tid 4175406] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/ID3/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:04.846751 2025] [autoindex:error] [pid 4175197:tid 4175358] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/Requests/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:05.005805 2025] [autoindex:error] [pid 4175197:tid 4175349] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/certificates/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:05.089173 2025] [autoindex:error] [pid 4175197:tid 4175399] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/images/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:05.167630 2025] [autoindex:error] [pid 4175197:tid 4175340] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/images/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:05.246228 2025] [autoindex:error] [pid 4175197:tid 4175352] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/maint/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:09.487111 2025] [access_compat:error] [pid 4175197:tid 4175405] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2021/index.php
        [Mon Jun 02 08:08:09.487411 2025] [access_compat:error] [pid 4175197:tid 4175405] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2021/default.php
        [Mon Jun 02 08:08:09.487446 2025] [access_compat:error] [pid 4175197:tid 4175405] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2021/main.php
        [Mon Jun 02 08:08:09.487478 2025] [access_compat:error] [pid 4175197:tid 4175405] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2021/home.php
        [Mon Jun 02 08:08:25.433887 2025] [cgid:error] [pid 4175197:tid 4175399] [client 146.70.92.22:45590] AH01265: stderr from /usr/lib/cgi-bin/: attempt to invoke directory as script
        [Mon Jun 02 08:08:34.595625 2025] [autoindex:error] [pid 4175197:tid 4175401] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/ectoplasm/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:34.673665 2025] [autoindex:error] [pid 4175197:tid 4175360] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/light/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:34.754729 2025] [autoindex:error] [pid 4175197:tid 4175329] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/midnight/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:34.832512 2025] [autoindex:error] [pid 4175197:tid 4175364] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/modern/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:34.912504 2025] [autoindex:error] [pid 4175197:tid 4175404] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/ocean/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:34.992181 2025] [autoindex:error] [pid 4175197:tid 4175348] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/sunrise/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:35.069586 2025] [autoindex:error] [pid 4175197:tid 4175366] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/js/widgets/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:35.147208 2025] [autoindex:error] [pid 4175197:tid 4175362] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-content/languages/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:35.225984 2025] [access_compat:error] [pid 4175197:tid 4175365] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2022/index.php
        [Mon Jun 02 08:08:35.226272 2025] [access_compat:error] [pid 4175197:tid 4175365] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2022/default.php
        [Mon Jun 02 08:08:35.226309 2025] [access_compat:error] [pid 4175197:tid 4175365] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2022/main.php
        [Mon Jun 02 08:08:35.226342 2025] [access_compat:error] [pid 4175197:tid 4175365] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2022/home.php
        [Mon Jun 02 08:08:35.307643 2025] [access_compat:error] [pid 4175197:tid 4175334] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2023/index.php
        [Mon Jun 02 08:08:35.308139 2025] [access_compat:error] [pid 4175197:tid 4175334] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2023/default.php
        [Mon Jun 02 08:08:35.308198 2025] [access_compat:error] [pid 4175197:tid 4175334] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2023/main.php
        [Mon Jun 02 08:08:35.308266 2025] [access_compat:error] [pid 4175197:tid 4175334] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2023/home.php
        [Mon Jun 02 08:08:35.391182 2025] [access_compat:error] [pid 4175197:tid 4175347] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2024/index.php
        [Mon Jun 02 08:08:35.391469 2025] [access_compat:error] [pid 4175197:tid 4175347] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2024/default.php
        [Mon Jun 02 08:08:35.391503 2025] [access_compat:error] [pid 4175197:tid 4175347] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2024/main.php
        [Mon Jun 02 08:08:35.391536 2025] [access_compat:error] [pid 4175197:tid 4175347] [client 146.70.92.22:45590] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/2024/home.php
        [Mon Jun 02 08:08:36.467049 2025] [autoindex:error] [pid 4175197:tid 4175358] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/css/dist/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:37.552018 2025] [autoindex:error] [pid 4175197:tid 4175349] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/images/crystal/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:37.630681 2025] [autoindex:error] [pid 4175197:tid 4175399] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/images/media/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:37.709307 2025] [autoindex:error] [pid 4175197:tid 4175340] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/images/smilies/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:38.770028 2025] [autoindex:error] [pid 4175197:tid 4175411] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/codemirror/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:38.848825 2025] [autoindex:error] [pid 4175197:tid 4175370] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/plupload/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:38.950005 2025] [autoindex:error] [pid 4175197:tid 4175407] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/PHPMailer/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:39.029423 2025] [autoindex:error] [pid 4175197:tid 4175356] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/sitemaps/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:08:39.108628 2025] [autoindex:error] [pid 4175197:tid 4175405] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/sitemaps/providers/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:05.428320 2025] [autoindex:error] [pid 4175197:tid 4175364] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/plugins/fullscreen/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:16.426196 2025] [autoindex:error] [pid 4175197:tid 4175399] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/colors/blue/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:20.621818 2025] [autoindex:error] [pid 4175197:tid 4175356] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-admin/css/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:20.698793 2025] [autoindex:error] [pid 4175197:tid 4175405] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:23.757213 2025] [autoindex:error] [pid 4175197:tid 4175364] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:23.836160 2025] [autoindex:error] [pid 4175197:tid 4175404] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/IXR/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:23.915112 2025] [autoindex:error] [pid 4175197:tid 4175348] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/SimplePie/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:23.993188 2025] [autoindex:error] [pid 4175197:tid 4175366] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/Text/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:24.073849 2025] [autoindex:error] [pid 4175197:tid 4175362] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/Text/Diff/Renderer/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:24.153205 2025] [autoindex:error] [pid 4175197:tid 4175365] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/customize/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:24.237786 2025] [autoindex:error] [pid 4175197:tid 4175334] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/fonts/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:24.315336 2025] [autoindex:error] [pid 4175197:tid 4175347] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/pomo/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:24.397495 2025] [autoindex:error] [pid 4175197:tid 4175406] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/rest-api/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:24.477117 2025] [autoindex:error] [pid 4175197:tid 4175358] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/widgets/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:26.444980 2025] [security2:error] [pid 4175197:tid 4175340] [client 154.26.137.12:59564] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/”] [unique_id “aD1AFj5tAqOXHE-UOg-6XwAAAQM”]
        [Mon Jun 02 08:09:26.445041 2025] [security2:error] [pid 4175199:tid 4175432] [client 154.26.137.12:59567] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/contacto/”] [unique_id “aD1AFhPhUD1sOYfoQrphgQAAAVc”]
        [Mon Jun 02 08:09:26.597249 2025] [security2:error] [pid 4175197:tid 4175411] [client 154.26.137.12:59587] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/contacto/”] [unique_id “aD1AFj5tAqOXHE-UOg-6YAAAARg”]
        [Mon Jun 02 08:09:27.472541 2025] [security2:error] [pid 4175199:tid 4175413] [client 154.26.137.12:59567] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/contacto/”] [unique_id “aD1AFxPhUD1sOYfoQrphggAAAUc”]
        [Mon Jun 02 08:09:33.064812 2025] [autoindex:error] [pid 4175197:tid 4175364] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/theme-compat/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:37.316329 2025] [security2:error] [pid 4175199:tid 4175430] [client 154.26.137.12:60302] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/fr/contacto/”] [unique_id “aD1AIRPhUD1sOYfoQrphgwAAAVU”]
        [Mon Jun 02 08:09:44.098441 2025] [autoindex:error] [pid 4175197:tid 4175399] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/assets/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:44.178080 2025] [autoindex:error] [pid 4175197:tid 4175340] [client 146.70.92.22:45590] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/jcrop/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:09:59.487765 2025] [autoindex:error] [pid 4175197:tid 4175340] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/plugins/paste/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:01.642050 2025] [autoindex:error] [pid 4175197:tid 4175411] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/block-supports/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:06.205889 2025] [autoindex:error] [pid 4175197:tid 4175348] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:07.265839 2025] [autoindex:error] [pid 4175197:tid 4175365] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/Text/Diff/Engine/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:09.308260 2025] [autoindex:error] [pid 4175197:tid 4175347] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/plugins/directionality/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:10.395453 2025] [autoindex:error] [pid 4175197:tid 4175358] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/rest-api/search/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:10.473881 2025] [autoindex:error] [pid 4175197:tid 4175336] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/plugins/compat3x/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:11.568019 2025] [autoindex:error] [pid 4175197:tid 4175399] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/block-patterns/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:12.683487 2025] [autoindex:error] [pid 4175197:tid 4175407] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/style-engine/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:13.764529 2025] [autoindex:error] [pid 4175197:tid 4175411] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/plugins/compat3x/css/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:13.842430 2025] [autoindex:error] [pid 4175197:tid 4175405] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-content/plugins/classic-editor/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:16.864142 2025] [autoindex:error] [pid 4175197:tid 4175360] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/Requests/src/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:24.004159 2025] [autoindex:error] [pid 4175197:tid 4175366] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/blocks/paragraph/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:29.191825 2025] [autoindex:error] [pid 4175197:tid 4175356] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/css/dist/nux/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:30.242309 2025] [autoindex:error] [pid 4175197:tid 4175360] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/plugins/lists/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:30.326347 2025] [autoindex:error] [pid 4175197:tid 4175329] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/js/tinymce/skins/lightgray/img/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:10:35.353798 2025] [cgid:error] [pid 4175197:tid 4175366] [client 146.70.92.22:46246] AH01264: stderr from /usr/lib/cgi-bin/cgi-bin: script not found or unable to stat
        [Mon Jun 02 08:10:42.843811 2025] [security2:error] [pid 4175197:tid 4175407] [client 154.26.137.12:64154] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/fr/productos/”] [unique_id “aD1AYj5tAqOXHE-UOg-6zAAAARc”]
        [Mon Jun 02 08:10:56.067666 2025] [security2:error] [pid 4175191:tid 4175320] [client 154.26.137.12:64960] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/ca/contacto/”] [unique_id “aD1AcM3LwSdXYFYonxLT8QAAAIQ”]
        [Mon Jun 02 08:11:00.807838 2025] [autoindex:error] [pid 4175197:tid 4175349] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/sodium_compat/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:11:02.940046 2025] [autoindex:error] [pid 4175197:tid 4175399] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/blocks/social-links/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:11:19.137150 2025] [autoindex:error] [pid 4175197:tid 4175406] [client 146.70.92.22:46246] AH01276: Cannot serve directory /home/starg.es/web/wp-includes/sodium_compat/src/Core/Curve25519/Ge/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 08:11:24.606349 2025] [security2:error] [pid 4175191:tid 4175342] [client 154.26.137.12:50136] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/ingenieria-y-diseno-de-pinzas-y-utillajes-para-la-soldadura-por-resistencia/”] [unique_id “aD1AjM3LwSdXYFYonxLT9gAAAI0”]
        [Mon Jun 02 08:11:24.614184 2025] [security2:error] [pid 4175199:tid 4175398] [client 154.26.137.12:50142] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/ca/”] [unique_id “aD1AjBPhUD1sOYfoQrphlAAAAUA”]
        [Mon Jun 02 08:11:25.663210 2025] [security2:error] [pid 4175191:tid 4175355] [client 154.26.137.12:50136] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/ingenieria-y-diseno-de-pinzas-y-utillajes-para-la-soldadura-por-resistencia/”] [unique_id “aD1Ajc3LwSdXYFYonxLT9wAAAJM”]
        [Mon Jun 02 08:11:32.142228 2025] [security2:error] [pid 4175199:tid 4175414] [client 154.26.137.12:50483] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/”] [unique_id “aD1AlBPhUD1sOYfoQrphlQAAAUg”]
        [Mon Jun 02 08:11:39.909931 2025] [security2:error] [pid 4175199:tid 4175415] [client 154.26.137.12:50823] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/customer-area/login/”] [unique_id “aD1AmxPhUD1sOYfoQrphlgAAAUk”]
        [Mon Jun 02 08:11:49.096416 2025] [security2:error] [pid 4175199:tid 4175430] [client 154.26.137.12:51305] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/sinterizado/”] [unique_id “aD1ApRPhUD1sOYfoQrphmwAAAVU”]
        [Mon Jun 02 08:12:00.459224 2025] [security2:error] [pid 4175191:tid 4175317] [client 154.26.137.12:51805] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/aleaciones-de-cobre-soldadura-por-resistencia/”] [unique_id “aD1AsM3LwSdXYFYonxLT-gAAAIM”]
        [Mon Jun 02 08:12:01.172839 2025] [security2:error] [pid 4175191:tid 4175339] [client 154.26.137.12:51805] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/aleaciones-de-cobre-soldadura-por-resistencia/”] [unique_id “aD1Asc3LwSdXYFYonxLT-wAAAIs”]
        [Mon Jun 02 08:12:15.316691 2025] [security2:error] [pid 4175197:tid 4175364] [client 154.26.137.12:52634] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/productos/”] [unique_id “aD1Avz5tAqOXHE-UOg-7LAAAAQ4”]
        [Mon Jun 02 08:12:16.015075 2025] [security2:error] [pid 4175197:tid 4175350] [client 154.26.137.12:52634] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/”] [unique_id “aD1AwD5tAqOXHE-UOg-7LQAAAQg”]
        [Mon Jun 02 08:12:24.828981 2025] [security2:error] [pid 4175197:tid 4175406] [client 154.26.137.12:53111] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/portaelectrodos/”] [unique_id “aD1AyD5tAqOXHE-UOg-7MAAAARY”]
        [Mon Jun 02 08:12:25.059438 2025] [security2:error] [pid 4175197:tid 4175366] [client 154.26.137.12:53131] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/productos/consumibles-para-la-soldadura-por-resistencia/”] [unique_id “aD1AyT5tAqOXHE-UOg-7MQAAARA”]
        [Mon Jun 02 08:12:25.831511 2025] [security2:error] [pid 4175197:tid 4175362] [client 154.26.137.12:53131] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/consumibles-para-la-soldadura-por-resistencia/”] [unique_id “aD1AyT5tAqOXHE-UOg-7MgAAAQ0”]
        [Mon Jun 02 08:12:29.879446 2025] [security2:error] [pid 4175197:tid 4175340] [client 154.26.137.12:53331] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/customer-area/register/”] [unique_id “aD1AzT5tAqOXHE-UOg-7MwAAAQM”]
        [Mon Jun 02 08:12:51.469793 2025] [security2:error] [pid 4175197:tid 4175364] [client 154.26.137.12:54392] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/fr/customer-area/login/”] [unique_id “aD1A4z5tAqOXHE-UOg-7NwAAAQ4”]
        [Mon Jun 02 08:13:00.277781 2025] [security2:error] [pid 4175197:tid 4175346] [client 154.26.137.12:54864] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/customer-area/login/”] [unique_id “aD1A7D5tAqOXHE-UOg-7OQAAAQQ”]
        [Mon Jun 02 08:13:00.379513 2025] [security2:error] [pid 4175197:tid 4175365] [client 154.26.137.12:54872] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/brazos/”] [unique_id “aD1A7D5tAqOXHE-UOg-7OgAAAQ8”]
        [Mon Jun 02 08:13:01.066204 2025] [security2:error] [pid 4175197:tid 4175347] [client 154.26.137.12:54864] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/customer-area/login/”] [unique_id “aD1A7T5tAqOXHE-UOg-7OwAAAQU”]
        [Mon Jun 02 08:13:05.548005 2025] [security2:error] [pid 4175197:tid 4175399] [client 154.26.137.12:55128] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/pinzas-estaticas/”] [unique_id “aD1A8T5tAqOXHE-UOg-7PwAAARI”]
        [Mon Jun 02 08:13:05.638919 2025] [security2:error] [pid 4175197:tid 4175352] [client 154.26.137.12:55134] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/productos/utillajes/”] [unique_id “aD1A8T5tAqOXHE-UOg-7QAAAAQk”]
        [Mon Jun 02 08:13:06.410595 2025] [security2:error] [pid 4175197:tid 4175329] [client 154.26.137.12:55134] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/utillajes/”] [unique_id “aD1A8j5tAqOXHE-UOg-7QQAAAQA”]
        [Mon Jun 02 08:13:11.485483 2025] [security2:error] [pid 4175197:tid 4175350] [client 154.26.137.12:55387] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/customer-area/forgot-password/”] [unique_id “aD1A9z5tAqOXHE-UOg-7QgAAAQg”]
        [Mon Jun 02 08:13:36.163220 2025] [security2:error] [pid 4175197:tid 4175365] [client 154.26.137.12:56825] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/calidad/”] [unique_id “aD1BED5tAqOXHE-UOg-7SQAAAQ8”]
        [Mon Jun 02 08:13:46.951968 2025] [security2:error] [pid 4175197:tid 4175347] [client 154.26.137.12:57388] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/empresa/”] [unique_id “aD1BGj5tAqOXHE-UOg-7UAAAAQU”]
        [Mon Jun 02 08:13:47.075918 2025] [security2:error] [pid 4175191:tid 4175363] [client 154.26.137.12:57402] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/empresa/”] [unique_id “aD1BG83LwSdXYFYonxLUCgAAAJc”]
        [Mon Jun 02 08:13:47.851812 2025] [security2:error] [pid 4175191:tid 4175308] [client 154.26.137.12:57402] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/empresa/”] [unique_id “aD1BG83LwSdXYFYonxLUDAAAAIE”]
        [Mon Jun 02 08:15:05.590676 2025] [security2:error] [pid 4175197:tid 4175329] [client 154.26.137.12:61289] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/productos/cilindros/”] [unique_id “aD1BaT5tAqOXHE-UOg-7agAAAQA”]
        [Mon Jun 02 08:15:40.726570 2025] [security2:error] [pid 4175199:tid 4175415] [client 154.26.137.12:63407] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/condiciones-generales-de-compra-starg/”] [unique_id “aD1BjBPhUD1sOYfoQrpiewAAAUk”]
        [Mon Jun 02 08:15:57.714195 2025] [security2:error] [pid 4175197:tid 4175405] [client 154.26.137.12:64421] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/politica-de-calidad/”] [unique_id “aD1BnT5tAqOXHE-UOg-7dQAAARU”]
        [Mon Jun 02 08:15:58.479193 2025] [security2:error] [pid 4175197:tid 4175364] [client 154.26.137.12:64421] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/politica-de-calidad/”] [unique_id “aD1Bnj5tAqOXHE-UOg-7dwAAAQ4”]
        [Mon Jun 02 08:16:09.078176 2025] [security2:error] [pid 4175197:tid 4175366] [client 154.26.137.12:65013] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/condiciones-generales-de-compra-starg/”] [unique_id “aD1BqT5tAqOXHE-UOg-7ewAAARA”]
        [Mon Jun 02 08:16:33.630805 2025] [security2:error] [pid 4175197:tid 4175362] [client 154.26.137.12:50015] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/aviso-legal/”] [unique_id “aD1BwT5tAqOXHE-UOg-7iwAAAQ0”]
        [Mon Jun 02 08:16:45.203680 2025] [security2:error] [pid 4175199:tid 4175432] [client 154.26.137.12:50599] [client 154.26.137.12] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/en/politica-de-calidad/”] [unique_id “aD1BzRPhUD1sOYfoQrpilwAAAVc”]
        [Mon Jun 02 08:19:23.249840 2025] [access_compat:error] [pid 4175199:tid 4175423] [client 134.0.10.63:55312] AH01797: client denied by server configuration: /home/starg.es/web/wp-content/uploads/code-execution.php
        [Mon Jun 02 08:19:23.302716 2025] [autoindex:error] [pid 4175199:tid 4175400] [client 134.0.10.63:60910] AH01276: Cannot serve directory /home/starg.es/web/indexing-test/: No matching DirectoryIndex (index.html,index.php,index.htm,default.htm,main.htm,home.htm,default.html,main.html,home.html,default.php,main.php,home.php) found, and server-generated directory index forbidden by Options directive
        [Mon Jun 02 11:44:09.906582 2025] [security2:error] [pid 662823:tid 662875] [client 34.34.253.17:49982] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/plugins/qtranslate-xt-master/flags/fr.png”] [unique_id “aD1yaXhjB85bYpDdCEvsiQAAABg”]
        [Mon Jun 02 11:44:09.911727 2025] [security2:error] [pid 658629:tid 658668] [client 34.34.253.17:46670] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/uploads/2017/11/logo-starg-1.jpg”] [unique_id “aD1yabV7tj-AXBHj-Kzt1wAAAEw”]
        [Mon Jun 02 11:44:09.953124 2025] [security2:error] [pid 658629:tid 658664] [client 34.34.253.17:35856] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/plugins/qtranslate-xt-master/flags/gb.png”] [unique_id “aD1yabV7tj-AXBHj-Kzt2AAAAEg”]
        [Mon Jun 02 11:44:09.955316 2025] [security2:error] [pid 662823:tid 662873] [client 34.34.253.17:5020] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/uploads/2018/10/or\\xc3\\xadgenes-1024×714.jpg”] [unique_id “aD1yaXhjB85bYpDdCEvsigAAABY”]
        [Mon Jun 02 11:44:09.955906 2025] [security2:error] [pid 658629:tid 658667] [client 34.34.253.17:27697] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/uploads/2017/11/slider-01.jpg”] [unique_id “aD1yabV7tj-AXBHj-Kzt2QAAAEs”]
        [Mon Jun 02 11:44:09.964184 2025] [security2:error] [pid 658629:tid 658665] [client 34.34.253.17:30037] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/plugins/qtranslate-xt-master/flags/es.png”] [unique_id “aD1yabV7tj-AXBHj-Kzt2gAAAEk”]
        [Mon Jun 02 11:44:10.005741 2025] [security2:error] [pid 662823:tid 662859] [client 34.34.253.17:30258] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/plugins/qtranslate-xt-master/flags/catala.png”] [unique_id “aD1yanhjB85bYpDdCEvsiwAAAAg”]
        [Mon Jun 02 11:44:10.010641 2025] [security2:error] [pid 658629:tid 658659] [client 34.34.253.17:42715] [client 34.34.253.17] ModSecurity: Warning. String match within “/accept-charset/ /content-encoding/ /proxy/ /lock-token/ /content-range/ /if/” at TX:header_name_accept-charset. [file “/usr/share/modsecurity-crs/rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf”] [line “1127”] [id “920450”] [msg “HTTP header is restricted by policy (/accept-charset/)”] [data “Restricted header detected: /accept-charset/”] [severity “CRITICAL”] [ver “OWASP_CRS/3.3.7”] [tag “application-multi”] [tag “language-multi”] [tag “platform-multi”] [tag “attack-protocol”] [tag “paranoia-level/1”] [tag “OWASP_CRS”] [tag “capec/1000/210/272”] [tag “PCI/12.1”] [hostname “starg.es”] [uri “/wp-content/uploads/2018/07/IMG_0761_WEB.jpg”] [unique_id “aD1yarV7tj-AXBHj-Kzt2wAAAEM”]

Viewing 3 reply threads

You must be logged in to reply to this topic.