-
Published Answer
Yes, private networking is free.
•
By
dariusc93
-
Published Answer
If the PHP application is stored in a .html file too, you may want to add “.html” to the security.limit_extensions.
•
By
dariusc93
-
Published Answer
You can use apache, nginx, haproxy, or the like and reverse proxy from [IP ADDRESS] -> [INTERNAL IP]:3000 (With Internal IP being l…
•
By
dariusc93
-
Published Answer
If you created a droplet without defining an SSH Key to use, you should get an email with the username (which will be “root”) and a…
•
By
dariusc93
-
Published Answer
I would suggest that you contact support. Possibly ask that your account to be unlocked. If your server been hacked numerous of tim…
•
By
dariusc93
-
Published Answer
Unless something changes, it is possible to transfer the server to another account, but you lose access to that server in the proce…
•
By
dariusc93
-
Published Answer
This isnt the place to ask. You should contact support to look into it. It may be due to information related to your card, or a fla…
•
By
dariusc93
-
Published Answer
Yes. It would be best to shut it down by command line. If you cant, you could always use digital ocean api to shut it down then tak…
•
By
dariusc93
-
Published Answer
I run minecraft servers off of droplets all the time. All ports are open unless you installed a firewall or used iptables to block …
•
By
dariusc93
-
Published Answer
SSDs are faster than HDD, and since servers/droplets all have their own block of space at DO, it may be best to have something to R…
•
By
dariusc93
-
Published Answer
For 4 servers, there will not be enough memory so JVM is likely dying from OOM (Out of memory). I would suggest not having multicra…
•
By
dariusc93
-
Published Answer
Just setup postfix (and dovecot if you wish to connect with a mail client) on a new droplet, make sure its pointing to something li…
•
By
dariusc93
-
Published Answer
You may want to also run sudo apt-get dist-upgrade
•
By
dariusc93
-
Published Answer
Why not use openjdk 7?
<br>
<br>Just do apt-get install openjdk-7-jdk openjdk-7-jre
•
By
dariusc93
-
Published Answer
The issue sound more like you have something running on the same port and address. What does lsof -i :80 return
•
By
dariusc93
-
Published Answer
Your code doesnt show any form of INSERT query. The code you simply provided just connects and selects the db and if theres an erro…
•
By
dariusc93
-
Published Answer
you may want to make sure that the folder is chown to www-data (or whatever the apache user is)
<br>
<br>
•
By
dariusc93
-
Published Answer
You would need to chroot. Your ftp server should provide that option. PureFTP, and ProFTP should work fine. If you prefer you can c…
•
By
dariusc93
-
Published Answer
Yes you do get charged for powered off droplets because its reserving your space,ip,etc. If you wish, create a snapshot then destro…
•
By
dariusc93
-
Published Answer
You need to make sure your DNS points www either to an A record or a CNAME record.
<br>
<br>As for the subdomain you can do
<br>
<…
•
By
dariusc93