-
Published Answer
Note to myself in the future when I inevitably do this again - on Cloudflare / DNS, make sure to click the orange cloud icons to ch…
Accepted Answer:
Note to myself in the future when I inevitably do this again - on Cloudflare / DNS, make sure to click the orange cloud icons to ch…
•
By
appl3s
-
Published Answer
FWIW, SSL is completely off on Cloudflare.
•
By
appl3s
-
Published Question
Hello,
I have recently spun up a new Ghost blog droplet and configured the DNS on Cloudflare. I was able to SSH in and finish the Ghost installation and open up the default port (2368 - sudo ufw allow 2368). Unfortuna...
Accepted Answer:
Note to myself in the future when I inevitably do this again - on Cloudflare / DNS, make sure to click the orange cloud icons to change Proxy status to say "DNS only".
2
•
•
By
appl3s
Apache
Ghost
-
Published Answer
I made sure that all CF IP’s are in the whitelist and also opened up port 443. Still no luck. :/
One thing I did notice - when …
•
By
appl3s
-
Published Question
Hello,
A few hours ago I set up a new Ghost 1-Click droplet. Everything went fine and I can SSH in, update, etc without issue. However, after updating my A record at CloudFlare, and waiting a few hours, the site is st...
1
•
•
By
appl3s
DNS
Ghost
-
Published Question
Hello,
I have a 1-click Ghost droplet. It was running fine but was outdated so I did an update, which went smoothly. Unfortunately, now I can't restart ghost.
When I do sudo -i -u ghost-mgr and attempt ghost restart ...
2
•
•
By
appl3s
Ghost
-
Published Question
Hello,
From shell, I am able to log in to mysql using both root and my custom mysql user (let's call it 'foobar'). However, I can't log in via any external or local-based method such as phpMyAdmin, adminer, HeidiSQL, ...
1
•
•
By
appl3s
MySQL
Ubuntu
-
Published Answer
Ok, I’ve finally figured this out. Chalk it up to newbiness.
To anyone else having this issue - after some digging around, I no…
Accepted Answer:
Ok, I’ve finally figured this out. Chalk it up to newbiness.
To anyone else having this issue - after some digging around, I no…
•
By
appl3s
-
Published Answer
Thank you for the reply, @jarland . At the moment I am not using vhost. The conf is made directly in /etc/apache2/apache2.conf:
…
•
By
appl3s
-
Published Question
I am trying to configure a new droplet to disable Indexes on Apache2. However, no matter how I do it, I am able to view the index:
<Directory /var/www/>
Options FollowSymLinks
Options -Indexes
...
Accepted Answer:
Ok, I've finally figured this out. Chalk it up to newbiness.
To anyone else having this issue - after some digging around, I noticed that /etc/apache2/sites-enabled had its own conf, which I believe is what @jarland ...
3
•
•
By
appl3s
Apache
Ubuntu
-
Published Question
I am able to log in via console access, but would prefer to use XShell / Putty, but have not been able to login using a key.
Via console access, I can see that the key in ~/.ssh/authorized_keys is identical to the on...
1
•
•
By
appl3s
Getting Started
Ubuntu