I started the apache in the pc , added a domain in /etc/hosts.
Then I ran the proxy file, I got the following error :
events.js:288 throw er; // Unhandled 'error' event ^
Error: listen EADDRINUSE: address already in use :::80
code: 'EADDRINUSE',
errno: 'EADDRINUSE',
syscall: 'listen',
address: '::',
port: 80
Do i need to stop apache?
Darran Thompson
Ruby Developer
Hey Umar, I appreciate your short tutorial, it has helped me leaps! I have a question regarding servers. My background is Ruby on Rails and I have started with Next.js and React.
I have your example running perfectly, but I am a little stuck. I plan to deploy to an apache server (or nginx), but I am a little lost where to begin, I have Google for the past few days and found sparse information regarding setting up on a production server?
I assume with your example I would use something like "monit" to monitor the process running?
Any pointers would again be appreciated.