I have the following message returned when trying to access my subdomain https://megaudi.domain.app.br:
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
However, when accessing another subdomain that is in the same directory and the same server, access is done normally. For example: https://mysii.domain.app.br
I already changed the max_execution_time in PHP.ini from 30 to 90 according to some tips found. However, to no avail.
I also tried to modify Max Requests and Max Children in Software-> MultiPHP Manager-> System PHP-FPM Configuration according to other tips found. However, without success too.
Is there any other reason for this to happen? What can I do to resolve this?
Thank you.
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.
However, when accessing another subdomain that is in the same directory and the same server, access is done normally. For example: https://mysii.domain.app.br
I already changed the max_execution_time in PHP.ini from 30 to 90 according to some tips found. However, to no avail.
I also tried to modify Max Requests and Max Children in Software-> MultiPHP Manager-> System PHP-FPM Configuration according to other tips found. However, without success too.
Is there any other reason for this to happen? What can I do to resolve this?
Thank you.
Last edited by a moderator: