--- | Log | opened Tue Jan 29 00:00:41 2019 |
00:18 | -!- | branko [~azaghal@lenin.majic.rs] has quit [Ping timeout: 480 seconds] |
01:04 | <i-make-robots> | Woet - hi. eh... I force browser cache to 30 minutes via cloudflare, and my nameservers are set to cloudflare. not sure what else I can do. I followed their startup documentation. |
01:04 | <i-make-robots> | the cacheing level is standard |
01:05 | <Woet> | i-make-robots: stop making your webserver send headers telling cloudflare not to cache it |
01:05 | <Woet> | i-make-robots: also, you have several dynamic elements on your site, why would you want it cached? |
01:05 | <i-make-robots> | lemme see what I can do. |
01:05 | <i-make-robots> | frankly, I didn't want dynamic elements. |
01:06 | <Woet> | get rid of your shopping basket then |
01:06 | <Woet> | i'm not sure why you're so focused on caching |
01:06 | <Woet> | just fix the performance first |
01:09 | <i-make-robots> | yes please! I'm trying to fix the load time, I don't care if it's via cacheing or performance. I tried all the performance tricks I could think of and then moved on to caching |
01:09 | <i-make-robots> | I checked for slow sql queries, high ram usage, high CPU... didn't find anything. |
01:12 | <i-make-robots> | actually... the server generally runs at about 20% CPU. often higher. so... maybe that could be lower. |
01:38 | -!- | NomadJim [~Jim@2001:5b0:2d1f:c3a8:d123:1b29:101b:f68c] has quit [Read error: Connection reset by peer] |
01:52 | -!- | NomadJim [~Jim@2001:5b0:2d2a:8628:35d4:9965:2bca:a0e8] has joined #linode |
01:52 | -!- | NomadJim is "Nomad" on #linode |
02:09 | -!- | branko [~azaghal@lenin.majic.rs] has joined #linode |
02:09 | -!- | branko is "Branko Majic" on #linode #Corsair |
02:09 | <i-make-robots> | Turned off a bunch of plugins, seems to have helped a bit. Several more theme-based I can't get rid of yet. |
02:41 | -!- | waltman [nunya184@c-68-81-107-5.hsd1.pa.comcast.net] has quit [Remote host closed the connection] |
02:41 | -!- | waltman [nunya866@c-68-81-107-5.hsd1.pa.comcast.net] has joined #linode |
02:41 | -!- | waltman is "Walt Mankowski" on #linode |
02:52 | -!- | NomadJim [~Jim@2001:5b0:2d2a:8628:35d4:9965:2bca:a0e8] has quit [Read error: Connection reset by peer] |
03:01 | -!- | NomadJim [~Jim@72.168.160.150] has joined #linode |
03:01 | -!- | NomadJim is "Nomad" on #linode |
03:09 | -!- | NomadJim [~Jim@72.168.160.150] has quit [Read error: Connection reset by peer] |
03:09 | -!- | NomadJim [~Jim@72.168.160.116] has joined #linode |
03:09 | -!- | NomadJim is "Nomad" on #linode |
03:09 | -!- | NomadJim [~Jim@72.168.160.116] has quit [Read error: Connection reset by peer] |
03:09 | -!- | NomadJim is "Nomad" on #linode |
03:09 | -!- | NomadJim [~Jim@2001:5b0:2d1f:23d8:35d4:9965:2bca:a0e8] has joined #linode |
04:39 | <linbot> | New news from community: How do I access php.ini file? <https://www.linode.com/community/questions/17667> |
04:44 | -!- | JohnSmoth [~oftc-webi@46.233.206.134] has joined #linode |
04:44 | -!- | JohnSmoth is "OFTC WebIRC Client" on #linode |
04:44 | -!- | JohnSmoth [~oftc-webi@46.233.206.134] has quit [] |
05:44 | -!- | thiras [~thiras@195.174.215.70] has joined #linode |
05:44 | -!- | thiras is "Ant" on #debian #linode #tami |
06:05 | -!- | Jake [~oftc-webi@171.223.185.151] has joined #linode |
06:05 | -!- | Jake is "OFTC WebIRC Client" on #linode |
06:06 | -!- | Jake is now known as Guest1777 |
06:08 | <Guest1777> | im in china and i need a jp server,mostly used by person. i wanna know the speed if i use shadowsocks |
06:10 | -!- | Guest1777 [~oftc-webi@171.223.185.151] has quit [Remote host closed the connection] |
09:20 | <linbot> | New news from community: Which internet is best in USA? <https://www.linode.com/community/questions/17668> |
09:24 | <linbot> | New news from blog: 2019 Winter Events <https://blog.linode.com/2019/01/29/2019-winter-events/> |
09:34 | <Woet> | that's a depressing lack of international events |
09:35 | <Abi12> | gah. Is 11ms reasonable to search for 1 row within 24,000? |
09:35 | <Woet> | it's 11ms |
09:36 | -!- | WhizzWr [Whizz@000276f4.user.oftc.net] has quit [Quit: Bye!] |
09:36 | <Abi12> | Maybe I'm expecting too much. I'm not satisfied with it. |
09:36 | <Woet> | you didn't mention the software either |
09:36 | <Abi12> | I'm pretty sure that whole data set is being stored in memory. |
09:36 | <Abi12> | mysql. |
09:36 | <Abi12> | innodb |
09:36 | <Woet> | csv? mysql? elasticsearch? mongodb? |
09:36 | <Woet> | right |
09:36 | <Woet> | just setting up the connection itself would probably be 5-6 ms |
09:37 | <Woet> | how long does "SHOW VARIABLES LIKE "%version%";" take |
09:37 | <Woet> | or "STATUS" |
09:38 | <Abi12> | 5 ms |
09:40 | <Abi12> | The first query takes 1 ms. |
09:41 | <Abi12> | I wonder if I should look at the code? It's honestly just 1 insert and 1 select involving an inner join. |
09:46 | <Woet> | no, you should look at something more useful than this extreme micro-optimizating ;) |
09:46 | <Woet> | unless you're working on the google.com homepage or something else with a few million visits per second, it's not worth the effort. |
09:49 | <Abi12> | I was just doing it because I had some extra free time. 11ms is fine considering they only get a few thousand visitors a day. |
09:58 | -!- | skule [~svs@cpe.ge-3-1-5-100.sbynqe10.dk.customer.tdc.net] has quit [Quit: Ex-Chat] |
10:00 | <linbot> | New news from community: Wordpress: Warning: date_default_timezone_set(): <https://www.linode.com/community/questions/17673> || Wordpress: Warning: date_default_timezone_set(): <https://www.linode.com/community/questions/17672> || Wordpress: Warning: date_default_timezone_set(): <https://www.linode.com/community/questions/17671> || Wordpress: Warning: date_default_timezone_set(): <https://www.linode.com/community/questions/17670> || Wordpre |
10:04 | -!- | anomie [~anomie@00018802.user.oftc.net] has joined #linode |
10:04 | -!- | anomie is "Anomie" on #linode |
10:23 | -!- | internat [biteme2@59-102-64-247.tpgi.com.au] has quit [Ping timeout: 480 seconds] |
10:30 | <linbot> | New news from community: How do I pin a VM to a Numa Zone at the hypervisor? <https://www.linode.com/community/questions/17674> |
10:31 | -!- | asilverman [~aaron@2600:3c03::f03c:91ff:fef0:6cce] has joined #linode |
10:31 | -!- | asilverman is "aaron" on #linode |
10:34 | -!- | asilverman [~aaron@2600:3c03::f03c:91ff:fef0:6cce] has quit [] |
10:35 | -!- | WhizzWr [Whizz@s-o-m-e.h-o-s-t.name] has joined #linode |
10:35 | -!- | WhizzWr is "Nothing is real" on #redditprivacy #pcl #oftc #linode |
11:13 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Ping timeout: 480 seconds] |
11:20 | <linbot> | New news from community: How do I configure the following iptables rules? <https://www.linode.com/community/questions/17675> |
11:20 | -!- | Palosanto [~oftc-webi@181.39.87.186] has joined #linode |
11:20 | -!- | Palosanto is "OFTC WebIRC Client" on #linode |
11:20 | <Palosanto> | hello |
11:21 | <Palosanto> | i was just wonder if anyone can help me with an issue that im having |
11:21 | <grawity> | generally, that requires us to know what issue you're having exactly |
11:21 | <Palosanto> | ehhh.. yes of course |
11:21 | <Palosanto> | you see, i have a client |
11:22 | <Palosanto> | that have their hosting service with me, and i have all the managment of all the emails accounts |
11:22 | <Palosanto> | in this case is only one that i dont know why i cant open the webmail of an user |
11:23 | <grawity> | what webmail system (and mail system in general) are you using? |
11:23 | <Palosanto> | but if i configure the email in a mail client like outlook it works fine.. but when i try to open the mail through webmail, it looks like it open but it shows me an error: username and password incorrect |
11:24 | <Palosanto> | roundcube |
11:24 | <Palosanto> | i tried also with Horde |
11:24 | <Palosanto> | and squirrel mail |
11:24 | <Palosanto> | but nothing... |
11:25 | <grawity> | then webmail is probably not your problem |
11:25 | <grawity> | all these clients contact your mail server via IMAP, does it show anything special in its logs? |
11:26 | -!- | NYC_Corey [~oftc-webi@cpe-184-153-83-221.nyc.res.rr.com] has joined #linode |
11:26 | -!- | NYC_Corey is "OFTC WebIRC Client" on #linode |
11:27 | <NYC_Corey> | Hello. New to this and not sure if this is the right place. But I have a D6 site and am looking for a develloper to address Drupalgeddon2 issue. |
11:47 | <Palosanto> | nothing |
11:47 | <Palosanto> | just a lots of intents of log ing |
11:47 | <Palosanto> | log in |
11:48 | <Palosanto> | ok, there is also another thing |
11:48 | <Palosanto> | this email was hacked |
11:48 | <Palosanto> | we realized that it was sending a lot of spam |
11:48 | <Palosanto> | so we proceed to change its password |
11:49 | <Palosanto> | and after that , the user cant open the mail through webmail |
12:03 | <Palosanto> | ? |
12:13 | -!- | v0lksman [~v0lksman@dhcp-24-53-240-84.cable.user.start.ca] has joined #linode |
12:13 | -!- | v0lksman is "jack" on #linode |
12:16 | -!- | Adam_ [~oftc-webi@2a01:4c8:82c:d594:bd9d:1ca1:1fd3:bb0] has joined #linode |
12:16 | -!- | Adam_ is "OFTC WebIRC Client" on #linode |
12:16 | -!- | Adam_ [~oftc-webi@2a01:4c8:82c:d594:bd9d:1ca1:1fd3:bb0] has quit [] |
12:30 | <linbot> | New news from community: "Record conflict - CNAMES must be unique" error <https://www.linode.com/community/questions/17676> |
12:42 | -!- | Palosanto [~oftc-webi@181.39.87.186] has quit [Quit: Page closed] |
12:59 | -!- | marshmn [~matt@84.93.31.67] has joined #linode |
12:59 | -!- | marshmn is "Matt Marsh" on #linode |
13:00 | <linbot> | New news from community: How do I install ionCube on my Linode? <https://www.linode.com/community/questions/17678> || How do I install Debian 7.11 on Linode <https://www.linode.com/community/questions/17677> |
13:17 | -!- | Naeem [~oftc-webi@42.201.169.173] has joined #linode |
13:17 | -!- | Naeem is "OFTC WebIRC Client" on #linode |
13:17 | <Naeem> | Hi |
13:17 | <millisa> | Hi |
13:18 | <Naeem> | Can you send me url to connect with linode support team? |
13:19 | <millisa> | !contact |
13:19 | <linbot> | https://www.linode.com/contact |
13:19 | <millisa> | But if it's not something account specific, someone here may be able to assist... |
13:20 | <Naeem> | actually it is account's specific |
13:20 | -!- | Ahmad [~oftc-webi@178.87.185.98] has joined #linode |
13:20 | -!- | Ahmad is "OFTC WebIRC Client" on #linode |
13:21 | -!- | Ahmad [~oftc-webi@178.87.185.98] has quit [Remote host closed the connection] |
13:28 | -!- | Naeem [~oftc-webi@42.201.169.173] has quit [Quit: Page closed] |
14:21 | -!- | WhizzWr [Whizz@000276f4.user.oftc.net] has quit [Ping timeout: 480 seconds] |
14:21 | <linbot> | New news from community: If I use a Linode for a short period of time, how much will I be charged? <https://www.linode.com/community/questions/17679> |
14:27 | -!- | WhizzWr [Whizz@s-o-m-e.h-o-s-t.name] has joined #linode |
14:27 | -!- | WhizzWr is "Nothing is real" on #redditprivacy #pcl #oftc #linode |
14:29 | -!- | NYC_Corey [~oftc-webi@cpe-184-153-83-221.nyc.res.rr.com] has quit [Quit: Page closed] |
14:33 | -!- | Ikaros [ikaros@IkarosBD.dlls.tx.Eris.bdikaros-network.net] has joined #linode |
14:33 | -!- | Ikaros is "Ikaros" on #linode |
14:49 | -!- | fstd_ [~fstd@xdsl-87-78-135-154.nc.de] has joined #linode |
14:49 | -!- | fstd_ is "fstd" on #linuxfs #oftc #linode #kernelnewbies |
14:57 | -!- | fstd [~fstd@xdsl-85-197-61-234.nc.de] has quit [Ping timeout: 480 seconds] |
15:04 | -!- | rj [~oftc-webi@103.255.5.115] has joined #linode |
15:04 | -!- | rj is "OFTC WebIRC Client" on #linode |
15:05 | <rj> | i recived 523 error |
15:06 | <millisa> | You'll need to give some context and ask as question |
15:06 | <rj> | I am facing this error Error 523: Origin is unreachable |
15:06 | <rj> | Cloudflare said If you're the owner of this website: Check your DNS Settings. A 523 error means that Cloudflare could not reach your host web server. The most common cause is that your DNS settings are incorrect. Please contact your hosting provider to confirm your origin IP and then make sure the correct IP is listed for your A record in your Cloudflare DNS Settings page. |
15:07 | -!- | logan [~logan@irc.protiumit.com] has quit [Read error: Connection reset by peer] |
15:07 | <millisa> | Ok, did you check to see if your web server is reachable? |
15:07 | -!- | logan [~logan@irc.protiumit.com] has joined #linode |
15:07 | -!- | logan is "logan" on #linode #ceph-ansible #ceph |
15:08 | <rj> | yes my linode server is running |
15:08 | <millisa> | That isn't what I asked. |
15:08 | <millisa> | Can you reach the web service via the IP you are giving to cloudflare? |
15:10 | <rj> | no |
15:10 | <rj> | This site can’t be reached |
15:10 | <millisa> | So login to your linode and check if your web services are running, if they are look at the logs to see what they say |
15:11 | <rj> | in which tab am find these details\ |
15:12 | <rj> | due to ip i am not able to enter my webuzo panel |
15:12 | <millisa> | https://www.linode.com/docs/getting-started/#connect-to-your-linode-via-ssh |
15:16 | <rj> | Succefully login |
15:16 | <rj> | via ssh |
15:16 | <millisa> | Are your webservices running? What do your logs say? |
15:25 | -!- | asilverman [~aaron@2600:3c03::f03c:91ff:fef0:6cce] has joined #linode |
15:25 | -!- | asilverman is "aaron" on #linode |
15:26 | -!- | asilverman [~aaron@2600:3c03::f03c:91ff:fef0:6cce] has quit [] |
15:28 | -!- | rj [~oftc-webi@103.255.5.115] has quit [Quit: Page closed] |
15:43 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:bd96:2e08:a491:a672] has joined #linode |
15:43 | -!- | tinkerwolf is "Solinwolf" on #linode |
15:46 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:bd96:2e08:a491:a672] has quit [] |
15:46 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has joined #linode |
15:46 | -!- | tinkerwolf is "Solinwolf" on #linode |
15:46 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has quit [] |
15:56 | -!- | Portland_Luggag [~oftc-webi@209.180.173.153] has joined #linode |
15:56 | -!- | Portland_Luggag is "OFTC WebIRC Client" on #linode |
15:56 | <Portland_Luggag> | Good afternoon |
15:57 | <millisa> | Greetings |
15:57 | <Portland_Luggag> | My company is experiencing a case of fraud by one of your customers |
15:57 | <Portland_Luggag> | I work for www.portlandluggage.com and these four sites are using our business address to conduct credit card fraud |
15:57 | <Portland_Luggag> | www.rimowasale.store www.lasred.com www.luggagehot.com www.rimowasales.com |
15:57 | <millisa> | Sounds like you are looking for abuse |
15:57 | <millisa> | https://www.linode.com/contact |
15:58 | <Portland_Luggag> | Yes but they haven't responded in several days |
15:58 | <millisa> | If you wrote them about it, give them a call. Linode folks are nice. |
15:58 | <Portland_Luggag> | Okay sounds great |
15:58 | <Portland_Luggag> | Thanks! |
15:58 | * | nate wonders if the abuse dept works on non-business days |
15:58 | <dwfreed> | abuse is 24/7 just like support |
15:59 | <millisa> | It *is* national puzzle day. |
15:59 | <nate> | dwfreed: wasn't sure, several days for abuse delay seemed kinda weird but it was also just the weekend |
15:59 | -!- | Portland_Luggag [~oftc-webi@209.180.173.153] has quit [] |
15:59 | <dwfreed> | Linode isn't going to let a phishing site stay running just because it's the weekend |
16:00 | <dwfreed> | also, all of those sites are behind cloudflare |
16:01 | <millisa> | wonder how they determined they were linode customers. all those sites point at cloudflare that I can see |
16:01 | <dwfreed> | so I'm not sure how they know they're Linodes |
16:01 | <millisa> | dang it. |
16:03 | <nate> | maybe linode already handled it and they just switched around |
16:03 | <nate> | or maybe using linode DNS? |
16:03 | <millisa> | looked, didn't seem to be the case |
16:04 | <dwfreed> | all 4 are using cloudflare for DNS too |
16:04 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has joined #linode |
16:04 | -!- | tinkerwolf is "Solinwolf" on #linode |
16:15 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has quit [Ping timeout: 480 seconds] |
16:21 | -!- | marshmn [~matt@84.93.31.67] has quit [Ping timeout: 480 seconds] |
16:25 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has joined #linode |
16:25 | -!- | tinkerwolf is "Solinwolf" on #linode |
16:38 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has quit [Quit: tinkerwolf] |
16:43 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has joined #linode |
16:43 | -!- | tinkerwolf is "Solinwolf" on #linode |
16:46 | -!- | nrh1703 [~nrh@arch10a.lon1.lin.cloud.nrh.cc] has quit [Quit: WeeChat 2.3] |
16:57 | -!- | nrh1703 [~nrh@arch10a.lon1.lin.cloud.nrh.cc] has joined #linode |
16:57 | -!- | nrh1703 is "nrh" on #linode |
17:11 | <linbot> | New news from community: Cloudflare Error 523: Origin is unreachable. <https://www.linode.com/community/questions/17680> |
17:39 | -!- | i-make-robots [~dan@184.70.142.222] has quit [Read error: Connection reset by peer] |
17:51 | <linbot> | New news from community: Am I at risk of data loss if I have multiple Linodes hosted within the same datacenter? <https://www.linode.com/community/questions/17681> |
18:43 | -!- | Mmartinez [~oftc-webi@ip98-165-46-99.ph.ph.cox.net] has joined #linode |
18:43 | -!- | Mmartinez is "OFTC WebIRC Client" on #linode |
18:43 | -!- | Mmartinez [~oftc-webi@ip98-165-46-99.ph.ph.cox.net] has quit [] |
19:00 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has quit [Quit: tinkerwolf] |
19:00 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:1b98:ac51:f226:b4fc] has joined #linode |
19:00 | -!- | tinkerwolf is "Solinwolf" on #linode |
19:00 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:1b98:ac51:f226:b4fc] has quit [] |
19:00 | -!- | tinkerwolf is "Solinwolf" on #linode |
19:00 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has joined #linode |
19:24 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has quit [Quit: tinkerwolf] |
19:24 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has joined #linode |
19:24 | -!- | tinkerwolf is "Solinwolf" on #linode |
19:24 | -!- | tinkerwolf [~solinwolf@cpe-70-125-146-164.satx.res.rr.com] has quit [] |
19:30 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has joined #linode |
19:30 | -!- | tinkerwolf is "Solinwolf" on #linode |
19:30 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has quit [] |
19:35 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has joined #linode |
19:35 | -!- | tinkerwolf is "Solinwolf" on #linode |
19:36 | -!- | tinkerwolf [~solinwolf@2605:6000:6709:6b00:3733:165c:7f8:7e63] has left #linode [] |
20:35 | -!- | anomie [~anomie@00018802.user.oftc.net] has joined #linode |
20:35 | -!- | anomie is "Anomie" on #linode |
20:47 | -!- | internat [biteme2@59-102-64-247.tpgi.com.au] has joined #linode |
20:47 | -!- | internat is "Nathan" on #tardigans @#binfenv #linode |
20:58 | -!- | jengra [~oftc-webi@191.99.50.144] has joined #linode |
20:58 | -!- | jengra is "OFTC WebIRC Client" on #linode |
20:58 | <jengra> | hola alguien que hable español |
21:00 | <jengra> | help |
21:01 | <millisa> | Most of us are english speakers |
21:01 | <jengra> | ok |
21:02 | <jengra> | I will deal with the translator |
21:03 | <jengra> | my problem is that my server linode is weighing 100% and my base only weighs 80 mb |
21:04 | <nuevu> | Are you concerned that the Manager shows that you are using 100% of your disk? If so, that's just saying that you have allocated 100% of the disk to the server, not that you're using all of it. |
21:06 | <millisa> | A command like 'df' would show you your disk usage in the linode. You could use 'du' or 'ncdu' to see what is using the space |
21:08 | <jengra> | nuevu, yes is in the storage option and when I do an update it goes down to 60% |
21:13 | <millisa> | You are talking about this: https://ibin.co/4VFBkYNRXG6Y.png ? |
21:15 | <jengra> | yes millisa |
21:16 | <millisa> | Are you wanting to use more of that space? |
21:16 | <jengra> | mine is 100% |
21:17 | <millisa> | That means you have allocated all of the provisioned space to the linode. If you want more, you would need to resize the linode. |
21:18 | <millisa> | The steps for resizing are here: https://www.linode.com/docs/platform/disk-images/resizing-a-linode/ |
21:18 | <jengra> | the server did not respond, I realized that I was 100% and asked for updates to make them and lower to 60% |
21:20 | <jengra> | that is my doubt because the percentage drops when the linen is updated |
21:22 | <millisa> | Step 7 of the link above tells you how to use the new space after a resize |
21:26 | <jengra> | Thank you millisa |
21:32 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Remote host closed the connection] |
21:34 | -!- | jengra [~oftc-webi@191.99.50.144] has quit [Quit: Page closed] |
22:02 | <linbot> | New news from community: How do I install MailWizz on a Linode? <https://www.linode.com/community/questions/17682> |
22:15 | <millisa> | Hypothetical moral/ethics question. Say I spinup a linode, setup a web server that supports vhosts. The default vhost dumps to a 'not configured' page, and then I setup my vhosts explicitly for my intended domains. Then I notice in the logs: |
22:16 | <millisa> | There's not just one name, but many dozens of domains all showing up in the default vhost. Someone was likely doing some form of shared hosting at the IP at some point |
22:17 | <millisa> | Ethical to start serving content on those misdirected domains? I dunno, ad content, something that isn't just 'not configured'? |
22:18 | <Peng_> | Ehhhhhhhhhhh |
22:19 | -!- | thenickb [49154b18@107.161.19.109] has joined #linode |
22:19 | -!- | thenickb is "[https://kiwiirc.com] Development release" on #linode |
22:19 | <thenickb> | hello? |
22:19 | <millisa> | (Hypothetically, I'm at least adjusting the robots.txt to maybe try to curtail some of the aggressive crawlers that might pay attention) |
22:19 | <millisa> | thenickb: Howdy |
22:20 | <thenickb> | Is there a way to test out managed linode for free for a short period of time? |
22:20 | -!- | saki [~Thunderbi@64.120.88.148] has joined #linode |
22:20 | -!- | saki is "saki" on #Qubes_OS #redditprivacy #ovirt #virt #linode #cryptoparty @##tor-project #moocows #oftc #qemu |
22:23 | <millisa> | thenickb: Outside of it mentioning that there is no contract/obligation, there's not much on the managed page about trial/moneyback guarantee. |
22:24 | <thenickb> | Yeah, that's what I'm finding. I was hoping for a short trial so I can check it out for some clients. |
22:24 | <thenickb> | Thanks for looking! |
22:34 | -!- | thenickb [49154b18@107.161.19.109] has quit [Remote host closed the connection] |
22:44 | -!- | saki [~Thunderbi@64.120.88.148] has quit [] |
23:42 | -!- | CodeMouse92 [~JasonMc92@00025241.user.oftc.net] has joined #linode |
23:42 | -!- | CodeMouse92 is "Jason C. McDonald" on #packaging #linode #c++ |
23:47 | -!- | anomie [~anomie@00018802.user.oftc.net] has joined #linode |
23:47 | -!- | anomie is "Anomie" on #linode |
23:47 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Remote host closed the connection] |
--- | Log | closed Wed Jan 30 00:00:42 2019 |