From gwadej at anomaly.org Sun May 1 20:45:55 2016 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 1 May 2016 22:45:55 -0500 Subject: [pm-h] Pairing opportunities Message-ID: <20160501224555.78594b2b@cygnus> At my current position, I've had an opportunity to do a lot of remote pair programming. This has actually worked much better than I would have expected. I was wondering if anyone would be interested in some form of remote pairing arrangement that we could use among the group? - Maybe people could request someone who is free to pair. - Maybe some of us could set times/days we would be available to pair. The idea would be a short/(relatively) intense session that would get a second set of eyes on code you are working on, also a bit of code review. It would not be as much of a commitment as a regular class, but it might be a way to get help from someone with different experience. What do you guys think? G. Wade -- I never let schooling get in the way of my education. -- Mark Twain From gwadej at anomaly.org Sun May 1 20:40:44 2016 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sun, 1 May 2016 22:40:44 -0500 Subject: [pm-h] Topic for May 12 meeting Message-ID: <20160501224044.278ba39f@cygnus> It's a week and a half until the next meeting, and we don't yet have a topic. - Would the group prefer a social meeting this time? - Does someone have a topic they would like to see presented? - Does anyone have a topic they would like to present? G. Wade -- Computer languages differ not so much in what they make possible, but in what they make easy. -- Larry Wall From boftx at hotmail.com Sun May 1 20:51:09 2016 From: boftx at hotmail.com (Jim Bacon) Date: Sun, 1 May 2016 20:51:09 -0700 Subject: [pm-h] Pairing opportunities In-Reply-To: <20160501224555.78594b2b@cygnus> References: <20160501224555.78594b2b@cygnus> Message-ID: I wouldn?t mind doing this once in a while if I was free. I tend to be up at odd hours anyway, and routinely do this with co-workers since I am in Vegas and they are in Houston. In most cases, my co-worker is writing code and I play the role of rubber ducky or devil?s advocate. It is all about thinking out loud. Jim > On May 1, 2016, at 8:45 PM, G. Wade Johnson via Houston wrote: > > At my current position, I've had an opportunity to do a lot of remote > pair programming. This has actually worked much better than I would > have expected. > > I was wondering if anyone would be interested in some form of remote > pairing arrangement that we could use among the group? > > > - Maybe people could request someone who is free to pair. > - Maybe some of us could set times/days we would be available to pair. > > The idea would be a short/(relatively) intense session that would get a > second set of eyes on code you are working on, also a bit of code > review. > > It would not be as much of a commitment as a regular class, but it > might be a way to get help from someone with different experience. > > What do you guys think? > > G. Wade > -- > I never let schooling get in the way of my education. -- Mark Twain > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ From toddr at cpanel.net Wed May 4 16:38:57 2016 From: toddr at cpanel.net (Todd Rinaldo) Date: Wed, 4 May 2016 18:38:57 -0500 Subject: [pm-h] Topic for May 12 meeting In-Reply-To: <20160501224044.278ba39f@cygnus> References: <20160501224044.278ba39f@cygnus> Message-ID: <1660F95A-C6F4-4265-81B9-BD8FB7B5BA0F@cpanel.net> > On May 1, 2016, at 10:40 PM, G. Wade Johnson via Houston wrote: > > It's a week and a half until the next meeting, and we don't yet have a > topic. > > - Would the group prefer a social meeting this time? > - Does someone have a topic they would like to see presented? > - Does anyone have a topic they would like to present? > I haven't responded to the other thread but it does seem like it was a lively discussion. I spent quite a bit of time working on a patch to Perl to switch Config to XS. I also have stats (a.k.a. LIES) on the various approaches to solving the problem. I could present on that next week. Todd From rlharris at oplink.net Wed May 4 16:58:38 2016 From: rlharris at oplink.net (rlharris at oplink.net) Date: Wed, 4 May 2016 18:58:38 -0500 Subject: [pm-h] perldoc contenticious Message-ID: <84e0c7c325f0c6a52b2ee96872dd65bd.squirrel@webmail.oplink.net> I am trying to execute the instruction found in the Contenticious Perldoc Sitemap (the file 01_Perldoc.md): -------------------------- After installing Contenticious you can access these documents via the `perldoc` command: $ perldoc Contenticious::Content::Node [app]: perldoc/Contenticious [content]: perldoc/Contenticious/Content [node]: perldoc/Contenticious/Content/Node [file]: perldoc/Contenticious/Content/Node/File [dir]: perldoc/Contenticious/Content/Node/Directory [commands]: perldoc/Contenticious/Commands [generator]: perldoc/Contenticious/Generator ------------------------- The command: $ perldoc Contenticious::Content::Node returns the message: No documentation found for "Contenticious::Content::Node". Is the command line missing a parameter? My system is debian-8 (jessie) i386. RLH From mrallen1 at yahoo.com Wed May 4 20:00:06 2016 From: mrallen1 at yahoo.com (Mark Allen) Date: Thu, 5 May 2016 03:00:06 +0000 (UTC) Subject: [pm-h] perldoc contenticious In-Reply-To: <84e0c7c325f0c6a52b2ee96872dd65bd.squirrel@webmail.oplink.net> References: <84e0c7c325f0c6a52b2ee96872dd65bd.squirrel@webmail.oplink.net> Message-ID: <1679356372.8045695.1462417206132.JavaMail.yahoo@mail.yahoo.com> On Wednesday, May 4, 2016 6:59 PM, Russell Harris via Houston wrote: > I am trying to execute the instruction found in the > Contenticious Perldoc Sitemap (the file 01_Perldoc.md): Are you sure it's installed on your system? ---- SNIP ---- mallen-rMBP:perl mallen$ cpanm Contenticious Contenticious is up to date. (0.35) mallen-rMBP:perl mallen$ perldoc -T -t Contenticious::Content::Node NAME Contenticious::Content::Node - base class for Contenticious content SYNOPSIS use Mojo::Base 'Contenticious::Content::Node'; DESCRIPTION Basic node functionality for both files and directories. ATTRIBUTES "is_root" Is true iff this node is the root node of a content tree. "filename" The filename of this node. Needs to be set early. "name" The name of this node. "path_prefix" A prefix for this node's path in the whole content tree. "path" This node's path in the whole content tree. "meta" A hashref of meta informations. "html" Generated HTML from this node. "title" This node's title. "navi_name" The name this node has in the page navigation. METHODS "find" Find nodes in this subtree. This is a very basic version. It returns the node if the search path is empty and undef in all other cases. SEE ALSO Contenticious::Content, Contenticious::Content::Node::File, Contenticious::Content::Node::Directory, Contenticious From rlharris at oplink.net Wed May 4 20:33:40 2016 From: rlharris at oplink.net (rlharris at oplink.net) Date: Wed, 4 May 2016 22:33:40 -0500 Subject: [pm-h] perldoc contenticious In-Reply-To: <1679356372.8045695.1462417206132.JavaMail.yahoo@mail.yahoo.com> References: <84e0c7c325f0c6a52b2ee96872dd65bd.squirrel@webmail.oplink.net> <1679356372.8045695.1462417206132.JavaMail.yahoo@mail.yahoo.com> Message-ID: <26fad8e5921d24d8ae332ae97e5037fb.squirrel@webmail.oplink.net> On Wed, May 4, 2016 10:00 pm, Mark Allen wrote: > On Wednesday, May 4, 2016 6:59 PM, Russell Harris via Houston > wrote: > >> I am trying to execute the instruction found in the >> Contenticious Perldoc Sitemap (the file 01_Perldoc.md): >> > > Are you sure it's installed on your system? I think so. rlh at cromwell:~$ cpanm Contenticious ! ! Can't write to /usr/local/share/perl/5.20.2 and /usr/local/bin: Installing modules to /home/rlh/perl5 ! To turn off this warning, you have to do one of the following: ! - run me as a root or with --sudo option (to install to /usr/local/share/perl/5.20.2 and /usr/local/bin) ! - Configure local::lib your existing local::lib in this shell to set PERL_MM_OPT etc. ! - Install local::lib by running the following commands ! ! cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) ! Contenticious is up to date. (0.35) rlh at cromwell:~$ From mrallen1 at yahoo.com Thu May 5 06:33:14 2016 From: mrallen1 at yahoo.com (Mark Allen) Date: Thu, 5 May 2016 13:33:14 +0000 (UTC) Subject: [pm-h] perldoc contenticious In-Reply-To: <26fad8e5921d24d8ae332ae97e5037fb.squirrel@webmail.oplink.net> References: <26fad8e5921d24d8ae332ae97e5037fb.squirrel@webmail.oplink.net> Message-ID: <418651607.8285996.1462455194894.JavaMail.yahoo@mail.yahoo.com> Looks like your files are not where perldoc is expecting them to be. If you cd /home/rlh/perl5 you should be able to do something like mallen-rMBP:perl5 mallen$ pwd /Users/mallen/perl5 mallen-rMBP:perl5 mallen$ find . -name Contenticious* -print ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Contenticious ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Contenticious.pm ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/Contenticious.pod ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/darwin-2level/.meta/Contenticious-0.35 ./perlbrew/perls/perl-5.22.0/lib/site_perl/5.22.0/darwin-2level/auto/Contenticious ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Commands.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content::Node.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content::Node::Directory.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Content::Node::File.3 ./perlbrew/perls/perl-5.22.0/man/man3/Contenticious::Generator.3 then you can give perldoc the full path to the module(s) you want to read. Mark On Wednesday, May 4, 2016 10:33 PM, Russell Harris via Houston wrote: On Wed, May 4, 2016 10:00 pm, Mark Allen wrote: > On Wednesday, May 4, 2016 6:59 PM, Russell Harris via Houston > wrote: > >> I am trying to execute the instruction found in the >> Contenticious Perldoc Sitemap (the file 01_Perldoc.md): >> > > Are you sure it's installed on your system? I think so. rlh at cromwell:~$ cpanm Contenticious ! ! Can't write to /usr/local/share/perl/5.20.2 and /usr/local/bin: Installing modules to /home/rlh/perl5 ! To turn off this warning, you have to do one of the following: ! - run me as a root or with --sudo option (to install to /usr/local/share/perl/5.20.2 and /usr/local/bin) ! - Configure local::lib your existing local::lib in this shell to set PERL_MM_OPT etc. ! - Install local::lib by running the following commands ! ! cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) ! Contenticious is up to date. (0.35) rlh at cromwell:~$ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ From gwadej at anomaly.org Thu May 5 18:00:05 2016 From: gwadej at anomaly.org (G. Wade Johnson) Date: Thu, 5 May 2016 20:00:05 -0500 Subject: [pm-h] May Houston.pm Technical Meeting: Techniques for Serializing Binary Trees Message-ID: <20160505200005.4a9e3cbf@cygnus> Our next meeting is Thursday, May 12 at cPanel (https://www.google.com/maps/place/2550+N+Loop+W,+Houston,+TX+77092). This month, Chris Mevissen discusses some research he began after last month's discussion of storing data structures to disk for efficient access and good memory use. As usual, the meeting will begin at 7pm, but we will begin meeting in the lobby between 6:30 and 7 and head to the meeting space around 7. Look forward to seeing you all there. G. Wade -- Controlling complexity is the essence of computer programming -- Brian Kernighan From julian at jlbprof.com Sat May 7 09:44:09 2016 From: julian at jlbprof.com (Julian Brown) Date: Sat, 7 May 2016 11:44:09 -0500 Subject: [pm-h] I think metacpan.org is down Message-ID: Every time I search it says no results and wants to blame some guy named Task::Kensho Oh well, hopefully the hamster didn't die :) Julian -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Sat May 7 11:57:06 2016 From: gwadej at anomaly.org (G. Wade Johnson) Date: Sat, 7 May 2016 13:57:06 -0500 Subject: [pm-h] I think metacpan.org is down In-Reply-To: References: Message-ID: <20160507135706.1fb6d55b@cygnus> On Sat, 7 May 2016 11:44:09 -0500 Julian Brown via Houston wrote: > Every time I search it says no results and wants to blame some guy > named Task::Kensho > > Oh well, hopefully the hamster didn't die :) > > Julian Search is working for me, right now. G. Wade -- Sufficiently encapsulated magic is technology. -- Michael Schwern From julian at jlbprof.com Sat May 7 12:17:17 2016 From: julian at jlbprof.com (Julian Brown) Date: Sat, 7 May 2016 14:17:17 -0500 Subject: [pm-h] I think metacpan.org is down In-Reply-To: <20160507135706.1fb6d55b@cygnus> References: <20160507135706.1fb6d55b@cygnus> Message-ID: Must have been a temporary issue. On Sat, May 7, 2016 at 1:57 PM, G. Wade Johnson via Houston wrote: > On Sat, 7 May 2016 11:44:09 -0500 > Julian Brown via Houston wrote: > > > Every time I search it says no results and wants to blame some guy > > named Task::Kensho > > > > Oh well, hopefully the hamster didn't die :) > > > > Julian > > Search is working for me, right now. > > G. Wade > -- > Sufficiently encapsulated magic is technology. -- Michael Schwern > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lembark at wrkhors.com Mon May 9 21:37:53 2016 From: lembark at wrkhors.com (Steven Lembark) Date: Mon, 9 May 2016 23:37:53 -0500 Subject: [pm-h] Pairing opportunities In-Reply-To: <20160501224555.78594b2b@cygnus> References: <20160501224555.78594b2b@cygnus> Message-ID: <20160509233753.015bf3c0@cannibal> > At my current position, I've had an opportunity to do a lot of remote > pair programming. This has actually worked much better than I would > have expected. > > I was wondering if anyone would be interested in some form of remote > pairing arrangement that we could use among the group? > > > - Maybe people could request someone who is free to pair. > - Maybe some of us could set times/days we would be available to pair. > > The idea would be a short/(relatively) intense session that would get a > second set of eyes on code you are working on, also a bit of code > review. > > It would not be as much of a commitment as a regular class, but it > might be a way to get help from someone with different experience. > > What do you guys think? Aside from the [often valuable] rubber-duckey effect, getting feedback falls into the more eyes/heads/brains approach. That's why teamwork and consulting are useful when they are done right. If anyone wanted to try it I'd be up for an attempt. Any help not walking into the brick wall that I'm not banging my head againsd would be a Good Thing. -- Steven Lembark 3646 Flora Pl Workhorse Computing St Louis, MO 63110 lembark at wrkhors.com +1 888 359 3508 From john at nixnuts.net Fri May 13 08:17:02 2016 From: john at nixnuts.net (John Lightsey) Date: Fri, 13 May 2016 10:17:02 -0500 Subject: [pm-h] Links from last night Message-ID: <1463152622.2520.5.camel@nixnuts.net> Some links to various topics mentioned during the after-meeting discussions. Detailed breakdown of the FinFisher and Hacking Team attacks: http://pastebin.com/raw/cRYvK4jb http://pastebin.com/raw/0SNSvyjJ The Art of Assembly Language: http://www.artofasm.com Facebook's CTF system: https://www.facebook.com/notes/facebook-ctf/facebook-ctf-is-now-open-source/5254 64774322241/ Cyber Test Range: https://www.merit.edu/cyberrange/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: From gwadej at anomaly.org Thu May 19 05:29:26 2016 From: gwadej at anomaly.org (G. Wade Johnson) Date: Thu, 19 May 2016 07:29:26 -0500 Subject: [pm-h] June Houston.pm meeting Message-ID: <20160519072926.768310c0@cygnus> Well, it's that time again. Our next meeting is June 9 at Hostgator. To have a meeting, we need a topic. Any takers? G. Wade -- You need at least two viewpoints to have perspective. -- Rick Hoselton From FLbaker at sbcglobal.net Mon May 23 08:53:12 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Mon, 23 May 2016 10:53:12 -0500 Subject: [pm-h] New Domain Not Running Message-ID: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> Hi: I know that this is not a Perl issue, but I have been trying to resolve this issue for several days and I know that several of you are very aware of server issues. I bought the domain www.localmusic.live a week ago, set the name servers, configured my apache 2.4 server to play it and configured my DNS server accordingly, I believe. I have done this numerous times before successfully. When run from the server, www.localmusic.live plays, which tells me that the server is correctly configured. When run from my laptop, a 480 error results and the site is not displayed. Tracert from the laptop gets to the right IP. Does anyone have a thought? Fraser From uri at stemsystems.com Mon May 23 09:00:15 2016 From: uri at stemsystems.com (Uri Guttman) Date: Mon, 23 May 2016 12:00:15 -0400 Subject: [pm-h] New Domain Not Running In-Reply-To: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> Message-ID: <5743290F.7070406@stemsystems.com> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: > Hi: > > I know that this is not a Perl issue, but I have been trying to > resolve this issue for several days and I know that several of you are > very aware of server issues. > > I bought the domain www.localmusic.live a week ago, set the name > servers, configured my apache 2.4 server to play it and configured my > DNS server accordingly, I believe. I have done this numerous times > before successfully. > > When run from the server, www.localmusic.live plays, which tells me > that the server is correctly configured. > > When run from my laptop, a 480 error results and the site is not > displayed. > > Tracert from the laptop gets to the right IP. > > Does anyone have a thought? > a quick guess is some firewall rule is blocking the service. can you telnet to that service from outside? or other services exposed from that server? uri From FLbaker at sbcglobal.net Mon May 23 09:29:08 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Mon, 23 May 2016 11:29:08 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <5743290F.7070406@stemsystems.com> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> Message-ID: <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> Hi Uri: I turned the firewall off on my laptop, and this made no difference. Other sites from that server indeed display as expected. And as far as I can tell, the configurations for the new domain are identical to others, except for paths. As said, the www.localmusic.live plays if called from the server. Running telnet o www.localmusic.live[80] could not open connection ... Thanks for your comments. Fraser On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >> Hi: >> >> I know that this is not a Perl issue, but I have been trying to >> resolve this issue for several days and I know that several of you >> are very aware of server issues. >> >> I bought the domain www.localmusic.live a week ago, set the name >> servers, configured my apache 2.4 server to play it and configured >> my DNS server accordingly, I believe. I have done this numerous times >> before successfully. >> >> When run from the server, www.localmusic.live plays, which tells me >> that the server is correctly configured. >> >> When run from my laptop, a 480 error results and the site is not >> displayed. >> >> Tracert from the laptop gets to the right IP. >> >> Does anyone have a thought? >> > a quick guess is some firewall rule is blocking the service. can you > telnet to that service from outside? or other services exposed from > that server? > > uri > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > From john at nixnuts.net Mon May 23 09:42:13 2016 From: john at nixnuts.net (John Lightsey) Date: Mon, 23 May 2016 11:42:13 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> Message-ID: <1464021733.2627.3.camel@nixnuts.net> Traceroute for me shows the connection stopping after 99-65-232-201.lightspeed.hstntx.sbcglobal.net (99.65.232.201) If you control the next hop in the connection chain, you likely have the routing or firewalls misconfigured on that server. On Mon, 2016-05-23 at 11:29 -0500, Fraser Baker via Houston wrote: > Hi Uri: > > I turned the firewall off on my laptop, and this made no difference. > > Other sites from that server indeed display as expected. And as far as I? > can tell, the configurations for the new domain are identical to others,? > except for paths. As said, the www.localmusic.live plays if called from? > the server. > > Running telnet o www.localmusic.live[80] could not open connection ... > > Thanks for your comments. > > Fraser > > > On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > > On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: > >> Hi: > >> > >> I know that this is not a Perl issue, but I have been trying to? > >> resolve this issue for several days and I know that several of you? > >> are very aware of server issues. > >> > >> I bought the domain www.localmusic.live a week ago, set the name? > >> servers,??configured my apache 2.4 server to play it and configured? > >> my DNS server accordingly, I believe. I have done this numerous times? > >> before successfully. > >> > >> When run from the server, www.localmusic.live plays, which tells me? > >> that the server is correctly configured. > >> > >> When run from my laptop, a 480 error results and the site is not? > >> displayed. > >> > >> Tracert from the laptop gets to the right IP. > >> > >> Does anyone have a thought? > >> > > a quick guess is some firewall rule is blocking the service. can you? > > telnet to that service from outside? or other services exposed from? > > that server? > > > > uri > > > > _______________________________________________ > > Houston mailing list > > Houston at pm.org > > http://mail.pm.org/mailman/listinfo/houston > > Website: http://houston.pm.org/ > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: From julian at jlbprof.com Mon May 23 09:44:17 2016 From: julian at jlbprof.com (Julian Brown) Date: Mon, 23 May 2016 11:44:17 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> Message-ID: dig www.localmusic.live Is this what you set your domain to? ... ;; ANSWER SECTION: www.localmusic.live. 179 IN CNAME localmusic.live. localmusic.live. 179 IN A 99.65.251.58 99.65.251.58? I can telnet to it on port 80 either with the above ip or the www.localmusic.live Julian On Mon, May 23, 2016 at 11:29 AM, Fraser Baker via Houston wrote: > Hi Uri: > > I turned the firewall off on my laptop, and this made no difference. > > Other sites from that server indeed display as expected. And as far as I > can tell, the configurations for the new domain are identical to others, > except for paths. As said, the www.localmusic.live plays if called from the > server. > > Running telnet o www.localmusic.live[80] could not open connection ... > > Thanks for your comments. > > Fraser > > > > On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > >> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >> >>> Hi: >>> >>> I know that this is not a Perl issue, but I have been trying to resolve >>> this issue for several days and I know that several of you are very aware >>> of server issues. >>> >>> I bought the domain www.localmusic.live a week ago, set the name >>> servers, configured my apache 2.4 server to play it and configured my DNS >>> server accordingly, I believe. I have done this numerous times before >>> successfully. >>> >>> When run from the server, www.localmusic.live plays, which tells me that >>> the server is correctly configured. >>> >>> When run from my laptop, a 480 error results and the site is not >>> displayed. >>> >>> Tracert from the laptop gets to the right IP. >>> >>> Does anyone have a thought? >>> >>> a quick guess is some firewall rule is blocking the service. can you >> telnet to that service from outside? or other services exposed from that >> server? >> >> uri >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From FLbaker at sbcglobal.net Mon May 23 09:58:55 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Mon, 23 May 2016 11:58:55 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> Message-ID: <0ec321c6-f0b5-3ebe-1250-368c8f0594fc@sbcglobal.net> Yes ... all this looks good. Does www.localmusic.live play for you? It will show a single line saying HELLO FROM LOCALMUSIC.LIVE Fraser On 5/23/2016 11:44 AM, Julian Brown via Houston wrote: > dig www.localmusic.live > > Is this what you set your domain to? > > ... > ;; ANSWER SECTION: > www.localmusic.live. 179 IN CNAME localmusic.live. > localmusic.live. 179 IN A 99.65.251.58 > > 99.65.251.58? > > I can telnet to it on port 80 either with the above ip or the > www.localmusic.live > > Julian > > On Mon, May 23, 2016 at 11:29 AM, Fraser Baker via Houston > > wrote: > > Hi Uri: > > I turned the firewall off on my laptop, and this made no difference. > > Other sites from that server indeed display as expected. And as > far as I can tell, the configurations for the new domain are > identical to others, except for paths. As said, the > www.localmusic.live plays if called from the server. > > Running telnet o www.localmusic.live[80] could not open connection ... > > Thanks for your comments. > > Fraser > > > > On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > > On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: > > Hi: > > I know that this is not a Perl issue, but I have been > trying to resolve this issue for several days and I know > that several of you are very aware of server issues. > > I bought the domain www.localmusic.live a week ago, set > the name servers, configured my apache 2.4 server to play > it and configured my DNS server accordingly, I believe. I > have done this numerous times before successfully. > > When run from the server, www.localmusic.live plays, which > tells me that the server is correctly configured. > > When run from my laptop, a 480 error results and the site > is not displayed. > > Tracert from the laptop gets to the right IP. > > Does anyone have a thought? > > a quick guess is some firewall rule is blocking the service. > can you telnet to that service from outside? or other services > exposed from that server? > > uri > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From FLbaker at sbcglobal.net Mon May 23 10:03:44 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Mon, 23 May 2016 12:03:44 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <1464021733.2627.3.camel@nixnuts.net> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <1464021733.2627.3.camel@nixnuts.net> Message-ID: For me, tracert goes past 99-65-232-201.lightspeed.hstntx.sbcglobal.net (99.65.232.201) to 99.65.251.58 Fraser On 5/23/2016 11:42 AM, John Lightsey via Houston wrote: > Traceroute for me shows the connection stopping after > > 99-65-232-201.lightspeed.hstntx.sbcglobal.net (99.65.232.201) > > If you control the next hop in the connection chain, you likely have the routing > or firewalls misconfigured on that server. > > On Mon, 2016-05-23 at 11:29 -0500, Fraser Baker via Houston wrote: >> Hi Uri: >> >> I turned the firewall off on my laptop, and this made no difference. >> >> Other sites from that server indeed display as expected. And as far as I >> can tell, the configurations for the new domain are identical to others, >> except for paths. As said, the www.localmusic.live plays if called from >> the server. >> >> Running telnet o www.localmusic.live[80] could not open connection ... >> >> Thanks for your comments. >> >> Fraser >> >> >> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>> Hi: >>>> >>>> I know that this is not a Perl issue, but I have been trying to >>>> resolve this issue for several days and I know that several of you >>>> are very aware of server issues. >>>> >>>> I bought the domain www.localmusic.live a week ago, set the name >>>> servers, configured my apache 2.4 server to play it and configured >>>> my DNS server accordingly, I believe. I have done this numerous times >>>> before successfully. >>>> >>>> When run from the server, www.localmusic.live plays, which tells me >>>> that the server is correctly configured. >>>> >>>> When run from my laptop, a 480 error results and the site is not >>>> displayed. >>>> >>>> Tracert from the laptop gets to the right IP. >>>> >>>> Does anyone have a thought? >>>> >>> a quick guess is some firewall rule is blocking the service. can you >>> telnet to that service from outside? or other services exposed from >>> that server? >>> >>> uri >>> >>> _______________________________________________ >>> Houston mailing list >>> Houston at pm.org >>> http://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From houstonperl at skagitattic.com Mon May 23 10:10:52 2016 From: houstonperl at skagitattic.com (houstonperl at skagitattic.com) Date: Mon, 23 May 2016 12:10:52 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> Message-ID: <20160523121052.399c561f@kalogic> Hello, So I can connect just fine with curl: $ curl -vv localmusic.live * Rebuilt URL to: localmusic.live/ * Trying 99.65.251.58... * Connected to localmusic.live (99.65.251.58) port 80 (#0) > GET / HTTP/1.1 > Host: localmusic.live > User-Agent: curl/7.47.0 > Accept: */* > < HTTP/1.1 200 OK < Date: Mon, 23 May 2016 16:46:16 GMT < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" < Accept-Ranges: bytes < Content-Length: 391 < Content-Type: text/html < HELLO FROM LOCALMUSIC.LIVE * Connection #0 to host localmusic.live left intact Strangly firefox times out as does the w3 validation service: https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F I can't seem to figure out why, from a tcpdump it just never gets a connection: 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive Vs a curl which is happy as can be: 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: */* 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags [DF], proto TCP (6), length 352) 99.65.251.58.80 > 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" Accept-Ranges: bytes Content-Length: 391 Content-Type: text/html 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags [DF], proto TCP (6), length 443) 99.65.251.58.80 > 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id 54521, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0xae89), seq 84, ack 692, win 245, options [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, id 18470, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d (correct), seq 85, ack 693, win 245, options [nop,nop,TS val 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, id 18471, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d (correct), seq 85, ack 693, win 245, options [nop,nop,TS val 7935813 ecr 1544840], length 0 Keelan On Mon, 23 May 2016 11:29:08 -0500 Fraser Baker via Houston wrote: > Hi Uri: > > I turned the firewall off on my laptop, and this made no difference. > > Other sites from that server indeed display as expected. And as far > as I can tell, the configurations for the new domain are identical to > others, except for paths. As said, the www.localmusic.live plays if > called from the server. > > Running telnet o www.localmusic.live[80] could not open connection ... > > Thanks for your comments. > > Fraser > > > On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > > On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: > >> Hi: > >> > >> I know that this is not a Perl issue, but I have been trying to > >> resolve this issue for several days and I know that several of you > >> are very aware of server issues. > >> > >> I bought the domain www.localmusic.live a week ago, set the name > >> servers, configured my apache 2.4 server to play it and > >> configured my DNS server accordingly, I believe. I have done this > >> numerous times before successfully. > >> > >> When run from the server, www.localmusic.live plays, which tells > >> me that the server is correctly configured. > >> > >> When run from my laptop, a 480 error results and the site is not > >> displayed. > >> > >> Tracert from the laptop gets to the right IP. > >> > >> Does anyone have a thought? > >> > > a quick guess is some firewall rule is blocking the service. can > > you telnet to that service from outside? or other services exposed > > from that server? > > > > uri > > > > _______________________________________________ > > Houston mailing list > > Houston at pm.org > > http://mail.pm.org/mailman/listinfo/houston > > Website: http://houston.pm.org/ > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ From FLbaker at sbcglobal.net Mon May 23 10:28:36 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Mon, 23 May 2016 12:28:36 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <20160523121052.399c561f@kalogic> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> Message-ID: Thank you Keelan: Thank you for your attention. If this perplexes you, it totally mystifies me. Would this issue have anything to do with the new extension .live? Fraser On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: > Hello, > > So I can connect just fine with curl: > $ curl -vv localmusic.live > * Rebuilt URL to: localmusic.live/ > * Trying 99.65.251.58... > * Connected to localmusic.live (99.65.251.58) port 80 (#0) >> GET / HTTP/1.1 >> Host: localmusic.live >> User-Agent: curl/7.47.0 >> Accept: */* >> > < HTTP/1.1 200 OK > < Date: Mon, 23 May 2016 16:46:16 GMT > < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t > mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 21:27:58 > GMT < ETag: "5000000004e69-187-53360e19d02d6" > < Accept-Ranges: bytes > < Content-Length: 391 > < Content-Type: text/html > < > > > > > > > > > > > HELLO FROM LOCALMUSIC.LIVE > > > * Connection #0 to host localmusic.live left intact > > Strangly firefox times out as does the w3 validation service: > https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F > > I can't seem to figure out why, from a tcpdump it just never gets a > connection: > > 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], > proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win 29200, > options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], length 0 > 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, flags [DF], > proto TCP (6), length 64) 99.65.251.58.80 > 172.21.0.191.32826: Flags > [S.], cksum 0x7c0c (correct), seq 3607043838, ack 577836553, win 65535, > options [mss 1350,nop,wscale 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], > length 0 12:08:33.874439 IP (tos 0x0, ttl 64, id 43341, offset 0, flags > [DF], proto TCP (6), length 52) 172.21.0.191.32826 > 99.65.251.58.80: > Flags [.], cksum 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, > options [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP > (tos 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length > 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 > (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options [nop,nop,TS > val 7913294 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: > www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; > rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, win 229, > options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, length: 289 > GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, win 229, > options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, length: 289 > GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, win 229, > options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, length: 289 > GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, win 229, > options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, length: 289 > GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, win 229, > options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, length: 289 > GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, win 229, > options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, length: 289 > GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, win 229, > options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, length: 289 > GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > Connection: keep-alive > > > Vs a curl which is happy as can be: > 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], > proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: Flags > [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win 29200, > options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], length 0 > 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, flags [DF], > proto TCP (6), length 64) 99.65.251.58.80 > 172.21.0.191.32926: Flags > [S.], cksum 0x1c7b (correct), seq 1017671802, ack 481215444, win 65535, > options [mss 1350,nop,wscale 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], > length 0 12:10:03.866768 IP (tos 0x0, ttl 64, id 54518, offset 0, flags > [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: > Flags [.], cksum 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, > options [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP > (tos 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length > 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca > (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options [nop,nop,TS > val 7935792 ecr 0], length 83: HTTP, length: 83 GET / HTTP/1.1 Host: > www.localmusic.live User-Agent: curl/7.47.0 Accept: */* > > 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags [DF], > proto TCP (6), length 352) 99.65.251.58.80 > 172.21.0.191.32926: Flags > [P.], cksum 0xc36f (correct), seq 1:301, ack 84, win 65452, options > [nop,nop,TS val 1544840 ecr 7935792], length 300: HTTP, length: 300 > HTTP/1.1 200 OK Date: Mon, 23 May 2016 17:09:36 GMT Server: > Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t mod_perl/2.0.8 > Perl/v5.16.2 Last-Modified: Sat, 21 May 2016 21:27:58 GMT ETag: > "5000000004e69-187-53360e19d02d6" Accept-Ranges: bytes > Content-Length: 391 > Content-Type: text/html > > 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], > proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags > [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win 237, > options [nop,nop,TS val 7935802 ecr 1544840], length 0 12:10:03.907994 > IP (tos 0x0, ttl 117, id 46709, offset 0, flags [DF], proto TCP (6), > length 443) 99.65.251.58.80 > 172.21.0.191.32926: Flags [P.], cksum > 0x28da (correct), seq 301:692, ack 84, win 65452, options [nop,nop,TS > val 1544840 ecr 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, > ttl 64, id 54521, offset 0, flags [DF], proto TCP (6), length 52) > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 > (incorrect -> 0xae89), seq 84, ack 692, win 245, options [nop,nop,TS > val 7935803 ecr 1544840], length 0 12:10:03.908092 IP (tos 0x0, ttl 64, > id 54522, offset 0, flags [DF], proto TCP (6), length 52) > 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum 0x0b77 > (incorrect -> 0xae88), seq 84, ack 692, win 245, options [nop,nop,TS > val 7935803 ecr 1544840], length 0 12:10:03.946842 IP (tos 0x0, ttl > 117, id 46710, offset 0, flags [DF], proto TCP (6), length 52) > 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 > ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl 117, id 46712, > offset 0, flags [DF], proto TCP (6), length 52) 99.65.251.58.80 > > 172.21.0.191.32926: Flags [F.], cksum 0xafcf (correct), seq 692, ack > 85, win 65452, options [nop,nop,TS val 1544840 ecr 7935803], length 0 > 12:10:03.947551 IP (tos 0x0, ttl 64, id 18470, offset 0, flags [DF], > proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags > [.], cksum 0xae7d (correct), seq 85, ack 693, win 245, options > [nop,nop,TS val 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos > 0x0, ttl 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) > 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 > ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, id 18471, > offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > > 99.65.251.58.80: Flags [.], cksum 0xae7d (correct), seq 85, ack 693, > win 245, options [nop,nop,TS val 7935813 ecr 1544840], length 0 > > > Keelan > > > On Mon, 23 May 2016 11:29:08 -0500 > Fraser Baker via Houston wrote: > >> Hi Uri: >> >> I turned the firewall off on my laptop, and this made no difference. >> >> Other sites from that server indeed display as expected. And as far >> as I can tell, the configurations for the new domain are identical to >> others, except for paths. As said, the www.localmusic.live plays if >> called from the server. >> >> Running telnet o www.localmusic.live[80] could not open connection ... >> >> Thanks for your comments. >> >> Fraser >> >> >> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>> Hi: >>>> >>>> I know that this is not a Perl issue, but I have been trying to >>>> resolve this issue for several days and I know that several of you >>>> are very aware of server issues. >>>> >>>> I bought the domain www.localmusic.live a week ago, set the name >>>> servers, configured my apache 2.4 server to play it and >>>> configured my DNS server accordingly, I believe. I have done this >>>> numerous times before successfully. >>>> >>>> When run from the server, www.localmusic.live plays, which tells >>>> me that the server is correctly configured. >>>> >>>> When run from my laptop, a 480 error results and the site is not >>>> displayed. >>>> >>>> Tracert from the laptop gets to the right IP. >>>> >>>> Does anyone have a thought? >>>> >>> a quick guess is some firewall rule is blocking the service. can >>> you telnet to that service from outside? or other services exposed >>> from that server? >>> >>> uri >>> >>> _______________________________________________ >>> Houston mailing list >>> Houston at pm.org >>> http://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > From gwadej at anomaly.org Tue May 24 05:26:12 2016 From: gwadej at anomaly.org (G. Wade Johnson) Date: Tue, 24 May 2016 07:26:12 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> Message-ID: <20160524072612.15a77fae@cygnus> As of early this morning, the server does not seem to be responding at all. On Mon, 23 May 2016 12:28:36 -0500 Fraser Baker via Houston wrote: > Thank you Keelan: > > Thank you for your attention. If this perplexes you, it totally > mystifies me. > > Would this issue have anything to do with the new extension .live? > > Fraser > > On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: > > Hello, > > > > So I can connect just fine with curl: > > $ curl -vv localmusic.live > > * Rebuilt URL to: localmusic.live/ > > * Trying 99.65.251.58... > > * Connected to localmusic.live (99.65.251.58) port 80 (#0) > >> GET / HTTP/1.1 > >> Host: localmusic.live > >> User-Agent: curl/7.47.0 > >> Accept: */* > >> > > < HTTP/1.1 200 OK > > < Date: Mon, 23 May 2016 16:46:16 GMT > > < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t > > mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 > > 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" > > < Accept-Ranges: bytes > > < Content-Length: 391 > > < Content-Type: text/html > > < > > > > > > > > > > > > > > > > > > > > > > HELLO FROM LOCALMUSIC.LIVE > > > > > > * Connection #0 to host localmusic.live left intact > > > > Strangly firefox times out as does the w3 validation service: > > https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F > > > > I can't seem to figure out why, from a tcpdump it just never gets a > > connection: > > > > 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], > > proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win > > 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], > > length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, > > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > > 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq > > 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale > > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 > > IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), > > length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum > > 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options > > [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos > > 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length > > 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 > > (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options > > [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / > > HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, > > win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, > > win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, > > win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, > > win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, > > win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, > > win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, > > win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > Firefox/45.0 Accept: > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > Connection: keep-alive > > > > > > Vs a curl which is happy as can be: > > 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], > > proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: > > Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win > > 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], > > length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, > > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > > 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq > > 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale > > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 > > IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), > > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum > > 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options > > [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos > > 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length > > 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca > > (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options > > [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / > > HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: > > */* > > > > 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags > > [DF], proto TCP (6), length 352) 99.65.251.58.80 > > > 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, > > ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], > > length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May > > 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 > > OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 > > May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" > > Accept-Ranges: bytes Content-Length: 391 > > Content-Type: text/html > > > > 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], > > proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: > > Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win > > 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 > > 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags > > [DF], proto TCP (6), length 443) 99.65.251.58.80 > > > 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq > > 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr > > 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id > > 54521, offset 0, flags [DF], proto TCP (6), length 52) > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 > > (incorrect -> 0xae89), seq 84, ack 692, win 245, options > > [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP > > (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), > > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum > > 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options > > [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP > > (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), > > length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum > > 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS > > val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl > > 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) > > 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf > > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val > > 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, > > id 18470, offset 0, flags [DF], proto TCP (6), length 52) > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d > > (correct), seq 85, ack 693, win 245, options [nop,nop,TS val > > 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl > > 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) > > 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 > > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val > > 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, > > id 18471, offset 0, flags [DF], proto TCP (6), length 52) > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d > > (correct), seq 85, ack 693, win 245, options [nop,nop,TS val > > 7935813 ecr 1544840], length 0 > > > > > > Keelan > > > > > > On Mon, 23 May 2016 11:29:08 -0500 > > Fraser Baker via Houston wrote: > > > >> Hi Uri: > >> > >> I turned the firewall off on my laptop, and this made no > >> difference. > >> > >> Other sites from that server indeed display as expected. And as far > >> as I can tell, the configurations for the new domain are identical > >> to others, except for paths. As said, the www.localmusic.live > >> plays if called from the server. > >> > >> Running telnet o www.localmusic.live[80] could not open > >> connection ... > >> > >> Thanks for your comments. > >> > >> Fraser > >> > >> > >> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > >>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: > >>>> Hi: > >>>> > >>>> I know that this is not a Perl issue, but I have been trying to > >>>> resolve this issue for several days and I know that several of > >>>> you are very aware of server issues. > >>>> > >>>> I bought the domain www.localmusic.live a week ago, set the name > >>>> servers, configured my apache 2.4 server to play it and > >>>> configured my DNS server accordingly, I believe. I have done this > >>>> numerous times before successfully. > >>>> > >>>> When run from the server, www.localmusic.live plays, which tells > >>>> me that the server is correctly configured. > >>>> > >>>> When run from my laptop, a 480 error results and the site is not > >>>> displayed. > >>>> > >>>> Tracert from the laptop gets to the right IP. > >>>> > >>>> Does anyone have a thought? > >>>> > >>> a quick guess is some firewall rule is blocking the service. can > >>> you telnet to that service from outside? or other services exposed > >>> from that server? > >>> > >>> uri > >>> > >>> _______________________________________________ > >>> Houston mailing list > >>> Houston at pm.org > >>> http://mail.pm.org/mailman/listinfo/houston > >>> Website: http://houston.pm.org/ > >>> > >> _______________________________________________ > >> Houston mailing list > >> Houston at pm.org > >> http://mail.pm.org/mailman/listinfo/houston > >> Website: http://houston.pm.org/ > > _______________________________________________ > > Houston mailing list > > Houston at pm.org > > http://mail.pm.org/mailman/listinfo/houston > > Website: http://houston.pm.org/ > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -- Virtual is when it's not but it looks like it is and transparent is when it is but it looks like it isn't. -- Rick Hoselton From julian at jlbprof.com Tue May 24 06:46:00 2016 From: julian at jlbprof.com (Julian Brown) Date: Tue, 24 May 2016 08:46:00 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <20160524072612.15a77fae@cygnus> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Julians-Macbook-Pro:~ julianbrown$ traceroute localmusic.live traceroute to localmusic.live (99.65.251.58), 64 hops max, 52 byte packets 1 10.7.4.1 (10.7.4.1) 2.405 ms 2.019 ms 1.382 ms 2 10.7.1.1 (10.7.1.1) 2.254 ms 2.190 ms 2.095 ms 3 10.7.3.2 (10.7.3.2) 3.526 ms 3.229 ms 3.349 ms 4 vl118.ss-core.hou.cpanel.net (208.74.121.97) 2.901 ms 2.343 ms 2.466 ms 5 cr1.hou.cpanel.net (208.74.121.242) 3.674 ms 3.633 ms 3.357 ms 6 xe-2-1-0-3845-sur02.royalton.tx.houston.comcast.net (50.207.148.125) 3.520 ms 4.109 ms 4.346 ms 7 ae-0-sur03.royalton.tx.houston.comcast.net (68.85.87.121) 4.121 ms 4.148 ms 3.575 ms 8 ae-29-ar01.bearcreek.tx.houston.comcast.net (68.85.245.85) 4.531 ms 18.787 ms 5.135 ms 9 be-33662-cr02.dallas.tx.ibone.comcast.net (68.86.92.61) 12.397 ms 11.429 ms 10.824 ms 10 be-16-pe02.1950stemmons.tx.ibone.comcast.net (68.86.83.118) 10.694 ms 11.185 ms 10.515 ms 11 as7018-pe01.1950stemmons.tx.ibone.comcast.net (75.149.230.162) 11.510 ms 13.711 ms 12.675 ms 12 cr1.dlstx.ip.att.net (12.123.16.86) 19.267 ms 16.240 ms 16.609 ms 13 12.122.2.198 (12.122.2.198) 16.661 ms 16.278 ms 19.744 ms 14 12.122.103.113 (12.122.103.113) 18.932 ms 19.592 ms 19.822 ms 15 * * * 16 71.144.129.72 (71.144.129.72) 17.766 ms 16.389 ms 16.941 ms 17 71.144.128.137 (71.144.128.137) 24.331 ms 20.491 ms * 18 * * * 19 * * * not looking like it can find it telnet localmusic.live 80 does not connect On Tue, May 24, 2016 at 7:26 AM, G. Wade Johnson via Houston wrote: > As of early this morning, the server does not seem to be responding at > all. > > On Mon, 23 May 2016 12:28:36 -0500 > Fraser Baker via Houston wrote: > > > Thank you Keelan: > > > > Thank you for your attention. If this perplexes you, it totally > > mystifies me. > > > > Would this issue have anything to do with the new extension .live? > > > > Fraser > > > > On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: > > > Hello, > > > > > > So I can connect just fine with curl: > > > $ curl -vv localmusic.live > > > * Rebuilt URL to: localmusic.live/ > > > * Trying 99.65.251.58... > > > * Connected to localmusic.live (99.65.251.58) port 80 (#0) > > >> GET / HTTP/1.1 > > >> Host: localmusic.live > > >> User-Agent: curl/7.47.0 > > >> Accept: */* > > >> > > > < HTTP/1.1 200 OK > > > < Date: Mon, 23 May 2016 16:46:16 GMT > > > < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t > > > mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 > > > 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" > > > < Accept-Ranges: bytes > > > < Content-Length: 391 > > > < Content-Type: text/html > > > < > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > HELLO FROM LOCALMUSIC.LIVE > > > > > > > > > * Connection #0 to host localmusic.live left intact > > > > > > Strangly firefox times out as does the w3 validation service: > > > > https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F > > > > > > I can't seem to figure out why, from a tcpdump it just never gets a > > > connection: > > > > > > 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], > > > proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win > > > 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], > > > length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, > > > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > > > 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq > > > 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale > > > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 > > > IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), > > > length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum > > > 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options > > > [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos > > > 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length > > > 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 > > > (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options > > > [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / > > > HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > > > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > > > > Vs a curl which is happy as can be: > > > 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], > > > proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: > > > Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win > > > 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], > > > length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, > > > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > > > 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq > > > 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale > > > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 > > > IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), > > > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum > > > 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options > > > [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos > > > 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length > > > 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca > > > (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options > > > [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / > > > HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: > > > */* > > > > > > 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags > > > [DF], proto TCP (6), length 352) 99.65.251.58.80 > > > > 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, > > > ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], > > > length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May > > > 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 > > > OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 > > > May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" > > > Accept-Ranges: bytes Content-Length: 391 > > > Content-Type: text/html > > > > > > 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], > > > proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: > > > Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win > > > 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 > > > 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags > > > [DF], proto TCP (6), length 443) 99.65.251.58.80 > > > > 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq > > > 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr > > > 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id > > > 54521, offset 0, flags [DF], proto TCP (6), length 52) > > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 > > > (incorrect -> 0xae89), seq 84, ack 692, win 245, options > > > [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP > > > (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), > > > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum > > > 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options > > > [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP > > > (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), > > > length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum > > > 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS > > > val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl > > > 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) > > > 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf > > > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val > > > 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, > > > id 18470, offset 0, flags [DF], proto TCP (6), length 52) > > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d > > > (correct), seq 85, ack 693, win 245, options [nop,nop,TS val > > > 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl > > > 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) > > > 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 > > > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val > > > 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, > > > id 18471, offset 0, flags [DF], proto TCP (6), length 52) > > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d > > > (correct), seq 85, ack 693, win 245, options [nop,nop,TS val > > > 7935813 ecr 1544840], length 0 > > > > > > > > > Keelan > > > > > > > > > On Mon, 23 May 2016 11:29:08 -0500 > > > Fraser Baker via Houston wrote: > > > > > >> Hi Uri: > > >> > > >> I turned the firewall off on my laptop, and this made no > > >> difference. > > >> > > >> Other sites from that server indeed display as expected. And as far > > >> as I can tell, the configurations for the new domain are identical > > >> to others, except for paths. As said, the www.localmusic.live > > >> plays if called from the server. > > >> > > >> Running telnet o www.localmusic.live[80] could not open > > >> connection ... > > >> > > >> Thanks for your comments. > > >> > > >> Fraser > > >> > > >> > > >> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > > >>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: > > >>>> Hi: > > >>>> > > >>>> I know that this is not a Perl issue, but I have been trying to > > >>>> resolve this issue for several days and I know that several of > > >>>> you are very aware of server issues. > > >>>> > > >>>> I bought the domain www.localmusic.live a week ago, set the name > > >>>> servers, configured my apache 2.4 server to play it and > > >>>> configured my DNS server accordingly, I believe. I have done this > > >>>> numerous times before successfully. > > >>>> > > >>>> When run from the server, www.localmusic.live plays, which tells > > >>>> me that the server is correctly configured. > > >>>> > > >>>> When run from my laptop, a 480 error results and the site is not > > >>>> displayed. > > >>>> > > >>>> Tracert from the laptop gets to the right IP. > > >>>> > > >>>> Does anyone have a thought? > > >>>> > > >>> a quick guess is some firewall rule is blocking the service. can > > >>> you telnet to that service from outside? or other services exposed > > >>> from that server? > > >>> > > >>> uri > > >>> > > >>> _______________________________________________ > > >>> Houston mailing list > > >>> Houston at pm.org > > >>> http://mail.pm.org/mailman/listinfo/houston > > >>> Website: http://houston.pm.org/ > > >>> > > >> _______________________________________________ > > >> Houston mailing list > > >> Houston at pm.org > > >> http://mail.pm.org/mailman/listinfo/houston > > >> Website: http://houston.pm.org/ > > > _______________________________________________ > > > Houston mailing list > > > Houston at pm.org > > > http://mail.pm.org/mailman/listinfo/houston > > > Website: http://houston.pm.org/ > > > > > > > _______________________________________________ > > Houston mailing list > > Houston at pm.org > > http://mail.pm.org/mailman/listinfo/houston > > Website: http://houston.pm.org/ > > > -- > Virtual is when it's not but it looks like it is and transparent is > when it is but it looks like it isn't. -- Rick > Hoselton > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From FLbaker at sbcglobal.net Tue May 24 14:13:00 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Tue, 24 May 2016 16:13:00 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: <20160524072612.15a77fae@cygnus> References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Yes, My home was flooded and the sheet rock is being replaced. I was there mid-morning and noticed that the computer was not running. A worker must have turned the power off. Fraser On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: > As of early this morning, the server does not seem to be responding at > all. > > On Mon, 23 May 2016 12:28:36 -0500 > Fraser Baker via Houston wrote: > >> Thank you Keelan: >> >> Thank you for your attention. If this perplexes you, it totally >> mystifies me. >> >> Would this issue have anything to do with the new extension .live? >> >> Fraser >> >> On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: >>> Hello, >>> >>> So I can connect just fine with curl: >>> $ curl -vv localmusic.live >>> * Rebuilt URL to: localmusic.live/ >>> * Trying 99.65.251.58... >>> * Connected to localmusic.live (99.65.251.58) port 80 (#0) >>>> GET / HTTP/1.1 >>>> Host: localmusic.live >>>> User-Agent: curl/7.47.0 >>>> Accept: */* >>>> >>> < HTTP/1.1 200 OK >>> < Date: Mon, 23 May 2016 16:46:16 GMT >>> < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t >>> mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 >>> 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" >>> < Accept-Ranges: bytes >>> < Content-Length: 391 >>> < Content-Type: text/html >>> < >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> HELLO FROM LOCALMUSIC.LIVE >>> >>> >>> * Connection #0 to host localmusic.live left intact >>> >>> Strangly firefox times out as does the w3 validation service: >>> https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F >>> >>> I can't seem to figure out why, from a tcpdump it just never gets a >>> connection: >>> >>> 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], >>> proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win >>> 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], >>> length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, >>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>> 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq >>> 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale >>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 >>> IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), >>> length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum >>> 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options >>> [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos >>> 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length >>> 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 >>> (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options >>> [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / >>> HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; >>> Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], >>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, >>> win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, >>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>> Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], >>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, >>> win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, >>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>> Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], >>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, >>> win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, >>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>> Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], >>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, >>> win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, >>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>> Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], >>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, >>> win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, >>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>> Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], >>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, >>> win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, >>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>> Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], >>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>> Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, >>> win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, >>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>> Firefox/45.0 Accept: >>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>> Connection: keep-alive >>> >>> >>> Vs a curl which is happy as can be: >>> 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], >>> proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: >>> Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win >>> 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], >>> length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, >>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>> 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq >>> 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale >>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 >>> IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), >>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum >>> 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options >>> [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos >>> 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length >>> 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca >>> (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options >>> [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / >>> HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: >>> */* >>> >>> 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags >>> [DF], proto TCP (6), length 352) 99.65.251.58.80 > >>> 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, >>> ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], >>> length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May >>> 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 >>> OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 >>> May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" >>> Accept-Ranges: bytes Content-Length: 391 >>> Content-Type: text/html >>> >>> 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], >>> proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: >>> Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win >>> 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 >>> 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags >>> [DF], proto TCP (6), length 443) 99.65.251.58.80 > >>> 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq >>> 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr >>> 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id >>> 54521, offset 0, flags [DF], proto TCP (6), length 52) >>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 >>> (incorrect -> 0xae89), seq 84, ack 692, win 245, options >>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP >>> (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), >>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum >>> 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options >>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP >>> (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), >>> length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum >>> 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS >>> val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl >>> 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) >>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf >>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>> 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, >>> id 18470, offset 0, flags [DF], proto TCP (6), length 52) >>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>> 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl >>> 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) >>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 >>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>> 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, >>> id 18471, offset 0, flags [DF], proto TCP (6), length 52) >>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>> 7935813 ecr 1544840], length 0 >>> >>> >>> Keelan >>> >>> >>> On Mon, 23 May 2016 11:29:08 -0500 >>> Fraser Baker via Houston wrote: >>> >>>> Hi Uri: >>>> >>>> I turned the firewall off on my laptop, and this made no >>>> difference. >>>> >>>> Other sites from that server indeed display as expected. And as far >>>> as I can tell, the configurations for the new domain are identical >>>> to others, except for paths. As said, the www.localmusic.live >>>> plays if called from the server. >>>> >>>> Running telnet o www.localmusic.live[80] could not open >>>> connection ... >>>> >>>> Thanks for your comments. >>>> >>>> Fraser >>>> >>>> >>>> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>>>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>>>> Hi: >>>>>> >>>>>> I know that this is not a Perl issue, but I have been trying to >>>>>> resolve this issue for several days and I know that several of >>>>>> you are very aware of server issues. >>>>>> >>>>>> I bought the domain www.localmusic.live a week ago, set the name >>>>>> servers, configured my apache 2.4 server to play it and >>>>>> configured my DNS server accordingly, I believe. I have done this >>>>>> numerous times before successfully. >>>>>> >>>>>> When run from the server, www.localmusic.live plays, which tells >>>>>> me that the server is correctly configured. >>>>>> >>>>>> When run from my laptop, a 480 error results and the site is not >>>>>> displayed. >>>>>> >>>>>> Tracert from the laptop gets to the right IP. >>>>>> >>>>>> Does anyone have a thought? >>>>>> >>>>> a quick guess is some firewall rule is blocking the service. can >>>>> you telnet to that service from outside? or other services exposed >>>>> from that server? >>>>> >>>>> uri >>>>> >>>>> _______________________________________________ >>>>> Houston mailing list >>>>> Houston at pm.org >>>>> http://mail.pm.org/mailman/listinfo/houston >>>>> Website: http://houston.pm.org/ >>>>> >>>> _______________________________________________ >>>> Houston mailing list >>>> Houston at pm.org >>>> http://mail.pm.org/mailman/listinfo/houston >>>> Website: http://houston.pm.org/ >>> _______________________________________________ >>> Houston mailing list >>> Houston at pm.org >>> http://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ > From anall at andreanall.com Tue May 24 14:30:55 2016 From: anall at andreanall.com (Andrea Nall) Date: Tue, 24 May 2016 16:30:55 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: You are running this from your home connection, yes? Is the server behind NAT? Is your laptop behind NAT? The same NAT? Can you please provide an example of a domain that is working from your laptop? 480 is a really weird status code for HTTP ( I believe that is a SIP status code ) On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston wrote: > Yes, My home was flooded and the sheet rock is being replaced. I was there > mid-morning and noticed that the computer was not running. A worker must > have turned the power off. > > Fraser > > > > On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: > >> As of early this morning, the server does not seem to be responding at >> all. >> >> On Mon, 23 May 2016 12:28:36 -0500 >> Fraser Baker via Houston wrote: >> >> Thank you Keelan: >>> >>> Thank you for your attention. If this perplexes you, it totally >>> mystifies me. >>> >>> Would this issue have anything to do with the new extension .live? >>> >>> Fraser >>> >>> On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: >>> >>>> Hello, >>>> >>>> So I can connect just fine with curl: >>>> $ curl -vv localmusic.live >>>> * Rebuilt URL to: localmusic.live/ >>>> * Trying 99.65.251.58... >>>> * Connected to localmusic.live (99.65.251.58) port 80 (#0) >>>> >>>>> GET / HTTP/1.1 >>>>> Host: localmusic.live >>>>> User-Agent: curl/7.47.0 >>>>> Accept: */* >>>>> >>>>> < HTTP/1.1 200 OK >>>> < Date: Mon, 23 May 2016 16:46:16 GMT >>>> < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t >>>> mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 >>>> 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" >>>> < Accept-Ranges: bytes >>>> < Content-Length: 391 >>>> < Content-Type: text/html >>>> < >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> HELLO FROM LOCALMUSIC.LIVE >>>> >>>> >>>> * Connection #0 to host localmusic.live left intact >>>> >>>> Strangly firefox times out as does the w3 validation service: >>>> >>>> https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F >>>> >>>> I can't seem to figure out why, from a tcpdump it just never gets a >>>> connection: >>>> >>>> 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], >>>> proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win >>>> 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], >>>> length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, >>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>> 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq >>>> 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale >>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 >>>> IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), >>>> length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum >>>> 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options >>>> [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos >>>> 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length >>>> 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 >>>> (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options >>>> [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / >>>> HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; >>>> Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], >>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, >>>> win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, >>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>> Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], >>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, >>>> win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, >>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>> Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], >>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, >>>> win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, >>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>> Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], >>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, >>>> win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, >>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>> Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], >>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, >>>> win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, >>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>> Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], >>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, >>>> win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, >>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>> Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], >>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, >>>> win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, >>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>> Firefox/45.0 Accept: >>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>> Connection: keep-alive >>>> >>>> >>>> Vs a curl which is happy as can be: >>>> 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], >>>> proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: >>>> Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win >>>> 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], >>>> length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, >>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>> 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq >>>> 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale >>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 >>>> IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), >>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum >>>> 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options >>>> [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos >>>> 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length >>>> 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca >>>> (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options >>>> [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / >>>> HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: >>>> */* >>>> >>>> 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags >>>> [DF], proto TCP (6), length 352) 99.65.251.58.80 > >>>> 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, >>>> ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], >>>> length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May >>>> 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 >>>> OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 >>>> May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" >>>> Accept-Ranges: bytes Content-Length: 391 >>>> Content-Type: text/html >>>> >>>> 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], >>>> proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: >>>> Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win >>>> 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 >>>> 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags >>>> [DF], proto TCP (6), length 443) 99.65.251.58.80 > >>>> 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq >>>> 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr >>>> 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id >>>> 54521, offset 0, flags [DF], proto TCP (6), length 52) >>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 >>>> (incorrect -> 0xae89), seq 84, ack 692, win 245, options >>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP >>>> (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), >>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum >>>> 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options >>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP >>>> (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), >>>> length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum >>>> 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS >>>> val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl >>>> 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) >>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf >>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>> 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, >>>> id 18470, offset 0, flags [DF], proto TCP (6), length 52) >>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>> 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl >>>> 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) >>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 >>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>> 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, >>>> id 18471, offset 0, flags [DF], proto TCP (6), length 52) >>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>> 7935813 ecr 1544840], length 0 >>>> >>>> >>>> Keelan >>>> >>>> >>>> On Mon, 23 May 2016 11:29:08 -0500 >>>> Fraser Baker via Houston wrote: >>>> >>>> Hi Uri: >>>>> >>>>> I turned the firewall off on my laptop, and this made no >>>>> difference. >>>>> >>>>> Other sites from that server indeed display as expected. And as far >>>>> as I can tell, the configurations for the new domain are identical >>>>> to others, except for paths. As said, the www.localmusic.live >>>>> plays if called from the server. >>>>> >>>>> Running telnet o www.localmusic.live[80] could not open >>>>> connection ... >>>>> >>>>> Thanks for your comments. >>>>> >>>>> Fraser >>>>> >>>>> >>>>> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>>>> >>>>>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>>>> >>>>>>> Hi: >>>>>>> >>>>>>> I know that this is not a Perl issue, but I have been trying to >>>>>>> resolve this issue for several days and I know that several of >>>>>>> you are very aware of server issues. >>>>>>> >>>>>>> I bought the domain www.localmusic.live a week ago, set the name >>>>>>> servers, configured my apache 2.4 server to play it and >>>>>>> configured my DNS server accordingly, I believe. I have done this >>>>>>> numerous times before successfully. >>>>>>> >>>>>>> When run from the server, www.localmusic.live plays, which tells >>>>>>> me that the server is correctly configured. >>>>>>> >>>>>>> When run from my laptop, a 480 error results and the site is not >>>>>>> displayed. >>>>>>> >>>>>>> Tracert from the laptop gets to the right IP. >>>>>>> >>>>>>> Does anyone have a thought? >>>>>>> >>>>>>> >>>>>> a quick guess is some firewall rule is blocking the service. can >>>>>> you telnet to that service from outside? or other services exposed >>>>>> from that server? >>>>>> >>>>>> uri >>>>>> >>>>>> _______________________________________________ >>>>>> Houston mailing list >>>>>> Houston at pm.org >>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>> Website: http://houston.pm.org/ >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> Houston mailing list >>>>> Houston at pm.org >>>>> http://mail.pm.org/mailman/listinfo/houston >>>>> Website: http://houston.pm.org/ >>>>> >>>> _______________________________________________ >>>> Houston mailing list >>>> Houston at pm.org >>>> http://mail.pm.org/mailman/listinfo/houston >>>> Website: http://houston.pm.org/ >>>> >>>> _______________________________________________ >>> Houston mailing list >>> Houston at pm.org >>> http://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >> >> > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From FLbaker at sbcglobal.net Tue May 24 16:51:56 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Tue, 24 May 2016 18:51:56 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Thank you Julian and y'all for the attention paid to my issue. But it is not yet resolved. This is a tracert I just did: Tracing route to localmusic.live [99.65.251.58] over a maximum of 30 hops: 1 4 ms 1 ms 2 ms 192.168.1.1 2 15 ms 23 ms * 96.120.16.221 3 15 ms 15 ms 12 ms xe-3-2-0-sur02.royalton.tx.houston.comcast.net [68.85.248.193] 4 22 ms 12 ms 13 ms ae-0-sur03.royalton.tx.houston.comcast.net [68.85.87.121] 5 32 ms 23 ms 18 ms ae-29-ar01.bearcreek.tx.houston.comcast.net [68.85.245.85] 6 20 ms 19 ms 19 ms be-33662-cr02.dallas.tx.ibone.comcast.net [68.86.92.61] 7 35 ms 31 ms 29 ms be-11-pe02.1950stemmons.tx.ibone.comcast.net [68.86.82.134] 8 29 ms 27 ms 26 ms as7018-pe01.1950stemmons.tx.ibone.comcast.net [75.149.230.162] 9 50 ms 38 ms 27 ms cr2.dlstx.ip.att.net [12.123.16.110] 10 30 ms 53 ms 28 ms 12.122.2.122 11 26 ms 27 ms 27 ms 12.122.103.61 12 * * * Request timed out. 13 27 ms 25 ms 28 ms 71.144.129.70 14 26 ms 25 ms 34 ms 71.144.128.135 15 47 ms 51 ms 46 ms 99-65-232-201.lightspeed.hstntx.sbcglobal.net [99.65.232.201] 16 52 ms 49 ms 52 ms mywellnesschart.com [99.65.251.58] Trace complete. Don't know how the MyWellnessChart.com gets connected to the IP address. This was a Domain I used prior to changing the DNS to respond to localmusic.live. Other sites that work from my server also show legacy domain names, so I don't think that this is an issue. telnet www.localmusic.live returned:

Method Not Implemented

q to /index.html not supported.

Seems to me to be a server configuration issue ... what does "q to ..." mean. I googled this, but need to study the response more. If anyone knows anything about this, please give me a shout. Still needing help. Fraser On 5/24/2016 8:46 AM, Julian Brown via Houston wrote: > Julians-Macbook-Pro:~ julianbrown$ traceroute localmusic.live > traceroute to localmusic.live (99.65.251.58), 64 hops max, 52 byte packets > 1 10.7.4.1 (10.7.4.1) 2.405 ms 2.019 ms 1.382 ms > 2 10.7.1.1 (10.7.1.1) 2.254 ms 2.190 ms 2.095 ms > 3 10.7.3.2 (10.7.3.2) 3.526 ms 3.229 ms 3.349 ms > 4 vl118.ss-core.hou.cpanel.net > (208.74.121.97) 2.901 ms 2.343 ms 2.466 ms > 5 cr1.hou.cpanel.net (208.74.121.242) > 3.674 ms 3.633 ms 3.357 ms > 6 xe-2-1-0-3845-sur02.royalton.tx.houston.comcast.net > > (50.207.148.125) 3.520 ms 4.109 ms 4.346 ms > 7 ae-0-sur03.royalton.tx.houston.comcast.net > (68.85.87.121) > 4.121 ms 4.148 ms 3.575 ms > 8 ae-29-ar01.bearcreek.tx.houston.comcast.net > (68.85.245.85) > 4.531 ms 18.787 ms 5.135 ms > 9 be-33662-cr02.dallas.tx.ibone.comcast.net > (68.86.92.61) > 12.397 ms 11.429 ms 10.824 ms > 10 be-16-pe02.1950stemmons.tx.ibone.comcast.net > (68.86.83.118) > 10.694 ms 11.185 ms 10.515 ms > 11 as7018-pe01.1950stemmons.tx.ibone.comcast.net > > (75.149.230.162) 11.510 ms 13.711 ms 12.675 ms > 12 cr1.dlstx.ip.att.net (12.123.16.86) > 19.267 ms 16.240 ms 16.609 ms > 13 12.122.2.198 (12.122.2.198) 16.661 ms 16.278 ms 19.744 ms > 14 12.122.103.113 (12.122.103.113) 18.932 ms 19.592 ms 19.822 ms > 15 * * * > 16 71.144.129.72 (71.144.129.72) 17.766 ms 16.389 ms 16.941 ms > 17 71.144.128.137 (71.144.128.137) 24.331 ms 20.491 ms * > 18 * * * > 19 * * * > > not looking like it can find it > > telnet localmusic.live 80 does not connect > > > On Tue, May 24, 2016 at 7:26 AM, G. Wade Johnson via Houston > > wrote: > > As of early this morning, the server does not seem to be responding at > all. > > On Mon, 23 May 2016 12:28:36 -0500 > Fraser Baker via Houston > > wrote: > > > Thank you Keelan: > > > > Thank you for your attention. If this perplexes you, it totally > > mystifies me. > > > > Would this issue have anything to do with the new extension .live? > > > > Fraser > > > > On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: > > > Hello, > > > > > > So I can connect just fine with curl: > > > $ curl -vv localmusic.live > > > * Rebuilt URL to: localmusic.live/ > > > * Trying 99.65.251.58... > > > * Connected to localmusic.live (99.65.251.58) port 80 (#0) > > >> GET / HTTP/1.1 > > >> Host: localmusic.live > > >> User-Agent: curl/7.47.0 > > >> Accept: */* > > >> > > > < HTTP/1.1 200 OK > > > < Date: Mon, 23 May 2016 16:46:16 GMT > > > < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t > > > mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 > > > 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" > > > < Accept-Ranges: bytes > > > < Content-Length: 391 > > > < Content-Type: text/html > > > < > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > HELLO FROM LOCALMUSIC.LIVE > > > > > > > > > * Connection #0 to host localmusic.live left intact > > > > > > Strangly firefox times out as does the w3 validation service: > > > > https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F > > > > > > I can't seem to figure out why, from a tcpdump it just never > gets a > > > connection: > > > > > > 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags > [DF], > > > proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win > > > 29200, options [mss 1460,sackOK,TS val 7913284 ecr > 0,nop,wscale 7], > > > length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, > > > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > > > 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq > > > 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale > > > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 > > > IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP > (6), > > > length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum > > > 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options > > > [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos > > > 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length > > > 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum > 0x0c98 > > > (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options > > > [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 > GET / > > > HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; > > > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags > [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags > [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags > [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags > [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags > [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags > [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags > [DF], > > > proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: > > > Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, > > > win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, > > > length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: > > > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > > > Firefox/45.0 Accept: > > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > > > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate > > > Connection: keep-alive > > > > > > > > > Vs a curl which is happy as can be: > > > 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags > [DF], > > > proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: > > > Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win > > > 29200, options [mss 1460,sackOK,TS val 7935782 ecr > 0,nop,wscale 7], > > > length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, > > > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > > > 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq > > > 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale > > > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 > > > IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP > (6), > > > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum > > > 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options > > > [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos > > > 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length > > > 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum > 0x0bca > > > (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options > > > [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / > > > HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: > > > */* > > > > > > 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags > > > [DF], proto TCP (6), length 352) 99.65.251.58.80 > > > > 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, > > > ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], > > > length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May > > > 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 > > > OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 > > > May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" > > > Accept-Ranges: bytes Content-Length: 391 > > > Content-Type: text/html > > > > > > 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags > [DF], > > > proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: > > > Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack > 301, win > > > 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 > > > 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags > > > [DF], proto TCP (6), length 443) 99.65.251.58.80 > > > > 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq > > > 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr > > > 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id > > > 54521, offset 0, flags [DF], proto TCP (6), length 52) > > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 > > > (incorrect -> 0xae89), seq 84, ack 692, win 245, options > > > [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP > > > (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), > > > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum > > > 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options > > > [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP > > > (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), > > > length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum > > > 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS > > > val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos > 0x0, ttl > > > 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) > > > 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf > > > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val > > > 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, > ttl 64, > > > id 18470, offset 0, flags [DF], proto TCP (6), length 52) > > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d > > > (correct), seq 85, ack 693, win 245, options [nop,nop,TS val > > > 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl > > > 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) > > > 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 > > > (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val > > > 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, > ttl 64, > > > id 18471, offset 0, flags [DF], proto TCP (6), length 52) > > > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d > > > (correct), seq 85, ack 693, win 245, options [nop,nop,TS val > > > 7935813 ecr 1544840], length 0 > > > > > > > > > Keelan > > > > > > > > > On Mon, 23 May 2016 11:29:08 -0500 > > > Fraser Baker via Houston > wrote: > > > > > >> Hi Uri: > > >> > > >> I turned the firewall off on my laptop, and this made no > > >> difference. > > >> > > >> Other sites from that server indeed display as expected. And > as far > > >> as I can tell, the configurations for the new domain are > identical > > >> to others, except for paths. As said, the www.localmusic.live > > >> plays if called from the server. > > >> > > >> Running telnet o www.localmusic.live[80] could not open > > >> connection ... > > >> > > >> Thanks for your comments. > > >> > > >> Fraser > > >> > > >> > > >> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > > >>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: > > >>>> Hi: > > >>>> > > >>>> I know that this is not a Perl issue, but I have been trying to > > >>>> resolve this issue for several days and I know that several of > > >>>> you are very aware of server issues. > > >>>> > > >>>> I bought the domain www.localmusic.live a week ago, set the > name > > >>>> servers, configured my apache 2.4 server to play it and > > >>>> configured my DNS server accordingly, I believe. I have > done this > > >>>> numerous times before successfully. > > >>>> > > >>>> When run from the server, www.localmusic.live plays, which > tells > > >>>> me that the server is correctly configured. > > >>>> > > >>>> When run from my laptop, a 480 error results and the site > is not > > >>>> displayed. > > >>>> > > >>>> Tracert from the laptop gets to the right IP. > > >>>> > > >>>> Does anyone have a thought? > > >>>> > > >>> a quick guess is some firewall rule is blocking the service. can > > >>> you telnet to that service from outside? or other services > exposed > > >>> from that server? > > >>> > > >>> uri > > >>> > > >>> _______________________________________________ > > >>> Houston mailing list > > >>> Houston at pm.org > > >>> http://mail.pm.org/mailman/listinfo/houston > > >>> Website: http://houston.pm.org/ > > >>> > > >> _______________________________________________ > > >> Houston mailing list > > >> Houston at pm.org > > >> http://mail.pm.org/mailman/listinfo/houston > > >> Website: http://houston.pm.org/ > > > _______________________________________________ > > > Houston mailing list > > > Houston at pm.org > > > http://mail.pm.org/mailman/listinfo/houston > > > Website: http://houston.pm.org/ > > > > > > > _______________________________________________ > > Houston mailing list > > Houston at pm.org > > http://mail.pm.org/mailman/listinfo/houston > > Website: http://houston.pm.org/ > > > -- > Virtual is when it's not but it looks like it is and transparent is > when it is but it looks like it isn't. -- Rick > Hoselton > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From FLbaker at sbcglobal.net Tue May 24 17:03:09 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Tue, 24 May 2016 19:03:09 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Hi Andrea: www.SaloonsAndBands.com works, which is running from the same machine. As far as I can tell, the Apache config files are identical, except where they need to be different. And yes, its a bit weird, but I have been hosting my own websites from my own machines for some 25 years ... probably haven't kept up with the times. My project is gaining traction, and I intend to move it to HostGator soon. Fraser On 5/24/2016 4:30 PM, Andrea Nall via Houston wrote: > You are running this from your home connection, yes? Is the server > behind NAT? Is your laptop behind NAT? The same NAT? > > Can you please provide an example of a domain that is working from > your laptop? 480 is a really weird status code for HTTP ( I believe > that is a SIP status code ) > > On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston > > wrote: > > Yes, My home was flooded and the sheet rock is being replaced. I > was there mid-morning and noticed that the computer was not > running. A worker must have turned the power off. > > Fraser > > > > On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: > > As of early this morning, the server does not seem to be > responding at > all. > > On Mon, 23 May 2016 12:28:36 -0500 > Fraser Baker via Houston > wrote: > > Thank you Keelan: > > Thank you for your attention. If this perplexes you, it > totally > mystifies me. > > Would this issue have anything to do with the new > extension .live? > > Fraser > > On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: > > Hello, > > So I can connect just fine with curl: > $ curl -vv localmusic.live > * Rebuilt URL to: localmusic.live/ > * Trying 99.65.251.58... > * Connected to localmusic.live (99.65.251.58) port 80 (#0) > > GET / HTTP/1.1 > Host: localmusic.live > User-Agent: curl/7.47.0 > Accept: */* > > < HTTP/1.1 200 OK > < Date: Mon, 23 May 2016 16:46:16 GMT > < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 > OpenSSL/0.9.8t > mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 > May 2016 > 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" > < Accept-Ranges: bytes > < Content-Length: 391 > < Content-Type: text/html > < > > > > > > > > > > > HELLO FROM LOCALMUSIC.LIVE > > > * Connection #0 to host localmusic.live left intact > > Strangly firefox times out as does the w3 validation > service: > https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F > > I can't seem to figure out why, from a tcpdump it just > never gets a > connection: > > 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset > 0, flags [DF], > proto TCP (6), length 60) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq > 577836552, win > 29200, options [mss 1460,sackOK,TS val 7913284 ecr > 0,nop,wscale 7], > length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id > 46678, offset 0, > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > 172.21.0.191.32826: Flags [S.], cksum 0x7c0c > (correct), seq > 3607043838 , ack 577836553, win 65535, > options [mss 1350,nop,wscale > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 > 12:08:33.874439 > IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], > proto TCP (6), > length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags > [.], cksum > 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, > options > [nop,nop,TS val 7913294 ecr 0], length 0 > 12:08:33.874524 IP (tos > 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP > (6), length > 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], > cksum 0x0c98 > (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options > [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, > length: 289 GET / > HTTP/1.1 Host: www.localmusic.live User-Agent: > Mozilla/5.0 (X11; > Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset > 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq > 1:290, ack 1, > win 229, options [nop,nop,TS val 7913354 ecr 0], > length 289: HTTP, > length: 289 GET / HTTP/1.1 Host: www.localmusic.live > User-Agent: > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset > 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq > 1:290, ack 1, > win 229, options [nop,nop,TS val 7913414 ecr 0], > length 289: HTTP, > length: 289 GET / HTTP/1.1 Host: www.localmusic.live > User-Agent: > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset > 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq > 1:290, ack 1, > win 229, options [nop,nop,TS val 7913534 ecr 0], > length 289: HTTP, > length: 289 GET / HTTP/1.1 Host: www.localmusic.live > User-Agent: > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset > 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq > 1:290, ack 1, > win 229, options [nop,nop,TS val 7913774 ecr 0], > length 289: HTTP, > length: 289 GET / HTTP/1.1 Host: www.localmusic.live > User-Agent: > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset > 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq > 1:290, ack 1, > win 229, options [nop,nop,TS val 7914255 ecr 0], > length 289: HTTP, > length: 289 GET / HTTP/1.1 Host: www.localmusic.live > User-Agent: > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset > 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq > 1:290, ack 1, > win 229, options [nop,nop,TS val 7915216 ecr 0], > length 289: HTTP, > length: 289 GET / HTTP/1.1 Host: www.localmusic.live > User-Agent: > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset > 0, flags [DF], > proto TCP (6), length 341) 172.21.0.191.32826 > > 99.65.251.58.80: > Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq > 1:290, ack 1, > win 229, options [nop,nop,TS val 7917140 ecr 0], > length 289: HTTP, > length: 289 GET / HTTP/1.1 Host: www.localmusic.live > User-Agent: > Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 > Firefox/45.0 Accept: > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 > Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, > deflate > Connection: keep-alive > > > Vs a curl which is happy as can be: > 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset > 0, flags [DF], > proto TCP (6), length 60) 172.21.0.191.32926 > > 99.65.251.58.80: > Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq > 481215443, win > 29200, options [mss 1460,sackOK,TS val 7935782 ecr > 0,nop,wscale 7], > length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id > 46707, offset 0, > flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > > 172.21.0.191.32926: Flags [S.], cksum 0x1c7b > (correct), seq > 1017671802, ack 481215444, win 65535, options [mss > 1350,nop,wscale > 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 > 12:10:03.866768 > IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], > proto TCP (6), > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags > [.], cksum > 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, > options > [nop,nop,TS val 7935792 ecr 0], length 0 > 12:10:03.866823 IP (tos > 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP > (6), length > 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], > cksum 0x0bca > (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options > [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, > length: 83 GET / > HTTP/1.1 Host: www.localmusic.live User-Agent: > curl/7.47.0 Accept: > */* > > 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset > 0, flags > [DF], proto TCP (6), length 352) 99.65.251.58.80 > > 172.21.0.191.32926: Flags [P.], cksum 0xc36f > (correct), seq 1:301, > ack 84, win 65452, options [nop,nop,TS val 1544840 ecr > 7935792], > length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: > Mon, 23 May > 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) > mod_ssl/2.2.22 > OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 > Last-Modified: Sat, 21 > May 2016 21:27:58 GMT ETag: > "5000000004e69-187-53360e19d02d6" > Accept-Ranges: bytes Content-Length: 391 > Content-Type: text/html > > 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset > 0, flags [DF], > proto TCP (6), length 52) 172.21.0.191.32926 > > 99.65.251.58.80: > Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, > ack 301, win > 237, options [nop,nop,TS val 7935802 ecr 1544840], > length 0 > 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset > 0, flags > [DF], proto TCP (6), length 443) 99.65.251.58.80 > > 172.21.0.191.32926: Flags [P.], cksum 0x28da > (correct), seq > 301:692, ack 84, win 65452, options [nop,nop,TS val > 1544840 ecr > 7935792], length 391: HTTP 12:10:03.908003 IP (tos > 0x0, ttl 64, id > 54521, offset 0, flags [DF], proto TCP (6), length 52) > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum > 0x0b77 > (incorrect -> 0xae89), seq 84, ack 692, win 245, options > [nop,nop,TS val 7935803 ecr 1544840], length 0 > 12:10:03.908092 IP > (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], > proto TCP (6), > length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags > [F.], cksum > 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win > 245, options > [nop,nop,TS val 7935803 ecr 1544840], length 0 > 12:10:03.946842 IP > (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], > proto TCP (6), > length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags > [.], cksum > 0xafd0 (correct), seq 692, ack 85, win 65452, options > [nop,nop,TS > val 1544840 ecr 7935803], length 0 12:10:03.947531 IP > (tos 0x0, ttl > 117, id 46712, offset 0, flags [DF], proto TCP (6), > length 52) > 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], > cksum 0xafcf > (correct), seq 692, ack 85, win 65452, options > [nop,nop,TS val > 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos > 0x0, ttl 64, > id 18470, offset 0, flags [DF], proto TCP (6), length 52) > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum > 0xae7d > (correct), seq 85, ack 693, win 245, options > [nop,nop,TS val > 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos > 0x0, ttl > 117, id 46711, offset 0, flags [DF], proto TCP (6), > length 52) > 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum > 0xafd0 > (correct), seq 692, ack 85, win 65452, options > [nop,nop,TS val > 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos > 0x0, ttl 64, > id 18471, offset 0, flags [DF], proto TCP (6), length 52) > 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum > 0xae7d > (correct), seq 85, ack 693, win 245, options > [nop,nop,TS val > 7935813 ecr 1544840], length 0 > > > Keelan > > > On Mon, 23 May 2016 11:29:08 -0500 > Fraser Baker via Houston > wrote: > > Hi Uri: > > I turned the firewall off on my laptop, and this > made no > difference. > > Other sites from that server indeed display as > expected. And as far > as I can tell, the configurations for the new > domain are identical > to others, except for paths. As said, the > www.localmusic.live > plays if called from the server. > > Running telnet o www.localmusic.live[80] could not > open > connection ... > > Thanks for your comments. > > Fraser > > > On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: > > On 05/23/2016 11:53 AM, Fraser Baker via > Houston wrote: > > Hi: > > I know that this is not a Perl issue, but > I have been trying to > resolve this issue for several days and I > know that several of > you are very aware of server issues. > > I bought the domain www.localmusic.live a > week ago, set the name > servers, configured my apache 2.4 server > to play it and > configured my DNS server accordingly, I > believe. I have done this > numerous times before successfully. > > When run from the server, > www.localmusic.live plays, which tells > me that the server is correctly configured. > > When run from my laptop, a 480 error > results and the site is not > displayed. > > Tracert from the laptop gets to the right IP. > > Does anyone have a thought? > > a quick guess is some firewall rule is > blocking the service. can > you telnet to that service from outside? or > other services exposed > from that server? > > uri > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From anall at andreanall.com Tue May 24 17:12:14 2016 From: anall at andreanall.com (Andrea Nall) Date: Tue, 24 May 2016 19:12:14 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Those domain names point to two completely different IP addresses. Is there anything special about .58 that isn't present on .60? On Tue, May 24, 2016 at 7:03 PM, Fraser Baker via Houston wrote: > Hi Andrea: > > www.SaloonsAndBands.com works, which is running from the same machine. As > far as I can tell, the Apache config files are identical, except where > they need to be different. > > And yes, its a bit weird, but I have been hosting my own websites from my > own machines for some 25 years ... probably haven't kept up with the times. > My project is gaining traction, and I intend to move it to HostGator soon. > Fraser > > > > On 5/24/2016 4:30 PM, Andrea Nall via Houston wrote: > > You are running this from your home connection, yes? Is the server behind > NAT? Is your laptop behind NAT? The same NAT? > > Can you please provide an example of a domain that is working from your > laptop? 480 is a really weird status code for HTTP ( I believe that is a > SIP status code ) > > On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston < > houston at pm.org> wrote: > >> Yes, My home was flooded and the sheet rock is being replaced. I was >> there mid-morning and noticed that the computer was not running. A worker >> must have turned the power off. >> >> Fraser >> >> >> >> On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: >> >>> As of early this morning, the server does not seem to be responding at >>> all. >>> >>> On Mon, 23 May 2016 12:28:36 -0500 >>> Fraser Baker via Houston wrote: >>> >>> Thank you Keelan: >>>> >>>> Thank you for your attention. If this perplexes you, it totally >>>> mystifies me. >>>> >>>> Would this issue have anything to do with the new extension .live? >>>> >>>> Fraser >>>> >>>> On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: >>>> >>>>> Hello, >>>>> >>>>> So I can connect just fine with curl: >>>>> $ curl -vv localmusic.live >>>>> * Rebuilt URL to: localmusic.live/ >>>>> * Trying 99.65.251.58... >>>>> * Connected to localmusic.live (99.65.251.58) port 80 (#0) >>>>> >>>>>> GET / HTTP/1.1 >>>>>> Host: localmusic.live >>>>>> User-Agent: curl/7.47.0 >>>>>> Accept: */* >>>>>> >>>>>> < HTTP/1.1 200 OK >>>>> < Date: Mon, 23 May 2016 16:46:16 GMT >>>>> < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t >>>>> mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 >>>>> 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" >>>>> < Accept-Ranges: bytes >>>>> < Content-Length: 391 >>>>> < Content-Type: text/html >>>>> < >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> HELLO FROM LOCALMUSIC.LIVE >>>>> >>>>> >>>>> * Connection #0 to host localmusic.live left intact >>>>> >>>>> Strangly firefox times out as does the w3 validation service: >>>>> >>>>> https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F >>>>> >>>>> I can't seem to figure out why, from a tcpdump it just never gets a >>>>> connection: >>>>> >>>>> 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], >>>>> proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win >>>>> 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], >>>>> length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, >>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>> 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq >>>>> 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale >>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 >>>>> IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), >>>>> length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum >>>>> 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options >>>>> [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos >>>>> 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length >>>>> 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 >>>>> (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options >>>>> [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / >>>>> HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; >>>>> Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], >>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, >>>>> win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, >>>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>> Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], >>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, >>>>> win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, >>>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>> Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], >>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, >>>>> win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, >>>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>> Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], >>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, >>>>> win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, >>>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>> Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], >>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, >>>>> win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, >>>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>> Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], >>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, >>>>> win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, >>>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>> Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], >>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, >>>>> win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, >>>>> length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: >>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>> Firefox/45.0 Accept: >>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>> Connection: keep-alive >>>>> >>>>> >>>>> Vs a curl which is happy as can be: >>>>> 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], >>>>> proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: >>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win >>>>> 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], >>>>> length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, >>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>> 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq >>>>> 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale >>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 >>>>> IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), >>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum >>>>> 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options >>>>> [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos >>>>> 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length >>>>> 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca >>>>> (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options >>>>> [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / >>>>> HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: >>>>> */* >>>>> >>>>> 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags >>>>> [DF], proto TCP (6), length 352) 99.65.251.58.80 > >>>>> 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, >>>>> ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], >>>>> length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May >>>>> 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 >>>>> OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 >>>>> May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" >>>>> Accept-Ranges: bytes Content-Length: 391 >>>>> Content-Type: text/html >>>>> >>>>> 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], >>>>> proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: >>>>> Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win >>>>> 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 >>>>> 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags >>>>> [DF], proto TCP (6), length 443) 99.65.251.58.80 > >>>>> 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq >>>>> 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr >>>>> 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id >>>>> 54521, offset 0, flags [DF], proto TCP (6), length 52) >>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 >>>>> (incorrect -> 0xae89), seq 84, ack 692, win 245, options >>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP >>>>> (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), >>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum >>>>> 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options >>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP >>>>> (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), >>>>> length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum >>>>> 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS >>>>> val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl >>>>> 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) >>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf >>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>> 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, >>>>> id 18470, offset 0, flags [DF], proto TCP (6), length 52) >>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>> 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl >>>>> 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) >>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 >>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>> 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, >>>>> id 18471, offset 0, flags [DF], proto TCP (6), length 52) >>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>> 7935813 ecr 1544840], length 0 >>>>> >>>>> >>>>> Keelan >>>>> >>>>> >>>>> On Mon, 23 May 2016 11:29:08 -0500 >>>>> Fraser Baker via Houston < houston at pm.org> wrote: >>>>> >>>>> Hi Uri: >>>>>> >>>>>> I turned the firewall off on my laptop, and this made no >>>>>> difference. >>>>>> >>>>>> Other sites from that server indeed display as expected. And as far >>>>>> as I can tell, the configurations for the new domain are identical >>>>>> to others, except for paths. As said, the www.localmusic.live >>>>>> plays if called from the server. >>>>>> >>>>>> Running telnet o www.localmusic.live[80] could not open >>>>>> connection ... >>>>>> >>>>>> Thanks for your comments. >>>>>> >>>>>> Fraser >>>>>> >>>>>> >>>>>> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>>>>> >>>>>>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>>>>> >>>>>>>> Hi: >>>>>>>> >>>>>>>> I know that this is not a Perl issue, but I have been trying to >>>>>>>> resolve this issue for several days and I know that several of >>>>>>>> you are very aware of server issues. >>>>>>>> >>>>>>>> I bought the domain www.localmusic.live a week ago, set the name >>>>>>>> servers, configured my apache 2.4 server to play it and >>>>>>>> configured my DNS server accordingly, I believe. I have done this >>>>>>>> numerous times before successfully. >>>>>>>> >>>>>>>> When run from the server, www.localmusic.live plays, which tells >>>>>>>> me that the server is correctly configured. >>>>>>>> >>>>>>>> When run from my laptop, a 480 error results and the site is not >>>>>>>> displayed. >>>>>>>> >>>>>>>> Tracert from the laptop gets to the right IP. >>>>>>>> >>>>>>>> Does anyone have a thought? >>>>>>>> >>>>>>>> >>>>>>> a quick guess is some firewall rule is blocking the service. can >>>>>>> you telnet to that service from outside? or other services exposed >>>>>>> from that server? >>>>>>> >>>>>>> uri >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Houston mailing list >>>>>>> Houston at pm.org >>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>> Website: http://houston.pm.org/ >>>>>>> >>>>>>> >>>>>> _______________________________________________ >>>>>> Houston mailing list >>>>>> Houston at pm.org >>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>> Website: http://houston.pm.org/ >>>>>> >>>>> _______________________________________________ >>>>> Houston mailing list >>>>> Houston at pm.org >>>>> http://mail.pm.org/mailman/listinfo/houston >>>>> Website: http://houston.pm.org/ >>>>> >>>>> _______________________________________________ >>>> Houston mailing list >>>> Houston at pm.org >>>> http://mail.pm.org/mailman/listinfo/houston >>>> Website: http://houston.pm.org/ >>>> >>> >>> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> > > > > _______________________________________________ > Houston mailing listHouston at pm.orghttp://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From FLbaker at sbcglobal.net Tue May 24 19:23:27 2016 From: FLbaker at sbcglobal.net (Fraser Baker) Date: Tue, 24 May 2016 21:23:27 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Hi Andrea: I reviewed the DNS entries for saloonsandbands.com (99.65.251.60) and localmusic.live (99.65.251.58) and as far as I can tell, they are identical, except for the IP addresses and paths. Calling either localmusic.live or 99.65.251.58 on the server successfully displays the page with appropriate entries being made in the localmusic_access_log i.e. 99.65.251.58 - - [24/May/2016:20:25:52 -0500] "GET / HTTP/1.1" 304 - "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" I view this as the apache configuration has been made correctly. Calling either localmusic.live or 99.65.251.58 from my laptop, or any other device I have tried doesn't work. The following entry is made in the access log: 50.175.253.35 - - [24/May/2016:20:38:14 -0500] "-" 408 - "-" "-" Tracert localmusic.live ends up at 99.65.251.58, which tells me that the DNS is OK. I have carefully reviewed everything I can think of without any clue surfacing. Fraser On 5/24/2016 7:12 PM, Andrea Nall via Houston wrote: > Those domain names point to two completely different IP addresses. Is > there anything special about .58 that isn't present on .60? > > On Tue, May 24, 2016 at 7:03 PM, Fraser Baker via Houston > > wrote: > > Hi Andrea: > > www.SaloonsAndBands.com works, > which is running from the same machine. As far as I can tell, the > Apache config files are identical, except where they need to be > different. > > And yes, its a bit weird, but I have been hosting my own websites > from my own machines for some 25 years ... probably haven't kept > up with the times. My project is gaining traction, and I intend to > move it to HostGator soon. > > Fraser > > > > On 5/24/2016 4:30 PM, Andrea Nall via Houston wrote: >> You are running this from your home connection, yes? Is the >> server behind NAT? Is your laptop behind NAT? The same NAT? >> >> Can you please provide an example of a domain that is working >> from your laptop? 480 is a really weird status code for HTTP ( I >> believe that is a SIP status code ) >> >> On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston >> > wrote: >> >> Yes, My home was flooded and the sheet rock is being >> replaced. I was there mid-morning and noticed that the >> computer was not running. A worker must have turned the power >> off. >> >> Fraser >> >> >> >> On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: >> >> As of early this morning, the server does not seem to be >> responding at >> all. >> >> On Mon, 23 May 2016 12:28:36 -0500 >> Fraser Baker via Houston > > wrote: >> >> Thank you Keelan: >> >> Thank you for your attention. If this perplexes you, >> it totally >> mystifies me. >> >> Would this issue have anything to do with the new >> extension .live? >> >> Fraser >> >> On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: >> >> Hello, >> >> So I can connect just fine with curl: >> $ curl -vv localmusic.live >> * Rebuilt URL to: localmusic.live/ >> * Trying 99.65.251.58... >> * Connected to localmusic.live (99.65.251.58) >> port 80 (#0) >> >> GET / HTTP/1.1 >> Host: localmusic.live >> User-Agent: curl/7.47.0 >> Accept: */* >> >> < HTTP/1.1 200 OK >> < Date: Mon, 23 May 2016 16:46:16 GMT >> < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 >> OpenSSL/0.9.8t >> mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, >> 21 May 2016 >> 21:27:58 GMT < ETag: >> "5000000004e69-187-53360e19d02d6" >> < Accept-Ranges: bytes >> < Content-Length: 391 >> < Content-Type: text/html >> < >> >> >> >> > content="text/html; >> charset=windows-1252"> >> >> >> >> >> >> >> HELLO FROM LOCALMUSIC.LIVE >> >> >> * Connection #0 to host localmusic.live left intact >> >> Strangly firefox times out as does the w3 >> validation service: >> https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F >> >> I can't seem to figure out why, from a tcpdump it >> just never gets a >> connection: >> >> 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, >> offset 0, flags [DF], >> proto TCP (6), length 60) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [S], cksum 0x0b7f (incorrect -> 0x51df), >> seq 577836552, win >> 29200, options [mss 1460,sackOK,TS val 7913284 >> ecr 0,nop,wscale 7], >> length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id >> 46678, offset 0, >> flags [DF], proto TCP (6), length 64) >> 99.65.251.58.80 > >> 172.21.0.191.32826: Flags [S.], cksum 0x7c0c >> (correct), seq >> 3607043838 , ack 577836553, win >> 65535, options [mss 1350,nop,wscale >> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length >> 0 12:08:33.874439 >> IP (tos 0x0, ttl 64, id 43341, offset 0, flags >> [DF], proto TCP (6), >> length 52) 172.21.0.191.32826 > 99.65.251.58.80: >> Flags [.], cksum >> 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win >> 229, options >> [nop,nop,TS val 7913294 ecr 0], length 0 >> 12:08:33.874524 IP (tos >> 0x0, ttl 64, id 43342, offset 0, flags [DF], >> proto TCP (6), length >> 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags >> [P.], cksum 0x0c98 >> (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, >> options >> [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, >> length: 289 GET / >> HTTP/1.1 Host: www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; >> Linux x86_64; rv:45.0) Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, >> offset 0, flags [DF], >> proto TCP (6), length 341) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), >> seq 1:290, ack 1, >> win 229, options [nop,nop,TS val 7913354 ecr 0], >> length 289: HTTP, >> length: 289 GET / HTTP/1.1 Host: >> www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) >> Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, >> offset 0, flags [DF], >> proto TCP (6), length 341) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), >> seq 1:290, ack 1, >> win 229, options [nop,nop,TS val 7913414 ecr 0], >> length 289: HTTP, >> length: 289 GET / HTTP/1.1 Host: >> www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) >> Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, >> offset 0, flags [DF], >> proto TCP (6), length 341) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), >> seq 1:290, ack 1, >> win 229, options [nop,nop,TS val 7913534 ecr 0], >> length 289: HTTP, >> length: 289 GET / HTTP/1.1 Host: >> www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) >> Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, >> offset 0, flags [DF], >> proto TCP (6), length 341) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), >> seq 1:290, ack 1, >> win 229, options [nop,nop,TS val 7913774 ecr 0], >> length 289: HTTP, >> length: 289 GET / HTTP/1.1 Host: >> www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) >> Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, >> offset 0, flags [DF], >> proto TCP (6), length 341) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), >> seq 1:290, ack 1, >> win 229, options [nop,nop,TS val 7914255 ecr 0], >> length 289: HTTP, >> length: 289 GET / HTTP/1.1 Host: >> www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) >> Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, >> offset 0, flags [DF], >> proto TCP (6), length 341) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), >> seq 1:290, ack 1, >> win 229, options [nop,nop,TS val 7915216 ecr 0], >> length 289: HTTP, >> length: 289 GET / HTTP/1.1 Host: >> www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) >> Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, >> offset 0, flags [DF], >> proto TCP (6), length 341) 172.21.0.191.32826 > >> 99.65.251.58.80: >> Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), >> seq 1:290, ack 1, >> win 229, options [nop,nop,TS val 7917140 ecr 0], >> length 289: HTTP, >> length: 289 GET / HTTP/1.1 Host: >> www.localmusic.live >> User-Agent: >> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) >> Gecko/20100101 >> Firefox/45.0 Accept: >> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >> Accept-Language: en-US,en;q=0.5 Accept-Encoding: >> gzip, deflate >> Connection: keep-alive >> >> >> Vs a curl which is happy as can be: >> 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, >> offset 0, flags [DF], >> proto TCP (6), length 60) 172.21.0.191.32926 > >> 99.65.251.58.80: >> Flags [S], cksum 0x0b7f (incorrect -> 0x5190), >> seq 481215443, win >> 29200, options [mss 1460,sackOK,TS val 7935782 >> ecr 0,nop,wscale 7], >> length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id >> 46707, offset 0, >> flags [DF], proto TCP (6), length 64) >> 99.65.251.58.80 > >> 172.21.0.191.32926: Flags [S.], cksum 0x1c7b >> (correct), seq >> 1017671802, ack 481215444, win 65535, options >> [mss 1350,nop,wscale >> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length >> 0 12:10:03.866768 >> IP (tos 0x0, ttl 64, id 54518, offset 0, flags >> [DF], proto TCP (6), >> length 52) 172.21.0.191.32926 > 99.65.251.58.80: >> Flags [.], cksum >> 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win >> 229, options >> [nop,nop,TS val 7935792 ecr 0], length 0 >> 12:10:03.866823 IP (tos >> 0x0, ttl 64, id 54519, offset 0, flags [DF], >> proto TCP (6), length >> 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags >> [P.], cksum 0x0bca >> (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, >> options >> [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, >> length: 83 GET / >> HTTP/1.1 Host: www.localmusic.live >> User-Agent: >> curl/7.47.0 Accept: >> */* >> >> 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, >> offset 0, flags >> [DF], proto TCP (6), length 352) 99.65.251.58.80 > >> 172.21.0.191.32926: Flags [P.], cksum 0xc36f >> (correct), seq 1:301, >> ack 84, win 65452, options [nop,nop,TS val >> 1544840 ecr 7935792], >> length 300: HTTP, length: 300 HTTP/1.1 200 OK >> Date: Mon, 23 May >> 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) >> mod_ssl/2.2.22 >> OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 >> Last-Modified: Sat, 21 >> May 2016 21:27:58 GMT ETag: >> "5000000004e69-187-53360e19d02d6" >> Accept-Ranges: bytes Content-Length: 391 >> Content-Type: text/html >> >> 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, >> offset 0, flags [DF], >> proto TCP (6), length 52) 172.21.0.191.32926 > >> 99.65.251.58.80: >> Flags [.], cksum 0x0b77 (incorrect -> 0xb019), >> seq 84, ack 301, win >> 237, options [nop,nop,TS val 7935802 ecr >> 1544840], length 0 >> 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, >> offset 0, flags >> [DF], proto TCP (6), length 443) 99.65.251.58.80 > >> 172.21.0.191.32926: Flags [P.], cksum 0x28da >> (correct), seq >> 301:692, ack 84, win 65452, options [nop,nop,TS >> val 1544840 ecr >> 7935792], length 391: HTTP 12:10:03.908003 IP >> (tos 0x0, ttl 64, id >> 54521, offset 0, flags [DF], proto TCP (6), >> length 52) >> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], >> cksum 0x0b77 >> (incorrect -> 0xae89), seq 84, ack 692, win 245, >> options >> [nop,nop,TS val 7935803 ecr 1544840], length 0 >> 12:10:03.908092 IP >> (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], >> proto TCP (6), >> length 52) 172.21.0.191.32926 > 99.65.251.58.80: >> Flags [F.], cksum >> 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, >> win 245, options >> [nop,nop,TS val 7935803 ecr 1544840], length 0 >> 12:10:03.946842 IP >> (tos 0x0, ttl 117, id 46710, offset 0, flags >> [DF], proto TCP (6), >> length 52) 99.65.251.58.80 > 172.21.0.191.32926: >> Flags [.], cksum >> 0xafd0 (correct), seq 692, ack 85, win 65452, >> options [nop,nop,TS >> val 1544840 ecr 7935803], length 0 >> 12:10:03.947531 IP (tos 0x0, ttl >> 117, id 46712, offset 0, flags [DF], proto TCP >> (6), length 52) >> 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], >> cksum 0xafcf >> (correct), seq 692, ack 85, win 65452, options >> [nop,nop,TS val >> 1544840 ecr 7935803], length 0 12:10:03.947551 IP >> (tos 0x0, ttl 64, >> id 18470, offset 0, flags [DF], proto TCP (6), >> length 52) >> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], >> cksum 0xae7d >> (correct), seq 85, ack 693, win 245, options >> [nop,nop,TS val >> 7935813 ecr 1544840], length 0 12:10:03.947554 IP >> (tos 0x0, ttl >> 117, id 46711, offset 0, flags [DF], proto TCP >> (6), length 52) >> 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], >> cksum 0xafd0 >> (correct), seq 692, ack 85, win 65452, options >> [nop,nop,TS val >> 1544840 ecr 7935803], length 0 12:10:03.947557 IP >> (tos 0x0, ttl 64, >> id 18471, offset 0, flags [DF], proto TCP (6), >> length 52) >> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], >> cksum 0xae7d >> (correct), seq 85, ack 693, win 245, options >> [nop,nop,TS val >> 7935813 ecr 1544840], length 0 >> >> >> Keelan >> >> >> On Mon, 23 May 2016 11:29:08 -0500 >> Fraser Baker via Houston > > wrote: >> >> Hi Uri: >> >> I turned the firewall off on my laptop, and >> this made no >> difference. >> >> Other sites from that server indeed display >> as expected. And as far >> as I can tell, the configurations for the new >> domain are identical >> to others, except for paths. As said, the >> www.localmusic.live >> plays if called from the server. >> >> Running telnet o www.localmusic.live >> [80] could not open >> connection ... >> >> Thanks for your comments. >> >> Fraser >> >> >> On 5/23/2016 11:00 AM, Uri Guttman via >> Houston wrote: >> >> On 05/23/2016 11:53 AM, Fraser Baker via >> Houston wrote: >> >> Hi: >> >> I know that this is not a Perl issue, >> but I have been trying to >> resolve this issue for several days >> and I know that several of >> you are very aware of server issues. >> >> I bought the domain >> www.localmusic.live >> a week >> ago, set the name >> servers, configured my apache 2.4 >> server to play it and >> configured my DNS server accordingly, >> I believe. I have done this >> numerous times before successfully. >> >> When run from the server, >> www.localmusic.live >> plays, >> which tells >> me that the server is correctly >> configured. >> >> When run from my laptop, a 480 error >> results and the site is not >> displayed. >> >> Tracert from the laptop gets to the >> right IP. >> >> Does anyone have a thought? >> >> a quick guess is some firewall rule is >> blocking the service. can >> you telnet to that service from outside? >> or other services exposed >> from that server? >> >> uri >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> >> >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website:http://houston.pm.org/ > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From tyevans at gmail.com Tue May 24 19:47:11 2016 From: tyevans at gmail.com (Tyler Evans) Date: Tue, 24 May 2016 21:47:11 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Thats a 408, not a 480. Looks like you transposed the numbers in the original email. That's a timeout and is probably being returned by apache because the script is taking too long to output content. Are you doing something with user-agents? when I do: `wget -O- www.localmusic.live` it returns successfully in about .1 seconds. If I do this instead: wget -O- --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" www.localmusic.live well... I'm still waiting for that to complete. I assume at somepoint apache will give up and we'll get our 408 error. Are you doing any filtering/throttling on user-agents? or... I don't actually know what it could be, but it is user-agent related. On Tue, May 24, 2016 at 9:23 PM, Fraser Baker via Houston wrote: > Hi Andrea: > > I reviewed the DNS entries for saloonsandbands.com (99.65.251.60) and > localmusic.live (99.65.251.58) and as far as I can tell, they are > identical, except for the IP addresses and paths. > > Calling either localmusic.live or 99.65.251.58 on the server successfully > displays the page with appropriate entries being made in the > localmusic_access_log i.e. > > 99.65.251.58 - - [24/May/2016:20:25:52 -0500] "GET / HTTP/1.1" 304 - "-" > "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) > Chrome/49.0.2623.112 Safari/537.36" > > I view this as the apache configuration has been made correctly. > > Calling either localmusic.live or 99.65.251.58 from my laptop, or any > other device I have tried doesn't work. The following entry is made in the > access log: > > 50.175.253.35 - - [24/May/2016:20:38:14 -0500] "-" 408 - "-" "-" > > Tracert localmusic.live ends up at 99.65.251.58, which tells me that the > DNS is OK. > I have carefully reviewed everything I can think of without any clue > surfacing. > > Fraser > > > > On 5/24/2016 7:12 PM, Andrea Nall via Houston wrote: > > Those domain names point to two completely different IP addresses. Is > there anything special about .58 that isn't present on .60? > > On Tue, May 24, 2016 at 7:03 PM, Fraser Baker via Houston < > houston at pm.org> wrote: > >> Hi Andrea: >> >> www.SaloonsAndBands.com works, which is running from the same machine. >> As far as I can tell, the Apache config files are identical, except where >> they need to be different. >> >> And yes, its a bit weird, but I have been hosting my own websites from my >> own machines for some 25 years ... probably haven't kept up with the times. >> My project is gaining traction, and I intend to move it to HostGator soon. >> Fraser >> >> >> >> On 5/24/2016 4:30 PM, Andrea Nall via Houston wrote: >> >> You are running this from your home connection, yes? Is the server behind >> NAT? Is your laptop behind NAT? The same NAT? >> >> Can you please provide an example of a domain that is working from your >> laptop? 480 is a really weird status code for HTTP ( I believe that is a >> SIP status code ) >> >> On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston > > wrote: >> >>> Yes, My home was flooded and the sheet rock is being replaced. I was >>> there mid-morning and noticed that the computer was not running. A worker >>> must have turned the power off. >>> >>> Fraser >>> >>> >>> >>> On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: >>> >>>> As of early this morning, the server does not seem to be responding at >>>> all. >>>> >>>> On Mon, 23 May 2016 12:28:36 -0500 >>>> Fraser Baker via Houston < houston at pm.org> wrote: >>>> >>>> Thank you Keelan: >>>>> >>>>> Thank you for your attention. If this perplexes you, it totally >>>>> mystifies me. >>>>> >>>>> Would this issue have anything to do with the new extension .live? >>>>> >>>>> Fraser >>>>> >>>>> On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> So I can connect just fine with curl: >>>>>> $ curl -vv localmusic.live >>>>>> * Rebuilt URL to: localmusic.live/ >>>>>> * Trying 99.65.251.58... >>>>>> * Connected to localmusic.live (99.65.251.58) port 80 (#0) >>>>>> >>>>>>> GET / HTTP/1.1 >>>>>>> Host: localmusic.live >>>>>>> User-Agent: curl/7.47.0 >>>>>>> Accept: */* >>>>>>> >>>>>>> < HTTP/1.1 200 OK >>>>>> < Date: Mon, 23 May 2016 16:46:16 GMT >>>>>> < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t >>>>>> mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 >>>>>> 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" >>>>>> < Accept-Ranges: bytes >>>>>> < Content-Length: 391 >>>>>> < Content-Type: text/html >>>>>> < >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> HELLO FROM LOCALMUSIC.LIVE >>>>>> >>>>>> >>>>>> * Connection #0 to host localmusic.live left intact >>>>>> >>>>>> Strangly firefox times out as does the w3 validation service: >>>>>> >>>>>> https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F >>>>>> >>>>>> I can't seem to figure out why, from a tcpdump it just never gets a >>>>>> connection: >>>>>> >>>>>> 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], >>>>>> proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win >>>>>> 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], >>>>>> length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, >>>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>>> 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq >>>>>> 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale >>>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 >>>>>> IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), >>>>>> length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum >>>>>> 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options >>>>>> [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos >>>>>> 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length >>>>>> 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 >>>>>> (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options >>>>>> [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / >>>>>> HTTP/1.1 Host: www.localmusic.live >>>>>> User-Agent: Mozilla/5.0 (X11; >>>>>> Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], >>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, >>>>>> win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, >>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>> www.localmusic.live User-Agent: >>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>> Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], >>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, >>>>>> win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, >>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>> www.localmusic.live User-Agent: >>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>> Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], >>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, >>>>>> win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, >>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>> www.localmusic.live User-Agent: >>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>> Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], >>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, >>>>>> win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, >>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>> www.localmusic.live User-Agent: >>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>> Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], >>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, >>>>>> win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, >>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>> www.localmusic.live User-Agent: >>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>> Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], >>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, >>>>>> win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, >>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>> www.localmusic.live User-Agent: >>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>> Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], >>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, >>>>>> win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, >>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>> www.localmusic.live User-Agent: >>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>> Firefox/45.0 Accept: >>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>> Connection: keep-alive >>>>>> >>>>>> >>>>>> Vs a curl which is happy as can be: >>>>>> 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], >>>>>> proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: >>>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win >>>>>> 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], >>>>>> length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, >>>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>>> 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq >>>>>> 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale >>>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 >>>>>> IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), >>>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum >>>>>> 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options >>>>>> [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos >>>>>> 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length >>>>>> 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca >>>>>> (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options >>>>>> [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / >>>>>> HTTP/1.1 Host: www.localmusic.live >>>>>> User-Agent: curl/7.47.0 Accept: >>>>>> */* >>>>>> >>>>>> 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags >>>>>> [DF], proto TCP (6), length 352) 99.65.251.58.80 > >>>>>> 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, >>>>>> ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], >>>>>> length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May >>>>>> 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 >>>>>> OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 >>>>>> May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" >>>>>> Accept-Ranges: bytes Content-Length: 391 >>>>>> Content-Type: text/html >>>>>> >>>>>> 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], >>>>>> proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: >>>>>> Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win >>>>>> 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 >>>>>> 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags >>>>>> [DF], proto TCP (6), length 443) 99.65.251.58.80 > >>>>>> 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq >>>>>> 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr >>>>>> 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id >>>>>> 54521, offset 0, flags [DF], proto TCP (6), length 52) >>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 >>>>>> (incorrect -> 0xae89), seq 84, ack 692, win 245, options >>>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP >>>>>> (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), >>>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum >>>>>> 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options >>>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP >>>>>> (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), >>>>>> length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum >>>>>> 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS >>>>>> val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl >>>>>> 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) >>>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf >>>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>>> 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, >>>>>> id 18470, offset 0, flags [DF], proto TCP (6), length 52) >>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>>> 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl >>>>>> 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) >>>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 >>>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>>> 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, >>>>>> id 18471, offset 0, flags [DF], proto TCP (6), length 52) >>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>>> 7935813 ecr 1544840], length 0 >>>>>> >>>>>> >>>>>> Keelan >>>>>> >>>>>> >>>>>> On Mon, 23 May 2016 11:29:08 -0500 >>>>>> Fraser Baker via Houston < houston at pm.org> wrote: >>>>>> >>>>>> Hi Uri: >>>>>>> >>>>>>> I turned the firewall off on my laptop, and this made no >>>>>>> difference. >>>>>>> >>>>>>> Other sites from that server indeed display as expected. And as far >>>>>>> as I can tell, the configurations for the new domain are identical >>>>>>> to others, except for paths. As said, the >>>>>>> www.localmusic.live >>>>>>> plays if called from the server. >>>>>>> >>>>>>> Running telnet o www.localmusic.live[80] >>>>>>> could not open >>>>>>> connection ... >>>>>>> >>>>>>> Thanks for your comments. >>>>>>> >>>>>>> Fraser >>>>>>> >>>>>>> >>>>>>> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>>>>>> >>>>>>>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>>>>>> >>>>>>>>> Hi: >>>>>>>>> >>>>>>>>> I know that this is not a Perl issue, but I have been trying to >>>>>>>>> resolve this issue for several days and I know that several of >>>>>>>>> you are very aware of server issues. >>>>>>>>> >>>>>>>>> I bought the domain >>>>>>>>> www.localmusic.live a week ago, set the name >>>>>>>>> servers, configured my apache 2.4 server to play it and >>>>>>>>> configured my DNS server accordingly, I believe. I have done this >>>>>>>>> numerous times before successfully. >>>>>>>>> >>>>>>>>> When run from the server, >>>>>>>>> www.localmusic.live plays, which tells >>>>>>>>> me that the server is correctly configured. >>>>>>>>> >>>>>>>>> When run from my laptop, a 480 error results and the site is not >>>>>>>>> displayed. >>>>>>>>> >>>>>>>>> Tracert from the laptop gets to the right IP. >>>>>>>>> >>>>>>>>> Does anyone have a thought? >>>>>>>>> >>>>>>>>> >>>>>>>> a quick guess is some firewall rule is blocking the service. can >>>>>>>> you telnet to that service from outside? or other services exposed >>>>>>>> from that server? >>>>>>>> >>>>>>>> uri >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Houston mailing list >>>>>>>> Houston at pm.org >>>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>>> Website: http://houston.pm.org/ >>>>>>>> >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> Houston mailing list >>>>>>> Houston at pm.org >>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>> Website: http://houston.pm.org/ >>>>>>> >>>>>> _______________________________________________ >>>>>> Houston mailing list >>>>>> Houston at pm.org >>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>> Website: http://houston.pm.org/ >>>>>> >>>>>> _______________________________________________ >>>>> Houston mailing list >>>>> Houston at pm.org >>>>> http://mail.pm.org/mailman/listinfo/houston >>>>> Website: http://houston.pm.org/ >>>>> >>>> >>>> >>> _______________________________________________ >>> Houston mailing list >>> Houston at pm.org >>> http://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >> >> >> >> _______________________________________________ >> Houston mailing listHouston at pm.orghttp://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> > > > > _______________________________________________ > Houston mailing listHouston at pm.orghttp://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From julian at jlbprof.com Wed May 25 05:56:43 2016 From: julian at jlbprof.com (Julian Brown) Date: Wed, 25 May 2016 07:56:43 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: Or possibly implement it as a WebSocket? On Wed, May 25, 2016 at 7:55 AM, Julian Brown wrote: > If you are just continuously sending music out, that could make sense. > You may have to make an arrangement with a CDN and allow people to listen > to your "channel" on like VLC or iTunes or something. > > Julian > > On Tue, May 24, 2016 at 9:47 PM, Tyler Evans via Houston > wrote: > >> Thats a 408, not a 480. Looks like you transposed the numbers in the >> original email. >> >> That's a timeout and is probably being returned by apache because the >> script is taking too long to output content. >> >> Are you doing something with user-agents? when I do: `wget -O- >> www.localmusic.live` it returns successfully in about .1 seconds. >> >> If I do this instead: >> >> wget -O- --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; >> rv:21.0) Gecko/20100101 Firefox/21.0" www.localmusic.live >> >> well... I'm still waiting for that to complete. I assume at somepoint >> apache will give up and we'll get our 408 error. >> >> Are you doing any filtering/throttling on user-agents? or... I don't >> actually know what it could be, but it is user-agent related. >> >> On Tue, May 24, 2016 at 9:23 PM, Fraser Baker via Houston > > wrote: >> >>> Hi Andrea: >>> >>> I reviewed the DNS entries for saloonsandbands.com (99.65.251.60) and >>> localmusic.live (99.65.251.58) and as far as I can tell, they are >>> identical, except for the IP addresses and paths. >>> >>> Calling either localmusic.live or 99.65.251.58 on the server >>> successfully displays the page with appropriate entries being made in the >>> localmusic_access_log i.e. >>> >>> 99.65.251.58 - - [24/May/2016:20:25:52 -0500] "GET / HTTP/1.1" 304 - "-" >>> "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) >>> Chrome/49.0.2623.112 Safari/537.36" >>> >>> I view this as the apache configuration has been made correctly. >>> >>> Calling either localmusic.live or 99.65.251.58 from my laptop, or any >>> other device I have tried doesn't work. The following entry is made in the >>> access log: >>> >>> 50.175.253.35 - - [24/May/2016:20:38:14 -0500] "-" 408 - "-" "-" >>> >>> Tracert localmusic.live ends up at 99.65.251.58, which tells me that the >>> DNS is OK. >>> I have carefully reviewed everything I can think of without any clue >>> surfacing. >>> >>> Fraser >>> >>> >>> >>> On 5/24/2016 7:12 PM, Andrea Nall via Houston wrote: >>> >>> Those domain names point to two completely different IP addresses. Is >>> there anything special about .58 that isn't present on .60? >>> >>> On Tue, May 24, 2016 at 7:03 PM, Fraser Baker via Houston < >>> houston at pm.org> wrote: >>> >>>> Hi Andrea: >>>> >>>> www.SaloonsAndBands.com works, which is running from the same machine. >>>> As far as I can tell, the Apache config files are identical, except where >>>> they need to be different. >>>> >>>> And yes, its a bit weird, but I have been hosting my own websites from >>>> my own machines for some 25 years ... probably haven't kept up with the >>>> times. My project is gaining traction, and I intend to move it to HostGator >>>> soon. >>>> Fraser >>>> >>>> >>>> >>>> On 5/24/2016 4:30 PM, Andrea Nall via Houston wrote: >>>> >>>> You are running this from your home connection, yes? Is the server >>>> behind NAT? Is your laptop behind NAT? The same NAT? >>>> >>>> Can you please provide an example of a domain that is working from your >>>> laptop? 480 is a really weird status code for HTTP ( I believe that is a >>>> SIP status code ) >>>> >>>> On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston < >>>> houston at pm.org> wrote: >>>> >>>>> Yes, My home was flooded and the sheet rock is being replaced. I was >>>>> there mid-morning and noticed that the computer was not running. A worker >>>>> must have turned the power off. >>>>> >>>>> Fraser >>>>> >>>>> >>>>> >>>>> On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: >>>>> >>>>>> As of early this morning, the server does not seem to be responding at >>>>>> all. >>>>>> >>>>>> On Mon, 23 May 2016 12:28:36 -0500 >>>>>> Fraser Baker via Houston < houston at pm.org> wrote: >>>>>> >>>>>> Thank you Keelan: >>>>>>> >>>>>>> Thank you for your attention. If this perplexes you, it totally >>>>>>> mystifies me. >>>>>>> >>>>>>> Would this issue have anything to do with the new extension .live? >>>>>>> >>>>>>> Fraser >>>>>>> >>>>>>> On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: >>>>>>> >>>>>>>> Hello, >>>>>>>> >>>>>>>> So I can connect just fine with curl: >>>>>>>> $ curl -vv localmusic.live >>>>>>>> * Rebuilt URL to: localmusic.live/ >>>>>>>> * Trying 99.65.251.58... >>>>>>>> * Connected to localmusic.live (99.65.251.58) port 80 (#0) >>>>>>>> >>>>>>>>> GET / HTTP/1.1 >>>>>>>>> Host: localmusic.live >>>>>>>>> User-Agent: curl/7.47.0 >>>>>>>>> Accept: */* >>>>>>>>> >>>>>>>>> < HTTP/1.1 200 OK >>>>>>>> < Date: Mon, 23 May 2016 16:46:16 GMT >>>>>>>> < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t >>>>>>>> mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 >>>>>>>> 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" >>>>>>>> < Accept-Ranges: bytes >>>>>>>> < Content-Length: 391 >>>>>>>> < Content-Type: text/html >>>>>>>> < >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> HELLO FROM LOCALMUSIC.LIVE >>>>>>>> >>>>>>>> >>>>>>>> * Connection #0 to host localmusic.live left intact >>>>>>>> >>>>>>>> Strangly firefox times out as does the w3 validation service: >>>>>>>> >>>>>>>> https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F >>>>>>>> >>>>>>>> I can't seem to figure out why, from a tcpdump it just never gets a >>>>>>>> connection: >>>>>>>> >>>>>>>> 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win >>>>>>>> 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], >>>>>>>> length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, >>>>>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>>>>> 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq >>>>>>>> 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale >>>>>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 >>>>>>>> IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), >>>>>>>> length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum >>>>>>>> 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options >>>>>>>> [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos >>>>>>>> 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length >>>>>>>> 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 >>>>>>>> (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options >>>>>>>> [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / >>>>>>>> HTTP/1.1 Host: www.localmusic.live >>>>>>>> User-Agent: Mozilla/5.0 (X11; >>>>>>>> Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, >>>>>>>> win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, >>>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>>> www.localmusic.live User-Agent: >>>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>>> Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, >>>>>>>> win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, >>>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>>> www.localmusic.live User-Agent: >>>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>>> Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, >>>>>>>> win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, >>>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>>> www.localmusic.live User-Agent: >>>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>>> Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, >>>>>>>> win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, >>>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>>> www.localmusic.live User-Agent: >>>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>>> Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, >>>>>>>> win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, >>>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>>> www.localmusic.live User-Agent: >>>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>>> Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, >>>>>>>> win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, >>>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>>> www.localmusic.live User-Agent: >>>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>>> Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, >>>>>>>> win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, >>>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>>> www.localmusic.live User-Agent: >>>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>>> Firefox/45.0 Accept: >>>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>>> Connection: keep-alive >>>>>>>> >>>>>>>> >>>>>>>> Vs a curl which is happy as can be: >>>>>>>> 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: >>>>>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win >>>>>>>> 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], >>>>>>>> length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, >>>>>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>>>>> 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq >>>>>>>> 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale >>>>>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 >>>>>>>> IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), >>>>>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum >>>>>>>> 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options >>>>>>>> [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos >>>>>>>> 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length >>>>>>>> 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca >>>>>>>> (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options >>>>>>>> [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / >>>>>>>> HTTP/1.1 Host: www.localmusic.live >>>>>>>> User-Agent: curl/7.47.0 Accept: >>>>>>>> */* >>>>>>>> >>>>>>>> 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags >>>>>>>> [DF], proto TCP (6), length 352) 99.65.251.58.80 > >>>>>>>> 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, >>>>>>>> ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], >>>>>>>> length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May >>>>>>>> 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 >>>>>>>> OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 >>>>>>>> May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" >>>>>>>> Accept-Ranges: bytes Content-Length: 391 >>>>>>>> Content-Type: text/html >>>>>>>> >>>>>>>> 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], >>>>>>>> proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: >>>>>>>> Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win >>>>>>>> 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 >>>>>>>> 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags >>>>>>>> [DF], proto TCP (6), length 443) 99.65.251.58.80 > >>>>>>>> 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq >>>>>>>> 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr >>>>>>>> 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id >>>>>>>> 54521, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 >>>>>>>> (incorrect -> 0xae89), seq 84, ack 692, win 245, options >>>>>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP >>>>>>>> (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), >>>>>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum >>>>>>>> 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options >>>>>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP >>>>>>>> (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), >>>>>>>> length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum >>>>>>>> 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS >>>>>>>> val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl >>>>>>>> 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf >>>>>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>>>>> 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, >>>>>>>> id 18470, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>>>>> 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl >>>>>>>> 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 >>>>>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>>>>> 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, >>>>>>>> id 18471, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>>>>> 7935813 ecr 1544840], length 0 >>>>>>>> >>>>>>>> >>>>>>>> Keelan >>>>>>>> >>>>>>>> >>>>>>>> On Mon, 23 May 2016 11:29:08 -0500 >>>>>>>> Fraser Baker via Houston < houston at pm.org> wrote: >>>>>>>> >>>>>>>> Hi Uri: >>>>>>>>> >>>>>>>>> I turned the firewall off on my laptop, and this made no >>>>>>>>> difference. >>>>>>>>> >>>>>>>>> Other sites from that server indeed display as expected. And as far >>>>>>>>> as I can tell, the configurations for the new domain are identical >>>>>>>>> to others, except for paths. As said, the >>>>>>>>> www.localmusic.live >>>>>>>>> plays if called from the server. >>>>>>>>> >>>>>>>>> Running telnet o www.localmusic.live[80] >>>>>>>>> could not open >>>>>>>>> connection ... >>>>>>>>> >>>>>>>>> Thanks for your comments. >>>>>>>>> >>>>>>>>> Fraser >>>>>>>>> >>>>>>>>> >>>>>>>>> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>>>>>>>> >>>>>>>>>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>>>>>>>> >>>>>>>>>>> Hi: >>>>>>>>>>> >>>>>>>>>>> I know that this is not a Perl issue, but I have been trying to >>>>>>>>>>> resolve this issue for several days and I know that several of >>>>>>>>>>> you are very aware of server issues. >>>>>>>>>>> >>>>>>>>>>> I bought the domain >>>>>>>>>>> www.localmusic.live a week ago, set the name >>>>>>>>>>> servers, configured my apache 2.4 server to play it and >>>>>>>>>>> configured my DNS server accordingly, I believe. I have done this >>>>>>>>>>> numerous times before successfully. >>>>>>>>>>> >>>>>>>>>>> When run from the server, >>>>>>>>>>> www.localmusic.live plays, which tells >>>>>>>>>>> me that the server is correctly configured. >>>>>>>>>>> >>>>>>>>>>> When run from my laptop, a 480 error results and the site is not >>>>>>>>>>> displayed. >>>>>>>>>>> >>>>>>>>>>> Tracert from the laptop gets to the right IP. >>>>>>>>>>> >>>>>>>>>>> Does anyone have a thought? >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> a quick guess is some firewall rule is blocking the service. can >>>>>>>>>> you telnet to that service from outside? or other services exposed >>>>>>>>>> from that server? >>>>>>>>>> >>>>>>>>>> uri >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> Houston mailing list >>>>>>>>>> Houston at pm.org >>>>>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>>>>> Website: http://houston.pm.org/ >>>>>>>>>> >>>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Houston mailing list >>>>>>>>> Houston at pm.org >>>>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>>>> Website: http://houston.pm.org/ >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Houston mailing list >>>>>>>> Houston at pm.org >>>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>>> Website: http://houston.pm.org/ >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>> Houston mailing list >>>>>>> Houston at pm.org >>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>> Website: http://houston.pm.org/ >>>>>>> >>>>>> >>>>>> >>>>> _______________________________________________ >>>>> Houston mailing list >>>>> Houston at pm.org >>>>> http://mail.pm.org/mailman/listinfo/houston >>>>> Website: http://houston.pm.org/ >>>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Houston mailing listHouston at pm.orghttp://mail.pm.org/mailman/listinfo/houston >>>> Website: http://houston.pm.org/ >>>> >>>> >>>> >>>> _______________________________________________ >>>> Houston mailing list >>>> Houston at pm.org >>>> http://mail.pm.org/mailman/listinfo/houston >>>> Website: http://houston.pm.org/ >>>> >>> >>> >>> >>> _______________________________________________ >>> Houston mailing listHouston at pm.orghttp://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >>> >>> >>> _______________________________________________ >>> Houston mailing list >>> Houston at pm.org >>> http://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >> >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From julian at jlbprof.com Wed May 25 05:55:25 2016 From: julian at jlbprof.com (Julian Brown) Date: Wed, 25 May 2016 07:55:25 -0500 Subject: [pm-h] New Domain Not Running In-Reply-To: References: <80d836f6-c416-bb21-8fa8-b0ac9e87895a@sbcglobal.net> <5743290F.7070406@stemsystems.com> <85dfb6f2-73d3-895e-b9ca-9deab4c0e0f4@sbcglobal.net> <20160523121052.399c561f@kalogic> <20160524072612.15a77fae@cygnus> Message-ID: If you are just continuously sending music out, that could make sense. You may have to make an arrangement with a CDN and allow people to listen to your "channel" on like VLC or iTunes or something. Julian On Tue, May 24, 2016 at 9:47 PM, Tyler Evans via Houston wrote: > Thats a 408, not a 480. Looks like you transposed the numbers in the > original email. > > That's a timeout and is probably being returned by apache because the > script is taking too long to output content. > > Are you doing something with user-agents? when I do: `wget -O- > www.localmusic.live` it returns successfully in about .1 seconds. > > If I do this instead: > > wget -O- --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; > rv:21.0) Gecko/20100101 Firefox/21.0" www.localmusic.live > > well... I'm still waiting for that to complete. I assume at somepoint > apache will give up and we'll get our 408 error. > > Are you doing any filtering/throttling on user-agents? or... I don't > actually know what it could be, but it is user-agent related. > > On Tue, May 24, 2016 at 9:23 PM, Fraser Baker via Houston > wrote: > >> Hi Andrea: >> >> I reviewed the DNS entries for saloonsandbands.com (99.65.251.60) and >> localmusic.live (99.65.251.58) and as far as I can tell, they are >> identical, except for the IP addresses and paths. >> >> Calling either localmusic.live or 99.65.251.58 on the server successfully >> displays the page with appropriate entries being made in the >> localmusic_access_log i.e. >> >> 99.65.251.58 - - [24/May/2016:20:25:52 -0500] "GET / HTTP/1.1" 304 - "-" >> "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) >> Chrome/49.0.2623.112 Safari/537.36" >> >> I view this as the apache configuration has been made correctly. >> >> Calling either localmusic.live or 99.65.251.58 from my laptop, or any >> other device I have tried doesn't work. The following entry is made in the >> access log: >> >> 50.175.253.35 - - [24/May/2016:20:38:14 -0500] "-" 408 - "-" "-" >> >> Tracert localmusic.live ends up at 99.65.251.58, which tells me that the >> DNS is OK. >> I have carefully reviewed everything I can think of without any clue >> surfacing. >> >> Fraser >> >> >> >> On 5/24/2016 7:12 PM, Andrea Nall via Houston wrote: >> >> Those domain names point to two completely different IP addresses. Is >> there anything special about .58 that isn't present on .60? >> >> On Tue, May 24, 2016 at 7:03 PM, Fraser Baker via Houston < >> houston at pm.org> wrote: >> >>> Hi Andrea: >>> >>> www.SaloonsAndBands.com works, which is running from the same machine. >>> As far as I can tell, the Apache config files are identical, except where >>> they need to be different. >>> >>> And yes, its a bit weird, but I have been hosting my own websites from >>> my own machines for some 25 years ... probably haven't kept up with the >>> times. My project is gaining traction, and I intend to move it to HostGator >>> soon. >>> Fraser >>> >>> >>> >>> On 5/24/2016 4:30 PM, Andrea Nall via Houston wrote: >>> >>> You are running this from your home connection, yes? Is the server >>> behind NAT? Is your laptop behind NAT? The same NAT? >>> >>> Can you please provide an example of a domain that is working from your >>> laptop? 480 is a really weird status code for HTTP ( I believe that is a >>> SIP status code ) >>> >>> On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston < >>> houston at pm.org> wrote: >>> >>>> Yes, My home was flooded and the sheet rock is being replaced. I was >>>> there mid-morning and noticed that the computer was not running. A worker >>>> must have turned the power off. >>>> >>>> Fraser >>>> >>>> >>>> >>>> On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: >>>> >>>>> As of early this morning, the server does not seem to be responding at >>>>> all. >>>>> >>>>> On Mon, 23 May 2016 12:28:36 -0500 >>>>> Fraser Baker via Houston < houston at pm.org> wrote: >>>>> >>>>> Thank you Keelan: >>>>>> >>>>>> Thank you for your attention. If this perplexes you, it totally >>>>>> mystifies me. >>>>>> >>>>>> Would this issue have anything to do with the new extension .live? >>>>>> >>>>>> Fraser >>>>>> >>>>>> On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> So I can connect just fine with curl: >>>>>>> $ curl -vv localmusic.live >>>>>>> * Rebuilt URL to: localmusic.live/ >>>>>>> * Trying 99.65.251.58... >>>>>>> * Connected to localmusic.live (99.65.251.58) port 80 (#0) >>>>>>> >>>>>>>> GET / HTTP/1.1 >>>>>>>> Host: localmusic.live >>>>>>>> User-Agent: curl/7.47.0 >>>>>>>> Accept: */* >>>>>>>> >>>>>>>> < HTTP/1.1 200 OK >>>>>>> < Date: Mon, 23 May 2016 16:46:16 GMT >>>>>>> < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t >>>>>>> mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 >>>>>>> 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" >>>>>>> < Accept-Ranges: bytes >>>>>>> < Content-Length: 391 >>>>>>> < Content-Type: text/html >>>>>>> < >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> HELLO FROM LOCALMUSIC.LIVE >>>>>>> >>>>>>> >>>>>>> * Connection #0 to host localmusic.live left intact >>>>>>> >>>>>>> Strangly firefox times out as does the w3 validation service: >>>>>>> >>>>>>> https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.localmusic.live%2F >>>>>>> >>>>>>> I can't seem to figure out why, from a tcpdump it just never gets a >>>>>>> connection: >>>>>>> >>>>>>> 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], >>>>>>> proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win >>>>>>> 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], >>>>>>> length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, >>>>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>>>> 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq >>>>>>> 3607043838, ack 577836553, win 65535, options [mss 1350,nop,wscale >>>>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 >>>>>>> IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), >>>>>>> length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum >>>>>>> 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options >>>>>>> [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos >>>>>>> 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length >>>>>>> 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 >>>>>>> (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options >>>>>>> [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / >>>>>>> HTTP/1.1 Host: www.localmusic.live >>>>>>> User-Agent: Mozilla/5.0 (X11; >>>>>>> Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], >>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, >>>>>>> win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, >>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>> www.localmusic.live User-Agent: >>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>> Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], >>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, >>>>>>> win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, >>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>> www.localmusic.live User-Agent: >>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>> Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], >>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, >>>>>>> win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, >>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>> www.localmusic.live User-Agent: >>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>> Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], >>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, >>>>>>> win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, >>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>> www.localmusic.live User-Agent: >>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>> Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], >>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, >>>>>>> win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, >>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>> www.localmusic.live User-Agent: >>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>> Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], >>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, >>>>>>> win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, >>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>> www.localmusic.live User-Agent: >>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>> Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], >>>>>>> proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: >>>>>>> Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, >>>>>>> win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, >>>>>>> length: 289 GET / HTTP/1.1 Host: >>>>>>> www.localmusic.live User-Agent: >>>>>>> Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 >>>>>>> Firefox/45.0 Accept: >>>>>>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 >>>>>>> Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate >>>>>>> Connection: keep-alive >>>>>>> >>>>>>> >>>>>>> Vs a curl which is happy as can be: >>>>>>> 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], >>>>>>> proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: >>>>>>> Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win >>>>>>> 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], >>>>>>> length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, >>>>>>> flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > >>>>>>> 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq >>>>>>> 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale >>>>>>> 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 >>>>>>> IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), >>>>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum >>>>>>> 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options >>>>>>> [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos >>>>>>> 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length >>>>>>> 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca >>>>>>> (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options >>>>>>> [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / >>>>>>> HTTP/1.1 Host: www.localmusic.live >>>>>>> User-Agent: curl/7.47.0 Accept: >>>>>>> */* >>>>>>> >>>>>>> 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags >>>>>>> [DF], proto TCP (6), length 352) 99.65.251.58.80 > >>>>>>> 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, >>>>>>> ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], >>>>>>> length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May >>>>>>> 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 >>>>>>> OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 >>>>>>> May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" >>>>>>> Accept-Ranges: bytes Content-Length: 391 >>>>>>> Content-Type: text/html >>>>>>> >>>>>>> 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], >>>>>>> proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: >>>>>>> Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win >>>>>>> 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 >>>>>>> 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags >>>>>>> [DF], proto TCP (6), length 443) 99.65.251.58.80 > >>>>>>> 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq >>>>>>> 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr >>>>>>> 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id >>>>>>> 54521, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 >>>>>>> (incorrect -> 0xae89), seq 84, ack 692, win 245, options >>>>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP >>>>>>> (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), >>>>>>> length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum >>>>>>> 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options >>>>>>> [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP >>>>>>> (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), >>>>>>> length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum >>>>>>> 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS >>>>>>> val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl >>>>>>> 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf >>>>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>>>> 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, >>>>>>> id 18470, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>>>> 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl >>>>>>> 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>> 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 >>>>>>> (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val >>>>>>> 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, >>>>>>> id 18471, offset 0, flags [DF], proto TCP (6), length 52) >>>>>>> 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d >>>>>>> (correct), seq 85, ack 693, win 245, options [nop,nop,TS val >>>>>>> 7935813 ecr 1544840], length 0 >>>>>>> >>>>>>> >>>>>>> Keelan >>>>>>> >>>>>>> >>>>>>> On Mon, 23 May 2016 11:29:08 -0500 >>>>>>> Fraser Baker via Houston < houston at pm.org> wrote: >>>>>>> >>>>>>> Hi Uri: >>>>>>>> >>>>>>>> I turned the firewall off on my laptop, and this made no >>>>>>>> difference. >>>>>>>> >>>>>>>> Other sites from that server indeed display as expected. And as far >>>>>>>> as I can tell, the configurations for the new domain are identical >>>>>>>> to others, except for paths. As said, the >>>>>>>> www.localmusic.live >>>>>>>> plays if called from the server. >>>>>>>> >>>>>>>> Running telnet o www.localmusic.live[80] >>>>>>>> could not open >>>>>>>> connection ... >>>>>>>> >>>>>>>> Thanks for your comments. >>>>>>>> >>>>>>>> Fraser >>>>>>>> >>>>>>>> >>>>>>>> On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: >>>>>>>> >>>>>>>>> On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: >>>>>>>>> >>>>>>>>>> Hi: >>>>>>>>>> >>>>>>>>>> I know that this is not a Perl issue, but I have been trying to >>>>>>>>>> resolve this issue for several days and I know that several of >>>>>>>>>> you are very aware of server issues. >>>>>>>>>> >>>>>>>>>> I bought the domain >>>>>>>>>> www.localmusic.live a week ago, set the name >>>>>>>>>> servers, configured my apache 2.4 server to play it and >>>>>>>>>> configured my DNS server accordingly, I believe. I have done this >>>>>>>>>> numerous times before successfully. >>>>>>>>>> >>>>>>>>>> When run from the server, >>>>>>>>>> www.localmusic.live plays, which tells >>>>>>>>>> me that the server is correctly configured. >>>>>>>>>> >>>>>>>>>> When run from my laptop, a 480 error results and the site is not >>>>>>>>>> displayed. >>>>>>>>>> >>>>>>>>>> Tracert from the laptop gets to the right IP. >>>>>>>>>> >>>>>>>>>> Does anyone have a thought? >>>>>>>>>> >>>>>>>>>> >>>>>>>>> a quick guess is some firewall rule is blocking the service. can >>>>>>>>> you telnet to that service from outside? or other services exposed >>>>>>>>> from that server? >>>>>>>>> >>>>>>>>> uri >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> Houston mailing list >>>>>>>>> Houston at pm.org >>>>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>>>> Website: http://houston.pm.org/ >>>>>>>>> >>>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Houston mailing list >>>>>>>> Houston at pm.org >>>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>>> Website: http://houston.pm.org/ >>>>>>>> >>>>>>> _______________________________________________ >>>>>>> Houston mailing list >>>>>>> Houston at pm.org >>>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>>> Website: http://houston.pm.org/ >>>>>>> >>>>>>> _______________________________________________ >>>>>> Houston mailing list >>>>>> Houston at pm.org >>>>>> http://mail.pm.org/mailman/listinfo/houston >>>>>> Website: http://houston.pm.org/ >>>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> Houston mailing list >>>> Houston at pm.org >>>> http://mail.pm.org/mailman/listinfo/houston >>>> Website: http://houston.pm.org/ >>>> >>> >>> >>> >>> _______________________________________________ >>> Houston mailing listHouston at pm.orghttp://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >>> >>> >>> _______________________________________________ >>> Houston mailing list >>> Houston at pm.org >>> http://mail.pm.org/mailman/listinfo/houston >>> Website: http://houston.pm.org/ >>> >> >> >> >> _______________________________________________ >> Houston mailing listHouston at pm.orghttp://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> >> >> >> _______________________________________________ >> Houston mailing list >> Houston at pm.org >> http://mail.pm.org/mailman/listinfo/houston >> Website: http://houston.pm.org/ >> > > > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From john at nixnuts.net Thu May 26 08:23:34 2016 From: john at nixnuts.net (John Lightsey) Date: Thu, 26 May 2016 10:23:34 -0500 Subject: [pm-h] June Houston.pm meeting In-Reply-To: <20160519072926.768310c0@cygnus> References: <20160519072926.768310c0@cygnus> Message-ID: <1464276214.2500.3.camel@nixnuts.net> On Thu, 2016-05-19 at 07:29 -0500, G. Wade Johnson via Houston wrote: > Well, it's that time again. > > Our next meeting is June 9 at Hostgator. To have a meeting, we need a > topic. Any takers? >? If no one else has volunteered. I can do a talk about reconstructing an SQL injection from its fix. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: From julian at jlbprof.com Thu May 26 12:28:51 2016 From: julian at jlbprof.com (Julian Brown) Date: Thu, 26 May 2016 14:28:51 -0500 Subject: [pm-h] June Houston.pm meeting In-Reply-To: <1464276214.2500.3.camel@nixnuts.net> References: <20160519072926.768310c0@cygnus> <1464276214.2500.3.camel@nixnuts.net> Message-ID: That sounds good to me On Thu, May 26, 2016 at 10:23 AM, John Lightsey via Houston wrote: > On Thu, 2016-05-19 at 07:29 -0500, G. Wade Johnson via Houston wrote: > > Well, it's that time again. > > > > Our next meeting is June 9 at Hostgator. To have a meeting, we need a > > topic. Any takers? > > > > If no one else has volunteered. I can do a talk about reconstructing an SQL > injection from its fix. > _______________________________________________ > Houston mailing list > Houston at pm.org > http://mail.pm.org/mailman/listinfo/houston > Website: http://houston.pm.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwadej at anomaly.org Thu May 26 15:25:46 2016 From: gwadej at anomaly.org (G. Wade Johnson) Date: Thu, 26 May 2016 17:25:46 -0500 Subject: [pm-h] June Houston.pm meeting In-Reply-To: <1464276214.2500.3.camel@nixnuts.net> References: <20160519072926.768310c0@cygnus> <1464276214.2500.3.camel@nixnuts.net> Message-ID: <20160526172546.0c4d0ae0@cygnus> On Thu, 26 May 2016 10:23:34 -0500 John Lightsey via Houston wrote: > On Thu, 2016-05-19 at 07:29 -0500, G. Wade Johnson via Houston wrote: > > Well, it's that time again. > > > > Our next meeting is June 9 at Hostgator. To have a meeting, we need > > a topic. Any takers? > >? > > If no one else has volunteered. I can do a talk about reconstructing > an SQL injection from its fix. That sounds like fun. Let me know what you want to call it, and I'll announce. G. Wade -- "I can only conclude that I'm paying off karma at a vastly accelerated rate." -- Ivanova, "Points of Departure" From john at nixnuts.net Thu May 26 15:50:44 2016 From: john at nixnuts.net (John Lightsey) Date: Thu, 26 May 2016 17:50:44 -0500 Subject: [pm-h] June Houston.pm meeting In-Reply-To: <20160526172546.0c4d0ae0@cygnus> References: <20160519072926.768310c0@cygnus> <1464276214.2500.3.camel@nixnuts.net> <20160526172546.0c4d0ae0@cygnus> Message-ID: <1464303044.16411.2.camel@nixnuts.net> On Thu, 2016-05-26 at 17:25 -0500, G. Wade Johnson via Houston wrote: > On Thu, 26 May 2016 10:23:34 -0500 > John Lightsey via Houston wrote: > > > On Thu, 2016-05-19 at 07:29 -0500, G. Wade Johnson via Houston wrote: > > > Well, it's that time again. > > >? > > > Our next meeting is June 9 at Hostgator. To have a meeting, we need > > > a topic. Any takers? > > >? > >? > > If no one else has volunteered. I can do a talk about reconstructing > > an SQL injection from its fix. > > That sounds like fun. > > Let me know what you want to call it, and I'll announce. >? Just call it "Reconstructing?an SQL injection from its fix" -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: This is a digitally signed message part URL: From flbaker at sbcglobal.net Mon May 30 11:10:30 2016 From: flbaker at sbcglobal.net (Fraser Baker) Date: Mon, 30 May 2016 13:10:30 -0500 Subject: [pm-h] New Domain Not Running ... Update Message-ID: <001f01d1ba9e$8d82e560$a888b020$@sbcglobal.net> Hi: Thanks so much for the comments. I did learn a thing or two. Turns out that one of the NICs was not working properly. Now that it has been replaced, the server is performing as expected ? another bunch of hours of my life sucked into Internet oblivion. Fraser From: Houston [mailto:houston-bounces+flbaker=sbcglobal.net at pm.org] On Behalf Of Julian Brown via Houston Sent: Wednesday, May 25, 2016 7:55 AM To: Houston.pm located in Houston, TX. Cc: Julian Brown Subject: Re: [pm-h] New Domain Not Running If you are just continuously sending music out, that could make sense. You may have to make an arrangement with a CDN and allow people to listen to your "channel" on like VLC or iTunes or something. Julian On Tue, May 24, 2016 at 9:47 PM, Tyler Evans via Houston > wrote: Thats a 408, not a 480. Looks like you transposed the numbers in the original email. That's a timeout and is probably being returned by apache because the script is taking too long to output content. Are you doing something with user-agents? when I do: `wget -O- www.localmusic.live` it returns successfully in about .1 seconds. If I do this instead: wget -O- --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" www.localmusic.live well... I'm still waiting for that to complete. I assume at somepoint apache will give up and we'll get our 408 error. Are you doing any filtering/throttling on user-agents? or... I don't actually know what it could be, but it is user-agent related. On Tue, May 24, 2016 at 9:23 PM, Fraser Baker via Houston > wrote: Hi Andrea: I reviewed the DNS entries for saloonsandbands.com (99.65.251.60) and localmusic.live (99.65.251.58) and as far as I can tell, they are identical, except for the IP addresses and paths. Calling either localmusic.live or 99.65.251.58 on the server successfully displays the page with appropriate entries being made in the localmusic_access_log i.e. 99.65.251.58 - - [24/May/2016:20:25:52 -0500] "GET / HTTP/1.1" 304 - "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36" I view this as the apache configuration has been made correctly. Calling either localmusic.live or 99.65.251.58 from my laptop, or any other device I have tried doesn't work. The following entry is made in the access log: 50.175.253.35 - - [24/May/2016:20:38:14 -0500] "-" 408 - "-" "-" Tracert localmusic.live ends up at 99.65.251.58, which tells me that the DNS is OK. I have carefully reviewed everything I can think of without any clue surfacing. Fraser On 5/24/2016 7:12 PM, Andrea Nall via Houston wrote: Those domain names point to two completely different IP addresses. Is there anything special about .58 that isn't present on .60? On Tue, May 24, 2016 at 7:03 PM, Fraser Baker via Houston > wrote: Hi Andrea: www.SaloonsAndBands.com works, which is running from the same machine. As far as I can tell, the Apache config files are identical, except where they need to be different. And yes, its a bit weird, but I have been hosting my own websites from my own machines for some 25 years ... probably haven't kept up with the times. My project is gaining traction, and I intend to move it to HostGator soon. Fraser On 5/24/2016 4:30 PM, Andrea Nall via Houston wrote: You are running this from your home connection, yes? Is the server behind NAT? Is your laptop behind NAT? The same NAT? Can you please provide an example of a domain that is working from your laptop? 480 is a really weird status code for HTTP ( I believe that is a SIP status code ) On Tue, May 24, 2016 at 4:13 PM, Fraser Baker via Houston > wrote: Yes, My home was flooded and the sheet rock is being replaced. I was there mid-morning and noticed that the computer was not running. A worker must have turned the power off. Fraser On 5/24/2016 7:26 AM, G. Wade Johnson via Houston wrote: As of early this morning, the server does not seem to be responding at all. On Mon, 23 May 2016 12:28:36 -0500 Fraser Baker via Houston > wrote: Thank you Keelan: Thank you for your attention. If this perplexes you, it totally mystifies me. Would this issue have anything to do with the new extension .live? Fraser On 5/23/2016 12:10 PM, houstonperl--- via Houston wrote: Hello, So I can connect just fine with curl: $ curl -vv localmusic.live * Rebuilt URL to: localmusic.live/ * Trying 99.65.251.58... * Connected to localmusic.live (99.65.251.58) port 80 (#0) GET / HTTP/1.1 Host: localmusic.live User-Agent: curl/7.47.0 Accept: */* < HTTP/1.1 200 OK < Date: Mon, 23 May 2016 16:46:16 GMT < Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 < Last-Modified: Sat, 21 May 2016 21:27:58 GMT < ETag: "5000000004e69-187-53360e19d02d6" < Accept-Ranges: bytes < Content-Length: 391 < Content-Type: text/html < HELLO FROM LOCALMUSIC.LIVE * Connection #0 to host localmusic.live left intact Strangly firefox times out as does the w3 validation service: https://validator.w3.org/check?verbose=1 &uri=http%3A%2F%2Fwww.localmusic.live%2F I can't seem to figure out why, from a tcpdump it just never gets a connection: 12:08:33.834029 IP (tos 0x0, ttl 64, id 43340, offset 0, flags [DF], proto TCP (6), length 60) 172.21.0.191.32826 > 99.65.251.58.80: Flags [S], cksum 0x0b7f (incorrect -> 0x51df), seq 577836552, win 29200, options [mss 1460,sackOK,TS val 7913284 ecr 0,nop,wscale 7], length 0 12:08:33.874406 IP (tos 0x0, ttl 117, id 46678, offset 0, flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > 172.21.0.191.32826: Flags [S.], cksum 0x7c0c (correct), seq 3607043838 , ack 577836553, win 65535, options [mss 1350,nop,wscale 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:08:33.874439 IP (tos 0x0, ttl 64, id 43341, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32826 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0xfbbd), seq 1, ack 1, win 229, options [nop,nop,TS val 7913294 ecr 0], length 0 12:08:33.874524 IP (tos 0x0, ttl 64, id 43342, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1d61), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913294 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:34.111172 IP (tos 0x0, ttl 64, id 43343, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1d25), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913354 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:34.351172 IP (tos 0x0, ttl 64, id 43344, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1ce9), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913414 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:34.831184 IP (tos 0x0, ttl 64, id 43345, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1c71), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913534 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:35.791169 IP (tos 0x0, ttl 64, id 43346, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x1b81), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7913774 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:37.715176 IP (tos 0x0, ttl 64, id 43347, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x19a0), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7914255 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:41.559183 IP (tos 0x0, ttl 64, id 43348, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x15df), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7915216 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive 12:08:49.255195 IP (tos 0x0, ttl 64, id 43349, offset 0, flags [DF], proto TCP (6), length 341) 172.21.0.191.32826 > 99.65.251.58.80: Flags [P.], cksum 0x0c98 (incorrect -> 0x0e5b), seq 1:290, ack 1, win 229, options [nop,nop,TS val 7917140 ecr 0], length 289: HTTP, length: 289 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Connection: keep-alive Vs a curl which is happy as can be: 2:10:03.826323 IP (tos 0x0, ttl 64, id 54517, offset 0, flags [DF], proto TCP (6), length 60) 172.21.0.191.32926 > 99.65.251.58.80: Flags [S], cksum 0x0b7f (incorrect -> 0x5190), seq 481215443, win 29200, options [mss 1460,sackOK,TS val 7935782 ecr 0,nop,wscale 7], length 0 12:10:03.866734 IP (tos 0x0, ttl 117, id 46707, offset 0, flags [DF], proto TCP (6), length 64) 99.65.251.58.80 > 172.21.0.191.32926: Flags [S.], cksum 0x1c7b (correct), seq 1017671802, ack 481215444, win 65535, options [mss 1350,nop,wscale 0,nop,nop,TS val 0 ecr 0,nop,nop,sackOK], length 0 12:10:03.866768 IP (tos 0x0, ttl 64, id 54518, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0x444a), seq 1, ack 1, win 229, options [nop,nop,TS val 7935792 ecr 0], length 0 12:10:03.866823 IP (tos 0x0, ttl 64, id 54519, offset 0, flags [DF], proto TCP (6), length 135) 172.21.0.191.32926 > 99.65.251.58.80: Flags [P.], cksum 0x0bca (incorrect -> 0x0a66), seq 1:84, ack 1, win 229, options [nop,nop,TS val 7935792 ecr 0], length 83: HTTP, length: 83 GET / HTTP/1.1 Host: www.localmusic.live User-Agent: curl/7.47.0 Accept: */* 12:10:03.906977 IP (tos 0x0, ttl 117, id 46708, offset 0, flags [DF], proto TCP (6), length 352) 99.65.251.58.80 > 172.21.0.191.32926: Flags [P.], cksum 0xc36f (correct), seq 1:301, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], length 300: HTTP, length: 300 HTTP/1.1 200 OK Date: Mon, 23 May 2016 17:09:36 GMT Server: Apache/2.2.22 (Win32) mod_ssl/2.2.22 OpenSSL/0.9.8t mod_perl/2.0.8 Perl/v5.16.2 Last-Modified: Sat, 21 May 2016 21:27:58 GMT ETag: "5000000004e69-187-53360e19d02d6" Accept-Ranges: bytes Content-Length: 391 Content-Type: text/html 12:10:03.907005 IP (tos 0x0, ttl 64, id 54520, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0xb019), seq 84, ack 301, win 237, options [nop,nop,TS val 7935802 ecr 1544840], length 0 12:10:03.907994 IP (tos 0x0, ttl 117, id 46709, offset 0, flags [DF], proto TCP (6), length 443) 99.65.251.58.80 > 172.21.0.191.32926: Flags [P.], cksum 0x28da (correct), seq 301:692, ack 84, win 65452, options [nop,nop,TS val 1544840 ecr 7935792], length 391: HTTP 12:10:03.908003 IP (tos 0x0, ttl 64, id 54521, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0x0b77 (incorrect -> 0xae89), seq 84, ack 692, win 245, options [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.908092 IP (tos 0x0, ttl 64, id 54522, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [F.], cksum 0x0b77 (incorrect -> 0xae88), seq 84, ack 692, win 245, options [nop,nop,TS val 7935803 ecr 1544840], length 0 12:10:03.946842 IP (tos 0x0, ttl 117, id 46710, offset 0, flags [DF], proto TCP (6), length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 ecr 7935803], length 0 12:10:03.947531 IP (tos 0x0, ttl 117, id 46712, offset 0, flags [DF], proto TCP (6), length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [F.], cksum 0xafcf (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 ecr 7935803], length 0 12:10:03.947551 IP (tos 0x0, ttl 64, id 18470, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d (correct), seq 85, ack 693, win 245, options [nop,nop,TS val 7935813 ecr 1544840], length 0 12:10:03.947554 IP (tos 0x0, ttl 117, id 46711, offset 0, flags [DF], proto TCP (6), length 52) 99.65.251.58.80 > 172.21.0.191.32926: Flags [.], cksum 0xafd0 (correct), seq 692, ack 85, win 65452, options [nop,nop,TS val 1544840 ecr 7935803], length 0 12:10:03.947557 IP (tos 0x0, ttl 64, id 18471, offset 0, flags [DF], proto TCP (6), length 52) 172.21.0.191.32926 > 99.65.251.58.80: Flags [.], cksum 0xae7d (correct), seq 85, ack 693, win 245, options [nop,nop,TS val 7935813 ecr 1544840], length 0 Keelan On Mon, 23 May 2016 11:29:08 -0500 Fraser Baker via Houston > wrote: Hi Uri: I turned the firewall off on my laptop, and this made no difference. Other sites from that server indeed display as expected. And as far as I can tell, the configurations for the new domain are identical to others, except for paths. As said, the www.localmusic.live plays if called from the server. Running telnet o www.localmusic.live [80] could not open connection ... Thanks for your comments. Fraser On 5/23/2016 11:00 AM, Uri Guttman via Houston wrote: On 05/23/2016 11:53 AM, Fraser Baker via Houston wrote: Hi: I know that this is not a Perl issue, but I have been trying to resolve this issue for several days and I know that several of you are very aware of server issues. I bought the domain www.localmusic.live a week ago, set the name servers, configured my apache 2.4 server to play it and configured my DNS server accordingly, I believe. I have done this numerous times before successfully. When run from the server, www.localmusic.live plays, which tells me that the server is correctly configured. When run from my laptop, a 480 error results and the site is not displayed. Tracert from the laptop gets to the right IP. Does anyone have a thought? a quick guess is some firewall rule is blocking the service. can you telnet to that service from outside? or other services exposed from that server? uri _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _______________________________________________ Houston mailing list Houston at pm.org http://mail.pm.org/mailman/listinfo/houston Website: http://houston.pm.org/ _____ No virus found in this message. Checked by AVG - www.avg.com Version: 2016.0.7639 / Virus Database: 4591/12327 - Release Date: 05/30/16 -------------- next part -------------- An HTML attachment was scrubbed... URL: