/tmp fills up with passenger error

/tmp is full of tons and tons of passenger-error-ASDASD.html files.
What’s the fix for this?

It’s a ghost installation that’s broken. Why is this filling up /tmp instead of a user folder?

~]# rm -f /tmp/passenger-error-
Display all 6994 possibilities? (y or n)

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.