systemctl status apache2.service
you run this as a command
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
HI, I have just cloned my application from Github into a Ubuntu server on Digital Ocean. Github is the production server. I have set the key in the .env, and I set the owner and group to www-data. My application files are set to 755. However, when accessing the application all I am getting is:
No input file specified
I have never had this before. I have had a look on SO and have not seen anything yet which applies.
Any ideas? Many thanks !
EDIT I tried to restart Apache and got:
Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details. failed!
Where in the heck do I find:
See "systemctl status apache2.service" and "journalctl -xe" for details.
Did you set a virtual host to point to the laravel public folder?
Please or to participate in this conversation.