Changes

Jump to navigation Jump to search
So Ed would rather not serve the blog off of port 2368. Looks like there's documentation for setting Ghost up on [http://support.ghost.org/basic-nginx-config/ nginx] and [https://www.howtoinstallghost.com/how-to-host-ghost-on-an-apache-subdomain/ apache]. Since we would rather not move the mediawiki off of apache, let's just try doing Ghost and apache.
[https://www.allaboutghost.com/how-to-proxy-ghost-through-apache-for-security-and-multi-blog-setup/ This page] looked helpful, but I changed some stuff around. First, as the comments suggest, enable the proxy and proxy_http modules in apache[https $ sudo a2enmod proxy $ sudo a2enmod proxy_http $ sudo service apache2 restart Then make a new apache configuration file  $ cd /etc/apache2/sites-available $ sudo vi ghost.conf And add this VirtualHost block to the ghost.conf configuration file:  <VirtualHost *:80> #Domain Name ServerName ghostblog.com ServerAlias www.ghostbloghowtoforge.com #HTTP proxy/gateway server ProxyRequests off ProxyPass tutorial/ http://127.0.0how-to-install-ghost-blog-on-ubuntu-15.1:236810/ ProxyPassReverse / http:/127.0.0.1:2368/ </VirtualHost> Then restart the server #step-install-ghost-blog this post] has a complete tutorial if you want to go through with $ sudo service apache2 restart and navigate it, but it seems difficult to http://128.42.44.22/ghostget Ghost set up correctly on Apache.
== To-do list ==
Anonymous user

Navigation menu