Questions tagged [linode]

Linode is a virtual server hosting business that specializes in Linux boxes.

Linode is a virtual server hosting business that specializes in Linux boxes.

285 questions
0
votes
3 answers

Can I create CNAME for www.example.com in zone file for example.org?

I am using example.org in this question only as an example. In my real zone file, I have a real domain instead of example.org. This is how my zone file looks right now. $TTL 14400 @ IN SOA ns1.linode.com. example\.org.gmail.com. 2017061008 14400…
Lone Learner
  • 103
  • 1
  • 9
0
votes
0 answers

Why has the icon for my website changed on its own?

I installed the lamp stack on a Linode at the beginning of the year. It's just a personal website, accessed by IP address, so I doubt anyone else knows of it. Recently the icon (next to the website's browser tab) has changed to this leaf. I have not…
Ginger
  • 103
  • 6
0
votes
1 answer

Setting up AWS SES DKIM in Linode

I am having trouble finding a resource to help with this process, please let me know if there exists documentation somewhere you know of. I am trying to set up AWS SES, my hosting is at Linode. I think I have got the MX and SPF record correct, but…
TrivialCase
  • 115
  • 4
0
votes
1 answer

Where can I find 500 errors logged while running Joomla on Ubuntu 14.4?

Short story: I get a 500 error when opening a page, but when I look at the error log, there is nothing about this error. I think every 500 error on front-end should be recorded somewhere, am I right? If yes, where could the error log be? Long…
shenkwen
  • 199
  • 2
  • 14
0
votes
1 answer

DNS is to slow, slow respond between server to Instagram API

I have app who is based on Instagram API, problem is because connection between my server and Instagram API is slow, e.g. OVH = 300ms - 400ms Linode = 400ms - 500ms Hetzner = 500ms - 600ms I try google public DNS and default hosting DNS but both is…
nikola99
  • 101
  • 8
0
votes
1 answer

How can I use Varnish cache on a different location and provider than my web servers?

I'm trying to put Varnish in front of my Linode servers located in Tokyo. My user base is in India, so serving cached content directly from India would be speeding up my web application with lower latency due to less geographical distance. I have a…
twodee
  • 101
  • 2
0
votes
0 answers

Alpine on Linode looses it's IP after reboot

I am trying to install an alpine server on a linode computer. Here is a tutorial from linode to show how to install alpine on their hosts, I've done that so often, that I wrote a script which supports me, to do this in less than…
Jan
  • 101
  • 3
0
votes
2 answers

linode centos 7 firewalld change-interface command failed

I just build centos7, and tried to setup firewalld, when I type command firewall-cmd --zone=internal --change-interface=eth0 I got error : Error: COMMAND_FAILED I already start it by systemctl start firewalld.service and firewall-cmd --state…
user1775888
  • 147
  • 1
  • 4
  • 13
0
votes
0 answers

nf_conntrack_ftp module has disappearedl

I've been running a Linode droplet for several years with no problems. In the last month, users have reported FTP connection errors, always related to Passive FTP. Investigation shows that the nf_conntrack_ftp module is no longer loaded. We use…
Ryan Griggs
  • 963
  • 2
  • 14
  • 29
0
votes
1 answer

no connection with Linode's recommended iptables setup (ubuntu 16.04)

I have a Ubuntu 16.04 server on Linode. My goal has been to run some webservers on a few ports and then connect to them using my host url, .members.linode.com. I installed Nginx and actually got this working. I could visit :
max pleaner
  • 111
  • 4
0
votes
1 answer

Missing lots of ipv4 traffic after dns switch to a new server

I've been migrating a traffic-heavy (https://jsonip.com) service I've run for a number of years to an upgraded server over the last week. Before the dns switch, I was averaging 9mb/s ipv4 inbound. After the switch, its barely 1mb/s on the new…
Geuis
  • 637
  • 3
  • 8
  • 20
0
votes
1 answer

Apache ignores any new .conf file

I have a Linode server that I run for more than 30 websites on it! Today I wanted to add another website and I created a new .conf file in sites-available folder in Apache2 folder. After enabling it and restarting my Apache, it seems like that it…
Sohail
  • 101
  • 4
0
votes
1 answer

On a default Linode instance, can I check email remotely?

Please allow me to ask a stupid question but I have a Linode instance that I use for web hosting. I use Google apps for email so I didn't install anything other than what came with my Ubuntu install there. Since my site has some cron jobs running,…
0
votes
1 answer

Migrating vserver from Linode elsewhere

I need to find an alternative to Linode due to payment issues (if you're interested mainly because Linode only accepts credit cards and I don't want to use them). However, my biggest issue with migration is actually moving all the services I have on…
Paulo Matos
  • 299
  • 2
  • 3
  • 10
0
votes
1 answer

nginx time to first byte

I running several project on one machine, below with all the info. on nginx config if PHP project use fastcgi cache, Node.js project use proxy_pass , and all project use gzip. I'm new to maintain the server, my problem is all project running test…
user1775888
  • 147
  • 1
  • 4
  • 13