500 Internal Server Error openresty

Website URL

https://fcc.ct.ws

Error Message

(please share the FULL error message you see, if applicable)

Other Information

Why did i get this random ahh error when the site worked this morning completely without any problems, how do i fix this, i already tried altering php config to see errors but nothing has changed. In .htaccess it shows me this

php_value date.timezone Europe/Berlin
ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
ErrorDocument 500 /error.php

tried managing my site to remove error redirects, did that now i removed the error.php and still nothing can someone help me

You can try:

If you are seeing Internal 500 error:

  1. Go to your domain in the Client Area
  2. Go to PHP Options
  3. Set Display Errors to ON

But this same “OPENRESTY” error is appearing here:

5 Likes

It might be similar to this topic – Error 500. It might be coincidence.

6 Likes

i already told i set display errors on and it doesnt show anything, and i tried removing the .htaccess temporaily and reload the page so its def not a .htaccess error

Who has the error our code or the server side of the infinity free?

what do you mean idk

I have the same problem:
Website URL
https://alesstore.infinityfreeapp.com/
Error Message
500 Internal Server Error openresty

It’s the server’s fault, apparently. I don’t think there is a problem in your code. The error looks different from usual 500 Internal Server Error I’ve known. It’s also weird that multiple people have experienced the issue at the same time, too. This time it mentions something about openresty. I did a quick search and found out that openresty was a NGINX distribution that contained LuaJIT interpreter for Lua scripts. I suspect the error came from the HTTP server itself and not from the PHP server.

2 Likes

I was about to post my own question, but seeing that more people have this problem, I will just say I’m getting the same error for the last 1.5 hours.
I only installed a new certificate at the time it started. No other changes.
Tried renaming .htaccess after reading about this, but still the same error.

1 Like

yeah i really think its a server error cuz i read somewhere abt that it could be a server error and when i didnt change any code and on localhost is working fine then its def a server error

My website just started working. Yours seems on too.

I was right, then. I’m glad the issue has been resolved on it’s own.

2 Likes

the issue solved yes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.