Error 503 Service Unavailable
Service Unavailable
Guru Meditation:
XID: 5312211
Varnish cache server
I working on cpanel and subdomain but i got this error from laravel project. do you can help me to solve this?
I using cpanel and laravel 5.5
Error 503 Service Unavailable
Service Unavailable
Guru Meditation:
XID: 5312211
Varnish cache server
I working on cpanel and subdomain but i got this error from laravel project. do you can help me to solve this?
I using cpanel and laravel 5.5
7
Answers
503 Service Unavailable
The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state
Looks like you ran the artisan down command, but not the up command.
Just run:
and than you will get:
if have tried
php artisan up
command and your site still not up and gives 503 then ,If you get “Laravel Error 503 Service Unavailable Service” but there is no info in log file, check filesystem status. You may have filled up disk space. Check what’s filling it:
I had the same problem in Cpanel what i have did to fix this.
I just have fixed PHP version to the latest
then I goes to “Shell option in panel” and entered this command and my app is live now.
php artisan up
The cause of the error likely stems from Apache and PHP-FPM becoming overloaded with requests. PHP-FPM, and occasionally Apache, will need adjustments to their limitations to get around this.
To start, we recommend attempting to adjust the PHP-FPM pool limits from within the WHM "MultiPHP Manager." To do so globally:
If you have run
php artisan down
previously then you may face this issue.You have to make this up using
php artisan up
commandWhy this happened? as I did the same mistake
php artisan down
and then runand CLI was showing me
application started but it was showing 503 service Unavailable then
run php artisan up
and application started.run this command to make this workable
php artisan up