Question
How to run Apache & Ghost running on same Droplet?
I want to run both my Ghost blog (blog.domain.com) and simple html site (domain.com) on one Droplet. I've managed to put it together on two Droplets, it's fairly easy, just had to adjust hostname settings using either A Records and CNAME since both blog and html site are running on different IP addresses.
So, created one new Droplet on which I installed Ghost using DigitalOcean application (Ubuntu 12.04) and then I tried to install apache but I got the following message "(98)Address already in use: make_soc: could not bind to address 0.0.0.0:80". Opened up FileZilla, changed the port to 8080 and site root location as well as sites-available and sites-enabled, but I still get 404 error whenever I try to open my html site using IP address/index.html.
In my www directory there is currently two directories, "ghost" and "site". What am I doing wrong?
Add a comment
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.
×