I follow this tutorial
But when I set up my files and do everything like the tutorial the startup file is still not pointing to the correct file.
This the location of my file
/etc/apache2/conf.d/userdata/ssl/2_4/dacosta2022/aquitulugar.com.nodejs.conf
Also I try
/etc/apache2/conf.d/userdata/ssl/2_4/dacosta2022/aquitulugar.com/nodejs.conf
And this is the file content
DocumentRoot /user/aquitulugar.com/server/src
# Use server.js as the startup file (entry point file) for
# your Node.js application, instead of the default app.js
PassengerStartupFile index.js
PassengerAppType node
PassengerAppRoot /aquitulugar.com
Also I Rebuild and restart the Apache configuration.
Probably wrong on this, but looking at your notes for the
PassengerStartupFileyou say it should beserver.js, but the code saysindex.js.