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

Obey's avatar
Level 1

Deploying a Laravel App on SuSE Linux Enterprise Server 11 SP3

Hi

I developed my first Laravel app by following the documentation on the site. Now I am stuck on the deployment stage. I have a SuSE Linux Enterprise Server 11 SP3 with Apache and PHP installed. I understand the index file is meant to be placed in /srv/www/htdocs folder.

How can I have my laravel application running on this server.

Thanks for your support

0 likes
3 replies
bashy's avatar

What exactly isn't working? What have you done so far?

Obey's avatar
Level 1

Thanks for your quick response. Firstly, I haven't deployed anything in my life. This is supposed to be my 1st. However, I tried to upload my project folder into this path (/srv/www/htdocs/myapp). I then tried to access my app in the web browser using link http://serverip/myapp/public/ . It gives me blank page and error: Failed to load resource: the server responded with a status of 500 (Internal Server Error)

1 like
helix's avatar

Hi Obey. I know this is an old thread, but I am experiencing the same issue now. Were you able to get the site up and how did you do it?

Please or to participate in this conversation.