-
Published Answer
If you’re looking to setup a dedicated server for this then might I suggest you don’t do that, and instead just pay Google $5 a mon…
•
By
dave
-
Published Answer
echo “allow 127.0.0.1;” > /etc/nginx/allowlist
<br>echo “allow 192.168.0.155; # whatever your ip is” >> /etc/nginx/allowlist
<br…
•
By
dave
-
Published Answer
it all looks fine, the only thing I can think of is www-data doesn’t have access to read your .htpasswd file. Check your file permi…
•
By
dave
-
Published Answer
is django-admin.py located in your bin folder? /usr/local/bin/django-admin.py
<br>
<br>This is the contents of my django-admin.py
<…
•
By
dave
-
Published Answer
If they have the ip, username and password to your server and it hasn’t yet been setup then there are no database credentials yet. …
•
By
dave
-
Published Answer
I don’t believe there is a guaranteed way to do it. They do their best to give you back the same ip – to help the process they exp…
•
By
dave
-
Published Answer
personally, I installed Munin: http://munin-monitoring.org/
•
By
dave
-
Published Answer
Easier to just reset it. Try this:
<br>
<br>service mysql stop
<br>echo “UPDATE mysql.user SET Password = PASSWORD(‘mypassword’) W…
•
By
dave
-
Published Answer
I did a benchmark comparison of the 2GB plan before leaving Linode for here. It was nearly exactly 30% slower with 2 cores compared…
•
By
dave
-
Published Answer
None
•
By
dave
-
Published Answer
The first thing you will need to do is setup your Digital Ocean database server and make it a slave to your existing server so that…
•
By
dave
-
Published Answer
it looks like wordpress has its own internal cron job but it’s unable to access that file. Have you tried to access the HTTP url ma…
•
By
dave
-
Published Answer
It’s not binding because something else is already using that port. You need to check what else is running see what it may be.
<br>…
•
By
dave
-
Published Answer
Nginx + Varnish, definitely
•
By
dave
-
Published Answer
Yes, 2-3 for one domain. The reason being that you don’t want your web server and your SQL server to fight for resources (CPU/RAM) …
•
By
dave
-
Published Answer
1) When it comes to recommendations people can obviously only answer from personal preferences. If it were me, I would create a clu…
•
By
dave
-
Published Answer
I can’t speak for the staff, but I can say that I run my site here which gets ~1.5m unique visitors a month and many hundreds of hi…
•
By
dave