content
1 row where "published_date" is on date 2018-05-01
This data as json, CSV (advanced)
Suggested facets: published_date (date)
slug ▼ | author | category | content | published_date | summary | title | url |
---|---|---|---|---|---|---|---|
whoops-or-how-i-broke-my-website-by-installing-nginx-with-apache | ryan | musings | I’ve been working on a project to create a [Django](https://www.djangoproject.com) based website. Over the weekend (Saturday I think) I tried to get it up and running on my [Linode](https://www.djangoproject.com) server. However, after a couple of failed attempts I decided to use the free hosting coupon1 I had for [DigitalOcean](https://www.digitalocean.com) to see if that allowed me to reply more easily deploy … the short answer … meh. What I didn’t realize over the weekend is that while I had been trying to deploy my Django site, I had installed [Nginx](http://nginx.org) on my Linode server that was also running [apache2](https://httpd.apache.org). This lead to them both trying to listen on port 80 but because Nginx was the last thing I had kicked off, it was _winning_. While I was working on my Django site I should have realized that something was up when I tried to connect to the blog for the site (still a Wordpress site on my Linode server) and it returned a ‘Can not connect to the server message’. I didn’t pay much attention because I figured (incorrectly) that I had done something specific to that subdomain, and not that I had made all of the sites on my Linode server inaccessible. Last night at about 9 I thought, “Well, it shouldn’t take long for me to figure out the issue with the new blog. ” By 10:15 I tried everything the internet had told me to try and I was still unable to get apache2 to reload. I googled a bunch of stuff, but nothing was helping. When I tried to get the status on apache2 I would get this: ● apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: inactive (dead) since Tue 2018-05-01 05:01:03 PDT; 5s ago Docs: man:systemd-sysv-generator(8) Process: 7718 ExecStop=/etc/init.d/apache2 stop (code=exited, status=0/SUCCESS) Process: 7703 ExecStart=/etc/init.d/apache2 start (code=exited, … | 2018-05-01 | I’ve been working on a project to create a [Django](https://www.djangoproject.com) based website. Over the weekend (Saturday I think) I tried to get it up and running on my [Linode](https://www.djangoproject.com) server. However, after a couple of failed attempts I decided to use the free hosting coupon1 I had for … | Whoops! Or how I broke my website by installing Nginx with Apache | https://www.ryancheley.com/2018/05/01/whoops-or-how-i-broke-my-website-by-installing-nginx-with-apache/ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [content] ( [author] TEXT, [category] TEXT, [content] TEXT, [published_date] TEXT, [slug] TEXT PRIMARY KEY, [summary] TEXT, [title] TEXT, [url] TEXT );