I’m also still getting “No input file specified.” when trying to access a site that’s configured to use Apache with my sites stored on my D:\ drive on Local 6.1.1+5468 under Windows 10 Pro. I followed the instructions here and deleted the PHP service, and for good measure the Apache service too. Once the services were deleted, I created a blank site with PHP 7.4.1 and Apache and the services were downloaded and installed.
When I configure a site to use Nginx, it will work, but Apache is still generating the same “No input file specified” error.
I cleared out Local’s Router log and Error log and created a new site (apacheond.test) configured to use Apache. This was after deleting the Lightning services and creating the dummy site to pull down the new services. I’ve attached Local’s log file, the route file for the site (not sure if this is relevant. had to rename to .log to upload), and also a .zip the site’s config folder from AppData\Roaming\Local\run
. There was nothing in Local’s router log after doing this test.
I think the relevant error message is:
{"thread":"main","class":"Process","process":"httpd","level":"warn","message":"AH00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using fe80::f43b:7568:aa4c:29d7. Set the 'ServerName' directive globally to suppress this message","timestamp":"2021-08-27T16:53:47.512Z"}
The relevant entries in my hosts file:
::1 apacheond.test #Local Site
127.0.0.1 apacheond.test #Local Site
::1 www.apacheond.test #Local Site
127.0.0.1 www.apacheond.test #Local Site
GFur9TBL_.zip (5.3 MB)
local-lightning.log (8.0 KB)
route.apacheond.test.conf.log (479 Bytes)