Question
Ghost and apache on ubuntu
I am running ghost and apache2 on ubuntu server 14.
I am using my local computer’s ‘hosts’ file to map my server’s ip address to two domains that are not registered.
I have set up apache’s virtual hosts, but I can’t connect to ghost unless I type in the port number (2368) after the url in my browser. It’s not a big deal, but I want to figure out why.
I tried setting the port in the virtual server config and the ports.config. Nothing works.
Node (for ghost) is serving on port 2368 and apache is serving on port 80. Can I get apache to see that port and let node serve it?
I hope this makes sense.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×