Passenger can’t spawn it, so instead of Ghost logging to the application folder, Passenger is logging to its global location since user handoff hasn’t completed.
I’d work on addressing the root cause that prevents it from booting up. Alternatively, you can add Environment="TMPDIR=/var/tmp" beneath the [Service] section of httpd service, systemctl edit httpd followed by systemctl restart httpd.