web server Apache/2.4.46 Admin Tools is guessing that my site is Apache 2.2
I recently (Jan 21, 2021) asked my server admin to update Apache from 2.2 to 2.4. I didn't think much about it, no doubt total ignorance on my part.
I am working on a new site, that connects to Stripe using Joomlashack's Simple Renew. I got a message from Stripe:
"We’re contacting you because we’ve had some trouble sending requests to a webhook endpoint associated with your account in test mode. Webhooks are used to notify your server about events that happen in your Stripe account, such as a payout completing or an invoice being created. The failing webhook endpoint is https://xxx.com/simplerenew/notify/stripe...
Here is the summary of errors we have received when sending you webhooks:
* 107 requests returned HTTP 500, which is an indicator of a server error on your end."
I am trying to track down the cause of the 500 errors, which seem to be intermittent. Many times the webhook endpoint has been successful in addition to the errors.
First issue, I wondered if I need to add something to the .htaccess file and have already sent a ticket to joomlashack with that question.
Second, my question for you ... In looking at my htaccess file, I see it says at top: Auto-detected Apache version: 2.2 (best guess). Could the htaccess file create for 2.2 cause problems in my 2.4 environment? What needs to happen so that Admin Tools can detect my correct Apache version?
I see this error at server level often, but this one was occurring before the Apache upgrade, so probably not related:
[Mon Feb 01 14:06:35.426698 2021] [authz_core:error] [pid 1506249:tid 47303347140352] [client 1xx.233.230.xxx:45054] AH01630: client denied by server configuration: /homexxx/public_html/administrator/components/com_akeeba/backup/akaccesscheck_3faa35353b7d9a0c6e4b0a1f4391b140.txt
I am doing my best to find cause of 500 error, just happened to notice that admin tools wrote htaccess for Apache 2.2.
Thank you, Vicky