↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | anisfarhana has joined #arpnetworks | [02:43] |
............................ (idle for 2h19mn) | ||
dj_goku has quit IRC (Ping timeout: 248 seconds) | [05:02] | |
..... (idle for 24mn) | ||
dzup has joined #arpnetworks | [05:26] | |
.................................. (idle for 2h45mn) | ||
WaREX has joined #arpnetworks | [08:11] | |
WaREX | I'm trying to connect my recently bought gandi domain name with my vps ip but I'm very confused
a friend of mine not familiar with arp but with other vps's tells me that I have to login gandi and change its dns to the ones provided by arpnetworks and also to login to the dashboard of my vps and find some place to configure my DNS's so it resolve to the domain name desired As of I'm really confused, maybe can someone explain a general brochure of the full process? | [08:12] |
jpalmer | WaREX: what is the domain name? | [08:22] |
WaREX | jpalmer: xaique.com, at gandi | [08:22] |
jpalmer | ok, gandi offers DNS hosting for free, right?
If I remember correctly, ARP doesn't offer DNS hosting, only reverse DNS. so you'll either want to use gandi's DNS servics, or sign up for a free one like http://dns.he.net I've never used gandi, so, I'd be limited help there. but if you want to signup for dns.he.net, I can walk you through the whole thing | [08:24] |
*** | dzup has quit IRC (Read error: Connection reset by peer) | [08:38] |
dzup has joined #arpnetworks | [08:47] | |
............................................ (idle for 3h35mn) | ||
dzup has quit IRC (Ping timeout: 276 seconds) | [12:22] | |
.............. (idle for 1h6mn) | ||
dr_jkl has joined #arpnetworks | [13:28] | |
dr_jkl | up_the_irons: ping | [13:28] |
.... (idle for 18mn) | ||
brycec | spurious pong | [13:46] |
toddf | pong (DUP!) | [13:46] |
........... (idle for 50mn) | ||
*** | anisfarhana has quit IRC (Quit: Leaving) | [14:36] |
up_the_irons | WaREX: your friend is wrong; we don't provide DNS hosting because every decent registrar on the planet already does so. Go into Gandi and use their DNS service. Tell it your domain name and the IP of your VPS.
dr_jkl: pong | [14:39] |
*** | Ehtyar has joined #arpnetworks | [14:42] |
nixbag | gandi is a good one | [14:45] |
jbergstroem | (or pick someone that offers anycast o/) | [14:50] |
........ (idle for 35mn) | ||
*** | HighJinx has quit IRC (Ping timeout: 264 seconds) | [15:25] |
HighJinx has joined #arpnetworks | [15:30] | |
....... (idle for 30mn) | ||
mnathani | WaREX: for future reference if you want to check what A record, MX or Name Server the domain is currently set to: http://dns.mnathani.com/investigate.php?Domain=xaique.com | [16:00] |
brycec | lol mnathani # Your IP has been restricted due to excessive access, please wait a bit
(under "Whois report for xaique.com") | [16:04] |
.... (idle for 16mn) | ||
mnathani | hmm, brycec: works fine for me now. Probably need to have some sort of caching proxy to prevent those in the future. | [16:20] |
brycec | couldn't hurt. but probably not worth it for the "massive" onslaught of traffic you get ;p | [16:26] |
phlux | I just host my own DNS
I'm always SSHed in, so I figure why not? My main bind server automagically updates the slaves. It's nice :) | [16:27] |
mnathani | brycec: I actually had it configured earlier, but had only 1 IP so all port 80 traffic would go though my squid proxy then hit 8080 on apache.(Unneccessarily caching all web traffic) Now I have multiple IPs I can separate the traffic that needs to be cached. | [16:38] |
mercutio | mnathani: why not cache verything?
mnathani: apache is multiple process, squid, apache traffic server, varnish etc aall multiplex | [16:39] |
*** | dzup has joined #arpnetworks | [16:42] |
mnathani | Limited RAM for one reason. Some of the complex Wordpress / Joomla sites would bring the server to a crawl when caching everything | [16:43] |
mercutio | it should be the other way around
you should be able to reduce ram usage by having less oh are you using lighttpd? | [16:44] |
jbergstroem | phlux: going for the boost-powered bind 10?
it even has the sqlite's | [16:46] |
*** | Webhostbudd has joined #arpnetworks
Ehtyar has quit IRC (Remote host closed the connection) Ehtyar has joined #arpnetworks Mexicainvexed has joined #arpnetworks | [16:51] |
phlux | haha
negative | [17:02] |
mnathani | mercutio: not using lighttpd. I guess most of the Wordpress / Joomla content is dynamic so wouldnt really benefit from caching anyway | [17:04] |
mercutio | mnathani i suppose fastcgi witha pool of processes is what i was really thinking of
it can reduce memory usage when having multiple concurrent users | [17:05] |
*** | Mexicainvexed has quit IRC (Quit: Leaving) | [17:05] |
mercutio | ther'es still a lot of dynamic content too, css style sheets etc and apache will use lots of processes per user these days
because each tcp connection uses separate process | [17:06] |
*** | dr_jkl has quit IRC (Quit: Lost terminal) | [17:19] |
..... (idle for 22mn) | ||
alexstanford17 has joined #arpnetworks
alexstanford16 has quit IRC (Ping timeout: 248 seconds) | [17:41] | |
dj_goku has joined #arpnetworks
dj_goku has quit IRC (Changing host) dj_goku has joined #arpnetworks dj_goku_ has joined #arpnetworks | [17:54] | |
.... (idle for 18mn) | ||
alexstanford17 has quit IRC (Read error: Connection reset by peer)
alexstanford17 has joined #arpnetworks | [18:12] | |
jbergstroem | mnathani: its pretty simple to set up try_files in nginx so you at least avoid serving all static content through that awful ms-files.php | [18:17] |
up_the_irons | figured out quota and chroot problem... it needs /proc/sys/fs/quota/ | [18:24] |
*** | pjs has quit IRC (Read error: Connection reset by peer)
pjs has joined #arpnetworks pjs is now known as Guest48799 | [18:28] |
..... (idle for 21mn) | ||
phlux | We don't need no stinkin' quotas! | [18:50] |
up_the_irons | hah | [19:00] |
brycec | I thought WP/Joomla had their own in-build caching for dynamically-generated pages anyways?
congrats up_the_irons | [19:10] |
up_the_irons | tnx | [19:10] |
............... (idle for 1h13mn) | ||
*** | lazard has quit IRC (Ping timeout: 244 seconds) | [20:23] |
.... (idle for 15mn) | ||
alexstanford17 has quit IRC (Read error: Connection reset by peer)
alexstanford17 has joined #arpnetworks | [20:38] | |
mnathani has left | [20:43] | |
....... (idle for 32mn) | ||
dzup has quit IRC (Ping timeout: 276 seconds) | [21:15] | |
.......... (idle for 45mn) | ||
lazard has joined #arpnetworks | [22:00] | |
........ (idle for 38mn) | ||
Ehtyar has quit IRC (Quit: Don't follow me) | [22:38] | |
...... (idle for 26mn) | ||
HighJinx has quit IRC (Ping timeout: 256 seconds) | [23:04] | |
HighJinx has joined #arpnetworks | [23:09] | |
........ (idle for 35mn) | ||
Webhostbudd | anyone have a recommended kvm?
kvm switch* | [23:44] |
up_the_irons | IPMI ;) | [23:48] |
Webhostbudd | well
im talking about a desktop with two machines im sick of running windows with a linux vm i just pull up and i have the other desktop hardware overall they seem super overpriced and buggy so i've been skeptical i've been highly considering http://www.amazon.com/IOGEAR-4-Port-Multimedia-Switch-GCS1794/dp/B001V9LQ52/ref=sr_1_2?ie=UTF8&qid=1362037662&sr=8-2&keywords=kvm+hdmi because it seems mostly solid aside from mouse / keyboard issues which can be worked around. I use a standard 104-key keyboard anyway and a standard mouse the problem i have is that this type of hardware is so infrequently reviewed it's hard to make judgements and it's not so cheap that I feel like I wouldn't regret buying it | [23:49] |
↑back Search ←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |