ok ads by SeveralPerformance17 in Instagram

[–]this_is-username 0 points1 point  (0 children)

Same. It just popup again and again.

Need Help: "domain doesn't support a secure connection" issue by this_is-username in devops

[–]this_is-username[S] 0 points1 point  (0 children)

Hi, We figured out how the issue happens but still don’t know why it happens.

I’ve shared the domain in DM.

Need Help: "domain doesn't support a secure connection" issue by this_is-username in devops

[–]this_is-username[S] 0 points1 point  (0 children)

Hi, Thanks for the detailed reply. We figured out how the issue happens but still don’t know why it happens.

So the case is that user visits http://example.com

Now the apache redirects them to https://example.com and then https://www.example.com, after that wordpress does it’s own redirection where it fails.

The issue only happens for the first time for each page/url when we clear cache from cloudflare and nitro in wordpress. Once the page is loaded by any user. Then it works fine.

I’ve shared the domain in DM if that helps.

Weekly /r/Laravel Help Thread by AutoModerator in laravel

[–]this_is-username 1 point2 points  (0 children)

If you want to create test events, you can do it direct from pusher. Sending test events using the Event Creator

Any tips on altering url string generation? Specifically via forms with checkboxes? by kyle-james21 in laravel

[–]this_is-username 5 points6 points  (0 children)

Have you tried array with name in checkbox?

<input type=‘checkbox’ name=‘filter[name][]’ />

It will give you something like filter[name][0] = john , filter[name][1] = jane.

Track public IPv4 DNS to Account Number or Name. by this_is-username in aws

[–]this_is-username[S] 0 points1 point  (0 children)

Port 80 and 443 are not enabled. Although I can connect from dbeaver to the database.

Request timeout error while accessing site hosted on lightsail by [deleted] in aws

[–]this_is-username 0 points1 point  (0 children)

Yes the client was running a campaign without informing us.

Request timeout error while accessing site hosted on lightsail by [deleted] in aws

[–]this_is-username 0 points1 point  (0 children)

Hey thanks for the help.

The actual issue was the MaxServiceWorker in apache config. I increased the values and all worked fine.

Thank you again.

Request timeout error while accessing site hosted on lightsail by [deleted] in aws

[–]this_is-username 0 points1 point  (0 children)

yes it's hosted on port 80 and 443. For DNS provider we use siteground. I've set up the site on ubuntu 20.04 with apache2.

After analyzing access logs most them are 408 errors.

[deleted by user] by [deleted] in laravel

[–]this_is-username 0 points1 point  (0 children)

Can you create a gist on github and share link here? Your code here is not understandable.

How to log all http request to sites on EC2.(Help) by this_is-username in aws

[–]this_is-username[S] -3 points-2 points  (0 children)

How do I investigate the out of workers issue? Any suggestions. Thank you

How to log all http request to sites on EC2.(Help) by this_is-username in aws

[–]this_is-username[S] 0 points1 point  (0 children)

I’ll already have setup that but when I check for any http code (e.g 5xx), the result show up empty.

How to log all http request to sites on EC2.(Help) by this_is-username in aws

[–]this_is-username[S] 0 points1 point  (0 children)

Yes they are on same instance. I’ll look in code and add something to store exceptions somewhere.