00:00:01
| * ircretary | quit (Remote host closed the connection) |
00:00:08
| * ircretary | joined |
00:00:50
| * sub_pop | joined |
00:07:39
| <_pants> | thanks julianduque, i just tried and am now getting https://gist.github.com/skivvies/082afde3aeef6fb745e1 |
00:08:02
| <_pants> | maybe it's my error though? |
00:10:54
| <_pants> | julianduque: changed the start script from node ./node_modules/.bin/http-server… to ./node_modules/.bin/http-server… and now deploy succeeded, but http://getlantern.nodejitsu.com/ gives me 502 parse error |
00:11:00
| <_pants> | rolling back to an earlier version... |
00:11:59
| <_pants> | grr |
00:12:36
| <_pants> | julianduque: i noticed http://package.json.jit.su/ has a start script of "node ./bin/http-server" too, i wonder if that's setting a bad example |
00:13:29
| <julianduque> | _pants: it depends where your start script is |
00:13:47
| <julianduque> | _pants: let me check whats happening, it seems like a non http app is running |
00:15:15
| <_pants> | julianduque: thanks so much. i'm just trying to install http-server from my fork (which accepts a new command line argument) and then call it from my start script with the new argument |
00:17:27
| * topwobble | quit (Quit: topwobble) |
00:21:29
| * brennanMKE | joined |
00:23:00
| * c4milo | joined |
00:23:30
| * topwobble | joined |
00:26:51
| * rossk | quit |
00:28:02
| * sub_pop | quit (Quit: Computer has gone to sleep.) |
00:28:59
| * julianduque | topic: Nodejitsu | Cloud stauts: All systems go! - http://status.nodejitsu.com/ | support@nodejitsu.com | IRC Support hours Mon-Fri 9am-8pm ET |
00:35:15
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
00:39:13
| * InconceivableB | quit (Read error: Connection reset by peer) |
00:42:45
| * InconceivableB | joined |
00:47:33
| * daviddias | quit |
00:49:15
| * Slaytorson | joined |
00:50:09
| * oky | quit (Quit: leaving) |
00:50:22
| * daviddias | joined |
00:55:15
| * sugarcane | joined |
01:06:41
| * indexzero | joined |
01:12:33
| * flockonus_ | joined |
01:12:34
| * flockonus_ | changed nick to flockonus |
01:13:40
| * flockonus | changed nick to fabiano |
01:15:17
| * leichtgewicht | joined |
01:15:20
| * kaspertidemann | quit |
01:36:13
| * abraxas | joined |
01:38:54
| * fabiano | changed nick to fabiano_ta |
01:40:41
| * kirbysayshi | quit (Quit: Leaving...) |
01:42:09
| * marcello3d | quit (Remote host closed the connection) |
01:42:46
| * marcello3d | joined |
01:46:35
| * abraxas | quit (Ping timeout: 272 seconds) |
01:47:08
| * abraxas | joined |
01:47:29
| * marcello3d | quit (Ping timeout: 272 seconds) |
01:48:22
| * kaspertidemann | joined |
01:53:27
| * frenchtoast | quit (Ping timeout: 245 seconds) |
01:54:17
| * jareddlc | quit (Remote host closed the connection) |
02:05:32
| * Sonicrida | joined |
02:11:16
| * kaspertidemann | quit |
02:26:02
| * sporto | quit (Quit: Computer has gone to sleep.) |
02:27:22
| * jmar777 | joined |
02:30:00
| * c4milo | quit (Read error: Connection reset by peer) |
02:30:13
| * c4milo | joined |
02:35:48
| * sugarcane | quit (Quit: Leaving...) |
02:45:45
| * indexzero | quit (Quit: indexzero) |
02:49:50
| * TooTallNate | quit (Quit: Computer has gone to sleep.) |
02:58:26
| * topwobble | quit (Quit: topwobble) |
03:04:30
| <_pants> | hi julianduque, are you still there by chance? |
03:05:01
| <julianduque> | _pants: yes |
03:06:18
| <_pants> | julianduque: great, thank you. could you please confirm what the right would be to specify my fork of http-server as a dependency, and then call it with some arguments from my start script? |
03:07:06
| <julianduque> | _pants: can I see your package.json? |
03:07:09
| <julianduque> | in a gist |
03:07:12
| <julianduque> | i'll take a look |
03:07:47
| <_pants> | julianduque: thanks so much! https://gist.github.com/skivvies/bd55c7c7fff0dd5a78da |
03:09:20
| * sporto | joined |
03:12:42
| <julianduque> | _pants: looks good to me |
03:12:59
| * Slaytorson | quit (Remote host closed the connection) |
03:13:11
| <_pants> | julianduque: hm, it was not working before, let me try deploying again |
03:13:47
| * InconceivableB | quit (Quit: Computer has gone to sleep.) |
03:14:07
| <_pants> | julianduque: just deployed and now http://getlantern.nodejitsu.com/ gives 502 "parse error" |
03:14:44
| <_pants> | same as when i tried 3 hours ago |
03:14:44
| <julianduque> | _pants: give me a sec, i'll investigate |
03:14:53
| <_pants> | julianduque: thanks! |
03:17:02
| <julianduque> | _pants: header is bad formed |
03:17:15
| <julianduque> | the strict-transport-security |
03:17:25
| <_pants> | how so? |
03:17:58
| <julianduque> | _pants: https://gist.github.com/julianduque/93b7a2538fa094213694 |
03:18:50
| <_pants> | julianduque: but if you run ./node_modules/.bin/http-server -p 8000 -c 300 -d false -H "Strict-Transport-Security: max-age=315360000" from the command line, it works fine |
03:18:53
| <julianduque> | _pants: remove the quotes |
03:19:32
| <julianduque> | "start": "./node_modules/.bin/http-server -p 8000 -c 300 -d false -H Strict-Transport-Security:max-age=315360000 |
03:19:35
| <_pants> | julianduque: removing the quotes would make the spaces no longer part of the -H argument |
03:19:36
| <julianduque> | that worked for me |
03:19:49
| <_pants> | julianduque: i'd at least have to backslash escape the spaces |
03:19:52
| <julianduque> | no |
03:19:57
| <julianduque> | remove the spaces |
03:20:02
| <_pants> | oh i see |
03:20:04
| <julianduque> | :) |
03:20:15
| <julianduque> | http reply was bad, thats why the parse error |
03:20:21
| <_pants> | i see |
03:20:53
| <_pants> | julianduque: and if i wanted to append "; includeSubdomains" to that header as in ./node_modules/.bin/http-server -p 8000 -c 300 -d false -H \"Strict-Transport-Security: max-age=315360000\", i'd just backslash-escape the semicolon? |
03:20:56
| <_pants> | oops |
03:21:00
| <_pants> | i meant as in https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security#Implementation |
03:21:24
| * thealanwattsriot | joined |
03:21:26
| <_pants> | so, https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security#Implementation |
03:21:31
| <_pants> | gah |
03:21:37
| <_pants> | not my day for copy/paste |
03:21:37
| <julianduque> | but, that is a https header only and we only allow to deploy http servers, so not sure if your balancers will rip that |
03:21:38
| <_pants> | ./node_modules/.bin/http-server -p 8000 -c 300 -d false -H Strict-Transport-Security:max-age=315360000\;\ includeSubdomains |
03:22:26
| <_pants> | julianduque: i'm not sure i follow. i was pleased to see that nodejitsu apps are available at both http://appid.nodejitsu.com *and* https://appid.nodejitsu.com |
03:22:51
| <julianduque> | _pants: yes, but thats handled by our balancers not by the app |
03:23:07
| * InconceivableB | joined |
03:23:21
| * InconceivableB | quit (Client Quit) |
03:23:44
| <julianduque> | _pants: if you want to force https you can do something like: https://www.nodejitsu.com/documentation/faq/#how-do-i-force-my-clients-to-use-https-with-my-application |
03:25:19
| <julianduque> | _pants: make sure the http response is good locally and try a new deploy :) |
03:25:23
| <_pants> | julianduque: thanks, but we actually have a mirror of our getlantern.nodejitsu.com site set up at getlantern.org, and i'm hoping the HSTS header gets mirrored over to getlantern.org too |
03:25:59
| <julianduque> | _pants: so try what you proposed with the space and make sure it works locally |
03:26:14
| <julianduque> | _pants: npm start and then curl -i localhost:8000 |
03:28:11
| <_pants> | julianduque: locally it works with the escaped semicolon and space, but when i deployed it i would get "not found" when i would hit http://getlantern.nodejitsu.com/ |
03:28:58
| <_pants> | julianduque: i took out the "\\;\\ includeSubdomains" from the "start" commandline and redeployed and now it's working again |
03:38:46
| * tymejv | joined |
03:38:52
| * bds | joined |
03:39:14
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
03:40:39
| * daviddias | quit (Remote host closed the connection) |
03:41:09
| * daviddias | joined |
03:41:51
| * indexzero | joined |
03:42:02
| * Diskerror | joined |
03:43:00
| <Diskerror> | Hey guys, I'm getting an over-capacity error when trying to confirm my account. |
03:43:39
| <Diskerror> | Woops. |
03:43:49
| <Diskerror> | Just checked the status, my bad. |
03:45:47
| * daviddias | quit (Ping timeout: 252 seconds) |
03:45:50
| * sub_pop | joined |
03:46:39
| <julianduque> | Diskerror: we are on a maintenance window right now, check http://twitter.com/nodejitsu or more updates |
03:47:10
| * don | joined |
03:47:34
| * don | changed nick to Guest55161 |
03:47:55
| <_pants> | julianduque: my HSTS header is working, and MaxCDN is mirroring it like a charm! If you go to https://getlantern.org (or https://getlantern.nodejitsu.com for that matter), and then try changing the http to https, your browser will change it back to https before it makes the request! |
03:48:15
| <_pants> | thanks for all your help |
03:48:31
| * sub_pop | quit (Client Quit) |
03:48:48
| <julianduque> | :) |
03:48:50
| <julianduque> | great |
03:48:55
| <_pants> | julianduque: i submitted a patch to http-server for this, btw: https://github.com/nodeapps/http-server/pull/64 |
03:49:25
| <_pants> | julianduque: do you know if Marak is still merging PRs on that? |
03:49:55
| <_pants> | happen to know |
03:50:05
| <julianduque> | _pants: no, but i'll ask permissions :) |
03:51:11
| <_pants> | julianduque: thanks! i also submitted a docs improvement (https://github.com/nodeapps/http-server/pull/59), and would love to submit patches for https://github.com/nodeapps/http-server/issues/63 and https://github.com/nodeapps/http-server/issues/65 if there's interest in supporting those requested features |
03:54:45
| <julianduque> | _pants: great, i'll see tomorrow what can I do |
03:55:56
| <_pants> | julianduque: thanks so much! |
03:56:31
| <julianduque> | _pants: to you :) |
03:56:39
| <_pants> | :) |
03:56:39
| * fabiano_ta | quit (Quit: fabiano_ta) |
03:56:48
| <_pants> | alright, i'm going to call it a day |
03:56:57
| <_pants> | good night #nodejitsu |
03:57:59
| <julianduque> | nite :) |
03:58:17
| * _pants | part ("zzZ") |
04:06:17
| * flockonus | joined |
04:14:57
| * guybrush | quit (Ping timeout: 252 seconds) |
04:15:18
| * guybrush | joined |
04:15:48
| * jmar777 | quit (Remote host closed the connection) |
04:16:26
| * bardu | joined |
04:17:41
| * rtnpro | joined |
04:18:05
| <bardu> | jitsu deploy: error: The Nodejitsu cloud is currently at capacity. ??? |
04:18:36
| <julianduque> | bardu: we are in maintenance mode right now |
04:19:08
| <bardu> | I see |
04:23:49
| * rtnpro | quit (Quit: Leaving...) |
04:25:11
| <jcrugzz> | bardu: yea that error output is terrible. you should be good to go now |
04:35:24
| <bardu> | deploying works, but it seems there is a issue with connecting to MongoDB |
04:36:51
| * pkgcloud-github | joined |
04:36:51
| * pkgcloud-github | part |
04:40:08
| * kaspertidemann | joined |
04:43:37
| * flockonus | quit (Quit: flockonus) |
04:44:44
| * tymejv | quit (Quit: Leaving) |
04:51:38
| * bardu | part |
04:53:10
| * _yoy_ | quit (Quit: Leaving...) |
04:54:22
| * _yoy_ | joined |
05:00:30
| * Guest55161 | quit (Quit: Page closed) |
05:20:03
| * daviddias | joined |
05:24:50
| * daviddias | quit (Ping timeout: 264 seconds) |
05:26:17
| <tpae> | yo |
05:26:27
| <tpae> | my server is down |
05:27:19
| <tpae> | https://www.irccloud.com/pastebin/ovaE3DMl |
05:27:21
| <jcrugzz> | tpae: whats the username/appame? im calming damages of the joyent server shutdown |
05:27:32
| <tpae> | jcrugzz: coutureio/coutureio-product-import |
05:29:37
| <jcrugzz> | tpae you are good to go, sry for the inconvenience, joyent did some damage to us |
05:31:35
| <tpae> | (rageguy) joyent!! |
05:31:38
| <tpae> | thanks jcrugzz ! |
05:38:37
| * sreeix | joined |
05:50:51
| * c4milo | quit |
05:52:38
| * c4milo | joined |
06:00:05
| * ipalreadytaken | joined |
06:01:40
| * marcello3d | joined |
06:40:17
| * marcello3d | quit (Remote host closed the connection) |
06:40:56
| * marcello3d | joined |
06:46:29
| * marcello3d | quit (Ping timeout: 252 seconds) |
06:47:41
| * Sonicrida | quit (Ping timeout: 272 seconds) |
06:52:47
| * c4milo | quit (Remote host closed the connection) |
07:06:51
| * kaspertidemann | quit |
07:14:37
| * daviddias | joined |
07:15:01
| * airandfingers | joined |
07:19:26
| * daviddias | quit (Ping timeout: 264 seconds) |
07:22:47
| * jcrugzz | quit (Ping timeout: 252 seconds) |
07:27:46
| * marcello3d | joined |
07:30:49
| * brennanMKE | quit (Remote host closed the connection) |
07:38:04
| * jonykrause | joined |
07:40:54
| * sporto | quit (Quit: Computer has gone to sleep.) |
07:49:11
| * marcello3d | quit (Ping timeout: 252 seconds) |
07:53:11
| * sreeix | quit (Quit: sreeix) |
07:53:25
| * jonykrause | quit (Remote host closed the connection) |
07:55:39
| * ipalreadytaken | quit (Remote host closed the connection) |
07:56:11
| * ipalreadytaken | joined |
07:58:52
| * airandfingers | quit (Read error: Connection reset by peer) |
08:00:50
| * ipalreadytaken | quit (Ping timeout: 264 seconds) |
08:00:52
| * flockonus | joined |
08:01:06
| * flockonus | quit (Client Quit) |
08:01:19
| * leichtgewicht | quit |
08:03:07
| * airandfingers | joined |
08:08:33
| * daviddias | joined |
08:10:56
| * wordjin | joined |
08:12:23
| <wordjin> | can you help me? |
08:12:33
| <wordjin> | my site www.wordjin.com |
08:12:52
| <wordjin> | user name: erdinckaradeniz |
08:13:04
| <wordjin> | 404 Not found: *.wordjin.com |
08:13:26
| * daviddias | quit (Ping timeout: 264 seconds) |
08:14:49
| <wordjin> | anyone help me? |
08:14:55
| * daviddias | joined |
08:16:21
| * FrenkyNet | joined |
08:16:40
| <wordjin> | help |
08:16:45
| <wordjin> | 404 Not found: *.wordjin.com |
08:16:52
| <wordjin> | user name: erdinckaradeniz |
08:18:09
| <wordjin> | help me |
08:18:24
| <wordjin> | user name: erdinckaradeniz 404 Not found: *.wordjin.com |
08:19:03
| <julianduque> | wordjin: can you check if it's good now? |
08:20:02
| * daviddias | quit (Ping timeout: 264 seconds) |
08:20:56
| <wordjin> | ok thank you |
08:25:19
| * sreeix | joined |
08:27:12
| * Diskerror | quit (Ping timeout: 272 seconds) |
08:32:04
| * brennanMKE | joined |
08:35:05
| * leichtgewicht | joined |
08:38:53
| * blevs | joined |
08:39:33
| * jonykrause | joined |
08:41:41
| * c4milo | joined |
08:43:41
| * wordjin | quit (Ping timeout: 272 seconds) |
08:44:09
| * marcello3d | joined |
08:44:35
| * brennanMKE | quit (Ping timeout: 272 seconds) |
08:47:01
| * c4milo | quit (Ping timeout: 272 seconds) |
08:48:31
| * marcello3d | quit (Ping timeout: 260 seconds) |
08:54:13
| * frenchtoast | joined |
08:54:51
| * joshontheweb | joined |
09:08:50
| * airandfingers | quit (Quit: airandfingers) |
09:09:06
| * daviddias | joined |
09:12:47
| * _yoy_ | quit (Ping timeout: 252 seconds) |
09:13:02
| * abraxas | quit (Remote host closed the connection) |
09:13:43
| * daviddias | quit (Ping timeout: 272 seconds) |
09:13:52
| * _yoy_ | joined |
09:15:10
| * abraxas | joined |
09:18:27
| * sreeix | quit (Quit: sreeix) |
09:23:58
| * indexzero | quit (Quit: indexzero) |
09:30:58
| * notleigh | joined |
09:31:55
| <notleigh> | Hey there! Is it possible to delist a jit.su subdomain for a specific account (so that a different account yet to be set up can use it)? |
09:40:33
| * marcello3d | joined |
09:41:07
| * sreeix | joined |
09:41:41
| * brennanMKE | joined |
09:44:46
| * marcello3d | quit (Ping timeout: 246 seconds) |
09:45:49
| * brennanMKE | quit (Ping timeout: 246 seconds) |
09:54:52
| * notleigh | quit (Quit: Leaving) |
09:56:43
| * joshontheweb | quit (Ping timeout: 265 seconds) |
10:03:03
| * joshontheweb | joined |
10:04:08
| * leichtge_ | joined |
10:05:41
| * leichtgewicht | quit (Read error: Operation timed out) |
10:06:25
| * rudasn | joined |
10:07:38
| * indexzero | joined |
10:09:24
| * daviddias | joined |
10:11:00
| * leichtge_ | quit (Remote host closed the connection) |
10:12:48
| * leichtgewicht | joined |
10:14:02
| * daviddias | quit (Ping timeout: 264 seconds) |
10:22:16
| * cesconix | joined |
10:29:54
| * Jester831 | quit (Quit: Leaving...) |
10:30:31
| * c4milo | joined |
10:30:44
| * standoo | joined |
10:30:46
| * kevino80 | joined |
10:33:15
| * Hebo | quit |
10:34:18
| * Vorex | joined |
10:34:59
| <Vorex> | Hi |
10:35:23
| * c4milo | quit (Ping timeout: 265 seconds) |
10:36:33
| * abraxas | quit (Remote host closed the connection) |
10:38:52
| <Vorex> | I have a little question about flatironjs if anyone can help me please. So is it possible to have two app in the same node application, like I would like to have an http app which will be managed (configuration, start, stop ...) by a CLI app. I have seen some post that says it is possible but no informations on how it can be made ? |
10:41:24
| * marcello3d | joined |
10:42:23
| * brennanMKE | joined |
10:45:44
| * marcello3d | quit (Ping timeout: 252 seconds) |
10:47:27
| * brennanMKE | quit (Ping timeout: 272 seconds) |
10:58:01
| * kevino80 | quit (Remote host closed the connection) |
11:03:44
| * daviddias | joined |
11:08:02
| * daviddias | quit (Ping timeout: 245 seconds) |
11:28:46
| * atomless | joined |
11:31:53
| * brennanMKE | joined |
11:35:16
| * brennanMKE | quit (Read error: Operation timed out) |
11:42:02
| * marcello3d | joined |
11:44:48
| * Vorex | quit (Ping timeout: 272 seconds) |
11:46:13
| * Vorex | joined |
11:46:34
| * marcello3d | quit (Ping timeout: 246 seconds) |
11:46:52
| <Vorex> | (re) |
11:47:50
| * sreeix | quit (Quit: sreeix) |
11:51:47
| * daviddias | joined |
11:54:18
| * Vorex | quit (Ping timeout: 272 seconds) |
11:58:11
| * InconceivableB | joined |
12:12:33
| * c4milo | joined |
12:16:50
| * topwobble | joined |
12:18:51
| * topwobble | quit (Client Quit) |
12:28:52
| * Latros | quit (Ping timeout: 245 seconds) |
12:32:37
| * sreeix | joined |
12:32:45
| * brennanMKE | joined |
12:36:58
| * brennanMKE | quit (Ping timeout: 246 seconds) |
12:37:25
| * abraxas | joined |
12:42:37
| * abraxas | quit (Ping timeout: 272 seconds) |
12:42:44
| * marcello3d | joined |
12:47:12
| * marcello3d | quit (Ping timeout: 245 seconds) |
12:54:01
| * frenchtoast | quit (Ping timeout: 272 seconds) |
13:17:46
| * frenchtoast | joined |
13:23:02
| * bds | quit (Ping timeout: 252 seconds) |
13:30:48
| * brennanMKE | joined |
13:32:31
| * brennanM_ | joined |
13:32:47
| * brennanMKE | quit (Read error: Connection reset by peer) |
13:35:34
| * thealanwattsriot | joined |
13:35:40
| * thealanwattsriot | quit (Max SendQ exceeded) |
13:36:14
| * thealanwattsriot | joined |
13:36:50
| * Sonicrida | joined |
13:37:20
| * brennanM_ | quit (Ping timeout: 252 seconds) |
13:40:23
| * leichtgewicht | quit (Remote host closed the connection) |
13:43:31
| * marcello3d | joined |
13:45:44
| * blevs | quit (Quit: Textual IRC Client: www.textualapp.com) |
13:48:02
| * marcello3d | quit (Ping timeout: 245 seconds) |
13:49:32
| * blevs | joined |
14:01:47
| * kevino80 | joined |
14:05:02
| * frenchtoast | quit (Ping timeout: 264 seconds) |
14:18:18
| * ben_alman | quit (Ping timeout: 252 seconds) |
14:31:14
| * sporto | joined |
14:33:19
| * brennanMKE | joined |
14:34:24
| * jmar777 | joined |
14:37:52
| * blevs | quit (Quit: Textual IRC Client: www.textualapp.com) |
14:38:03
| * brennanMKE | quit (Ping timeout: 260 seconds) |
14:40:39
| * blevs | joined |
14:43:29
| * frenchtoast | joined |
14:43:51
| * blevs_ | joined |
14:44:10
| * dejavu | joined |
14:44:19
| * romb | quit (Ping timeout: 272 seconds) |
14:44:30
| * marcello3d | joined |
14:45:54
| * zz_romb | joined |
14:46:02
| * zz_romb | changed nick to romb |
14:46:03
| * romb | quit (Changing host) |
14:46:03
| * romb | joined |
14:46:50
| * leichtgewicht | joined |
14:48:52
| * blevs | quit (Ping timeout: 245 seconds) |
14:49:01
| * marcello3d | quit (Ping timeout: 272 seconds) |
14:49:26
| * Samuel_Roldan | joined |
14:50:41
| * Samuel_Roldan | quit (Client Quit) |
14:51:41
| * Samuel_Roldan | joined |
14:54:35
| * sreeix | quit (Quit: sreeix) |
14:54:55
| * gregsmith | joined |
15:09:56
| * sporto | quit (Quit: Computer has gone to sleep.) |
15:10:05
| * topwobble | joined |
15:14:58
| * bds | joined |
15:18:26
| * indexzero | quit (Quit: indexzero) |
15:19:05
| * ben_alman | joined |
15:24:50
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
15:40:24
| * marcello3d | joined |
15:43:41
| * jaha | joined |
15:46:32
| * jaha | quit (Client Quit) |
15:47:15
| * jaha | joined |
15:49:22
| * jaha | quit (Client Quit) |
15:49:40
| * jaha | joined |
15:50:49
| * kevino80 | quit (Ping timeout: 272 seconds) |
15:53:17
| * daviddia_ | joined |
15:56:30
| * timmcg | joined |
15:56:38
| * daviddias | quit (Ping timeout: 264 seconds) |
15:56:58
| * daviddias | joined |
15:57:21
| * daviddia_ | quit (Read error: Connection reset by peer) |
15:57:47
| * Sonicrida | quit (Ping timeout: 272 seconds) |
16:01:17
| <timmcg> | I'm having trouble mapping a custom domain to my nodejitsu site. could the reason be that the subdomain on the custom domain redirecting to nodejitsu is the same as the nodejitsu subdomain? For example, would I have difficulty redirecting example.mysite.com to example.jit.su? |
16:01:36
| <Sly> | timmcg: nope. That wouldn't cause it. |
16:02:02
| <Sly> | timmcg: what's the problem you're having? |
16:02:13
| * kevino80 | joined |
16:02:31
| <timmcg> | I'm getting a 404 error |
16:02:46
| * airandfingers | joined |
16:02:48
| <timmcg> | mapping alive.apogroup.com to alive.jit.su |
16:03:02
| <timmcg> | it says Not found: *.apogroup.com |
16:03:07
| * sub_pop | joined |
16:03:24
| <timmcg> | my domains are set as [ "alive.apogroup.com", "apogroup.com" ] |
16:03:41
| <timmcg> | (I've been following the instructions at dns.jit.su) |
16:04:27
| * FrenkyNet | quit (Quit: /me is out: cd ~) |
16:06:05
| <Sly> | timmcg: give me a minute |
16:06:14
| <timmcg> | no problem. thanks for your help. |
16:07:19
| <Sly> | timmcg: you have "domain" and "domains" defined in your app package |
16:07:25
| <Sly> | "domain": "apogroup.com" |
16:07:32
| <Sly> | "domains": [ "alive.apogroup.com", "apogroup.com" ] |
16:07:38
| <Sly> | Try removing the "domain" one and see if that solves it. |
16:08:42
| * leed_ | joined |
16:09:24
| * sreeix | joined |
16:09:40
| <timmcg> | ah, I know I accidentally did that on a previous deploy, and then fixed the typo and re-deployed. the domain attribute is not currently in me package.json, do I need to expressly set it to null or something to clear it out? |
16:10:11
| <Sly> | timmcg: try `jitsu apps update` |
16:10:21
| * jcrugzz | joined |
16:11:00
| <timmcg> | perfect |
16:11:03
| <timmcg> | you guys are the best |
16:11:04
| <timmcg> | thanks! |
16:11:07
| <Sly> | No problem. :) |
16:11:17
| * leed_ | quit (Client Quit) |
16:13:34
| * timmcg | quit (Quit: Page closed) |
16:24:40
| * c4milo | quit (Remote host closed the connection) |
16:25:11
| * c4milo | joined |
16:36:02
| * sreeix | quit (Read error: Connection reset by peer) |
16:37:03
| * sreeix | joined |
16:37:15
| * kirbysayshi | joined |
16:38:48
| * npmbro | quit (Remote host closed the connection) |
16:40:34
| * jonykrause | quit |
16:41:02
| * Slaytorson | joined |
16:44:38
| * marcello3d | quit (Remote host closed the connection) |
16:45:12
| * marcello3d | joined |
16:49:49
| * npmbro | joined |
16:50:21
| * marcello3d | quit (Ping timeout: 272 seconds) |
16:51:56
| * leichtgewicht | quit (Remote host closed the connection) |
17:00:31
| * kevinohara80 | joined |
17:03:19
| * kevino80 | quit (Ping timeout: 246 seconds) |
17:03:28
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
17:16:57
| * Sonicrida | joined |
17:17:54
| * rashkov | joined |
17:20:25
| <rashkov> | I'm trying to use the nodejitsu node-http-proxy to pass requests onto an API server, however the API server runs on apache and needs to know the originally requested hostname in order to properly route the request. It seems like node-http-proxy rewrites the original hostname to an IP address. Anyone have experience with this? |
17:20:27
| * skeet70 | joined |
17:20:32
| * skeet70 | quit (Max SendQ exceeded) |
17:33:48
| * cesconix | quit (Quit: Computer has gone to sleep.) |
17:34:59
| * airandfingers | quit (Quit: airandfingers) |
17:35:48
| * atomless | quit (Quit: My iMac has gone to sleep. ZZZzzz…) |
17:40:55
| * rudasn | quit (Quit: rudasn) |
17:42:25
| * sreeix | quit (Quit: sreeix) |
17:44:43
| * marcello3d | joined |
17:45:30
| * rossk | joined |
17:46:53
| * atomless | joined |
17:50:09
| * frenchtoast | quit (Ping timeout: 272 seconds) |
17:50:11
| * thealanwattsriot | joined |
17:55:58
| <rashkov> | nm this did the trick: req.headers.host = 'api.example.com'; before sending the request on |
17:56:13
| * marcello3d | quit (Remote host closed the connection) |
18:01:32
| * Jester831 | joined |
18:03:13
| * Super_Sonicrida | joined |
18:04:22
| * rashkov | part |
18:05:21
| * Sonicrida | quit (Ping timeout: 272 seconds) |
18:06:00
| * Slaytors_ | joined |
18:08:29
| * Slaytorson | quit (Ping timeout: 252 seconds) |
18:15:06
| * marcello3d | joined |
18:16:16
| * rudasn | joined |
18:17:04
| * topwobble | quit (Quit: topwobble) |
18:17:15
| * jmar777 | quit (Remote host closed the connection) |
18:23:47
| * jetienne | quit (Quit: jetienne) |
18:25:33
| * kaspertidemann | joined |
18:27:03
| * rtnpro | joined |
18:33:09
| * jareddlc | joined |
18:38:21
| * TooTallNate | joined |
19:11:24
| * Arunoda_ | joined |
19:11:54
| * sarachipps | joined |
19:12:55
| * jcrugzz | quit (Ping timeout: 260 seconds) |
19:24:40
| * rtnpro | quit (Quit: Leaving...) |
19:41:20
| * kaspertidemann | quit |
19:42:56
| * jcrugzz | joined |
19:43:06
| * kaspertidemann | joined |
19:44:30
| * Efrem | quit (Quit: Efrem) |
19:46:33
| * Arunoda_ | quit (Remote host closed the connection) |
19:56:25
| * pkgcloud-github | joined |
19:56:26
| * pkgcloud-github | part |
19:58:31
| * ipalreadytaken | joined |
20:05:41
| * marcello3d | quit (Remote host closed the connection) |
20:06:05
| * marcello3d | joined |
20:10:16
| * TooTallNate | quit (Quit: Computer has gone to sleep.) |
20:26:54
| * kaspertidemann | quit |
20:30:52
| * jetienne | joined |
20:33:13
| * Jester831 | quit (Quit: Leaving...) |
20:38:24
| * gregsmith | quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
20:48:08
| * sarachipps | quit (Quit: sarachipps) |
20:51:23
| * julianduque | quit (Quit: leaving) |
20:51:31
| * julianduque | joined |
20:57:56
| * rudasn | quit (Quit: rudasn) |
21:01:01
| * jesse___ | joined |
21:01:59
| <jesse___> | Is there a request timeout limit of 30 seconds with nodejitsu? |
21:03:34
| * ipalreadytaken | quit |
21:03:44
| * InconceivableB | quit (Quit: Textual IRC Client: www.textualapp.com) |
21:03:53
| * gregsmith | joined |
21:06:18
| * cfritz | joined |
21:06:41
| <jesse___> | Is there any support here? |
21:07:18
| * Jester831 | joined |
21:09:14
| <julianduque> | jesse___: hello |
21:09:43
| <julianduque> | jesse___: I don't know the answer, not sure if that's the timeout and i'm not finding good information on the code and config |
21:09:48
| <julianduque> | so not sure |
21:12:33
| <jesse___> | Okay, thank you Julian. My issue is I need my clients of my API to upload files with unknown data sizes, which go to S3 after I scrap metadata from them. |
21:12:59
| * TooTallNate | joined |
21:15:12
| * daviddias | quit (Remote host closed the connection) |
21:15:52
| * daviddias | joined |
21:16:02
| * gregsmith | quit (Quit: Textual IRC Client: www.textualapp.com) |
21:18:11
| * daviddia_ | joined |
21:18:23
| * daviddia_ | quit (Remote host closed the connection) |
21:19:02
| * daviddia_ | joined |
21:20:48
| * daviddias | quit (Ping timeout: 276 seconds) |
21:22:17
| <jesse___> | @julianduque looks like there isn't a limit, I've gone a head and tested it a couple times with requests lasting 100+ seconds |
21:24:28
| <julianduque> | jesse___: good to know |
21:30:49
| * standoo | quit (Quit: standoo) |
21:33:32
| * daviddia_ | quit |
21:36:06
| * daviddias | joined |
21:39:58
| * Slaytors_ | quit (Read error: No route to host) |
21:40:11
| * Slaytorson | joined |
21:42:47
| * cfritz | quit (Quit: This computer has gone to sleep) |
21:43:06
| * cfritz | joined |
21:45:17
| * Fishrock123 | joined |
21:46:13
| * blevs_ | quit (Quit: Computer has gone to sleep.) |
21:48:21
| * cjm | joined |
21:57:14
| * jesse___ | quit (Ping timeout: 272 seconds) |
21:58:36
| * sub_pop | quit (Quit: ["Textual IRC Client: www.textualapp.com"]) |
22:00:07
| * sub_pop | joined |
22:00:24
| * sub_pop | quit (Client Quit) |
22:06:34
| * sub_pop | joined |
22:08:30
| * Jester831 | quit (Quit: Leaving...) |
22:10:41
| * Furthr | joined |
22:11:51
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
22:11:52
| <Furthr> | Hey there, today our Website was down and it won't restart. Can someone at Nodejitsu help me troubleshoot the issue? The domain is furthr.la |
22:12:05
| * marcello3d | part ("adios, space cowboy") |
22:13:32
| <Furthr> | Can I get support here? |
22:14:51
| <Furthr> | Here is some more info. If I use the domain provided by Nodejitsu I'm getting the following error. 502 Reached max retries limit |
22:15:11
| <Furthr> | If I go straight to the furthr.la domain I get: 404 Not found: *.furthr.la |
22:17:26
| * cfritz | quit (Quit: This computer has gone to sleep) |
22:18:47
| <Furthr> | Hey guys, does anyone know how we can obtain support on this problem that is preventing our clients from visiting to our Website? |
22:26:40
| * `3rdEden | changed nick to `3E|Zz |
22:28:54
| <Furthr> | So what's up, are we shooting in the dark here? Is there another way to get support from Nodejitsu? |
22:29:44
| * ben_alman | quit (Ping timeout: 252 seconds) |
22:30:25
| * npmbro | quit (Remote host closed the connection) |
22:31:05
| * npmbro | joined |
22:31:25
| * Jester831 | joined |
22:31:45
| * kevinohara80 | quit |
22:32:11
| <julianduque> | Furthr: let me check |
22:33:26
| <julianduque> | Furthr: it should be fine now, sorry for the inconveniences, this was caused by joyent last night :/ |
22:36:14
| * Samuel_Roldan | quit (Ping timeout: 264 seconds) |
22:36:52
| * Jester831 | quit (Quit: Leaving...) |
22:37:42
| <Furthr> | This Joyent issue seems to be a reoccuring issue and it is not reporting anything on your status page. |
22:38:05
| <Furthr> | Do you have an SLA? |
22:40:16
| * standoo | joined |
22:43:34
| <julianduque> | Furthr: we reporte the maintenance on twitter and status yesterday but some apps were affected, sorry for the inconveniences |
22:44:16
| <julianduque> | Furthr: and no, we don't have a SLA defined |
22:47:11
| * Super_Sonicrida | quit (Ping timeout: 272 seconds) |
22:58:40
| * sub_pop | part ("["Textual IRC Client: www.textualapp.com"]") |
22:58:43
| * kaspertidemann | joined |
23:02:06
| * sporto | joined |
23:08:44
| * pkgcloud-github | joined |
23:08:44
| * pkgcloud-github | part |
23:09:01
| * InconceivableB | joined |
23:14:15
| * cfritz | joined |
23:32:56
| * Fishrock123 | quit (Remote host closed the connection) |
23:38:57
| * sporto | quit (Quit: Computer has gone to sleep.) |
23:40:54
| * sporto | joined |
23:44:22
| * atomless | quit (Quit: My iMac has gone to sleep. ZZZzzz…) |
23:50:43
| * jareddlc | quit (Remote host closed the connection) |
23:51:29
| * InconceivableB | quit (Quit: Textual IRC Client: www.textualapp.com) |
23:51:34
| * cfritz | quit (Quit: This computer has gone to sleep) |
23:53:25
| * bds | quit (Ping timeout: 272 seconds) |
23:53:49
| * jareddlc | joined |
23:54:38
| * standoo | quit (Quit: standoo) |
23:57:35
| * Fishrock123 | joined |