php artisan octane:start not working
I am using VPS server in production (using apache) and trying to run octane.
When I use php artisan octane:start, it returns:
INFO Server running….
But when I try to check it using PHP artisan octane:status, it shows:
INFO Octane server is not running.
But when I check in process I found that swoole and octane is running.
First I thought, the octane:status detection might be returning false information. But today, when I updated some code in files and checked found that the code is getting updated without reloading octane also, I didn't find any performance update.
So, after thinking a lot, I came to conclusion that the octane server is really is not running.
How can I fix it? Please help.
Please or to participate in this conversation.