-
Published Answer
“159.65.222.70.teachingwine.com redirect to 159.65.222.70”
Is that actually what the A record says?
Is should be just “teachi…
•
By
Artelis
-
Published Answer
If you’re building your own service, you can create DNS records using the API:
[https://developers.digitalocean.com/documentatio…
•
By
Artelis
-
Published Answer
If you haven’t disabled password logins to your droplet, you could try:
ssh -o PreferredAuthentications=password -o PubkeyAut...
•
By
Artelis
-
Published Answer
You could try resetting the root password:
Stop MySQL: sudo service mysql stop
Start it up again in “safe mode”, and op…
•
By
Artelis
-
Published Answer
To answer your WordPress question: if this is a new installation and losing everything isn’t a problem, the easiest answer is just …
•
By
Artelis
-
Published Answer
You can use IP addresses in virtual hosts too, e.g.:
<VirtualHost *:80>
ServerName 1.2.3.4
</VirtualHost>
For t…
•
By
Artelis
-
Published Answer
It looks like that “wordpress.domain.com” entry is wrapping back to itself.
But try this:
Delete the wordpress.domain.com CN…
•
By
Artelis
-
Published Answer
There are two things you’ve done wrong - the first is to post a complete configuration for your server! You’ve taken out your IP ad…
•
By
Artelis
-
Published Answer
A closed port means that there’s nothing listening on it. Check that dovecot is actually running and listening on ports 110 and 143…
•
By
Artelis