Digital Ocean (DO) is a hosting platform that offers the possibility to create Virtual Machines (VM). These VMs are called droplets in DO land.
Questions tagged [digital-ocean]
241 questions
1
vote
1 answer
PHP-FPM using 100% CPU on a server that has 16 threads
I have a server that has 32 GB of RAM and 16 threads. This server has an API in PHP that receives many requests from other external APIs, I made a configuration in PHP-FPM to support all these requests without slowing down the site, this worked well…

Vinicius Aquino
- 123
- 1
- 1
- 5
1
vote
1 answer
Pointing domain to DigitalOcean App Platoform without changing MX records
I am using the newly created App Platform from Digital Ocean. I am trying to point my domain to the server that I created within Digital Ocean. I am told I need to add a CNAME to my domain (since DO only gives me a domain rather than an IP), but…

Mike M
- 123
- 4
1
vote
1 answer
Port 25 won't open on Digital Ocean droplet
I’m trying to set up an email server. I can’t seem to get port 25 to open for me. I literally just did:
ufw disable
ufw reset
ufw default deny incoming
ufw default allow outgoing
sudo ufw allow 22/tcp
sudo ufw allow 25
sudo ufw enable
And…

sangstar
- 53
- 1
- 7
1
vote
0 answers
unable to authenticate with digitalocean when using terraform
I was previously able to use terraform 0.11 with digitalocean. I have since updated the terraform version to 0.13.5 and updated the digitalocean provider. However, after this change, I am not able to provision any resource as I am getting a 401…

ali haider
- 1,140
- 3
- 16
- 29
1
vote
3 answers
Subdomain, PTR and MX Record Confusion
I am lost in DNS and rDNS (PTR) record setting for the following scenario:
I have my main website example.com running in Digital Ocean at IP 192.0.2.4
In Digital Ocean control panel I have the following records:
imap CNAME mail.example.com.
smtp…

saki
- 11
- 3
1
vote
1 answer
Subdomain hosted on AWS sometimes doesn't resolve towards 8.8.8.8
Recently we've been having sporadic trouble resolving our subdomain towards 8.8.8.8, so we created a second subdomain for testing, with which we are unable to replicate the issue.
Original subdomain - 42894078.sip.teltel.io - fails occasionally…

11lll
- 41
- 2
1
vote
2 answers
In nginx - When i set Host header sent to upstream server to $proxy_host the url is changed in the browser to the upstream url
When i set Host header sent to upstream server to $proxy_host i get the the requested page but the url is changed in the browser to the upstream url.
...
proxy_set_header Host $proxy_host;
proxy_pass ...
the above works fine except that the url in…

Muhammad Ebrahym
- 65
- 3
- 10
1
vote
3 answers
How to diagnose what's causing InnoDB to run out of space?
Site used to go down frequently on a near daily basis and is on Digitalocean VPS
Based on some suggestions I got on DO forum, I ran mysqltuner and increased innodb buffer pool size to 341M and innodb log file size to 64M
Since then the site goes…

Sam
- 11
- 1
1
vote
0 answers
“Attempted to use Snappy compression, but Snappy is not installed” on Ubuntu VPS
I have set up a new VPS via Digital Ocean and have installed MongoDB V4.2.8 on an Ubuntu server 18.04 release as per the official Mongo documentation. I'm using Compass version 1.21.2.
I have managed to bind the inbound and outbound IP addresses as…

DiscoInferno
- 11
- 1
1
vote
3 answers
Random MySQL connectivity issues?
I can run the exact same command over and over again and sometimes it works, sometimes it doesn't:
root@bak-rrk9m:/# mysql -Bsuroot -p"$MYSQL_ROOT_PASSWORD" -h"$KMB_MARIADB_SERVICE_SERVICE_HOST" -e "show databases"
ERROR 2002 (HY000): Can't connect…

mpen
- 423
- 1
- 6
- 15
1
vote
1 answer
is it possible to change aws s3 access denied message with nginx 403 forbidden
I am using DigitalOcean Spaces. How do I change the XML access denied page to Nginx 403 forbidden page

ashley parker
- 11
- 2
0
votes
1 answer
How can I run Multiple Servers on Different Digital Ocean droplets with single domain name server?
I am sorry for the newbie question. Let me help you to understand the complete scenario.
I already have 1 droplet at the digital ocean running OpenLiteSpeed server. Here, I am planning to add multiple servers in different droplets.
Droplet 1: US…
0
votes
1 answer
strongswan no start embedder linux
hi there i have some problem with Digi ccimx6ul(embedded linux - yocto project) when i start ipsec using strongswan. I get the following error
p/s: i have run success ipsec like this on ubuntu 18.04, but Digi ccimx6ul with linxu 4.14, it error,…

Quang Anh Trần Đỗ
- 11
- 1
- 4
0
votes
1 answer
Django app after hosting is not available in the IP address
I followed the docs of digitalocean to host my django app. After spending hours on the same, i was able to host. But the next day when I checked the ip address, it is not available. Also, I cannot ssh remotely. The only way to login is the web…

Srijwal R
- 101
- 3
0
votes
1 answer
How to upload multiple files from directory to S3?
I have a directory on an Ubuntu, with 340K images, 45GB of total size! Is there an efficient way to transfer them all to an S3 of DigitalOcean?
I thought of using s3cmd put or s3cmd sync but I'm guessing that would perform the put operation on every…

Sotiris Kaniras
- 198
- 2
- 10