Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

raffelustig's avatar

Ubuntu server om Raspberry pi 4 and laravel problem

I have a working Ubuntu server 20.04 on the Raspberry 4 and have this virtual site working written in HTML and PHP: http://temperatur.gleeze.com DDNS through dynu.com. But if I make a simple Laravel site all I am getting is this error:

"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."

Any Laravel site gets this error on the server. But that site works fine on localhost.

If I put an index.html in public it shows with no problem.

What can be wrong?

0 likes
1 reply
raffelustig's avatar

Fixed. I was creating a 32 bit Ubuntu, after reinstall with 64 bit Ubuntu all works fine.

Please or to participate in this conversation.