| 00:00:05 | <basic`> do you have access to the modules.openmrs.org vhost? |
| 00:00:21 | <jmiranda> yeah |
| 00:01:13 | <basic`> can you add something like... RewriteRule ^modules$ modules/ [R] |
| 00:01:56 | <basic`> that will let http://dev2.openmrs.org/modules redirect properly to http://modules.openmrs.org/modules/ |
| 00:05:55 | <basic`> something funky is going on with that, maybe it's our end |
| 00:11:43 | <jmiranda> :) |
| 00:11:48 | <jmiranda> we're trying to figure it out |
| 00:12:06 | <jmiranda> https://modules.openmrs.org works fine |
| 00:12:08 | <Keelhaul> this is the end of you! |
| 00:12:49 | <jmiranda> http://modules.openmrs.org -> https://modules.openmrs.org/modules/.openmrs.org/modules/ |
| 00:14:18 | <jmiranda> that rewrite rule ... RewriteRule ^modules$ modules/ [R] |
| 00:14:33 | <jmiranda> nm |
| 00:14:42 | <jmiranda> Keelhaul, end of whom? |
| 00:14:54 | <Keelhaul> dunno |
| 00:18:19 | *** openmrs_2444 has quit IRC |
| 00:18:59 | <jmiranda> ok, Burke added that rule and removed a few others |
| 00:19:09 | <jmiranda> we're actually using this one now |
| 00:19:10 | <jmiranda> RedirectMatch (.*) https://modules.openmrs.org/modules$1 |
| 00:19:23 | <jmiranda> so basic` ... it looks like we're all good |
| 00:19:32 | <jmiranda> i'm going to grab some dinner and then do some more testing |
| 00:21:07 | <jmiranda> the DNS change is propagating, so i'll send a message out to our developers/implementers in about an hour to let them know it's kinda safe to start hitting dev and svn |
| 00:21:34 | <jmiranda> thanks for all your work over the past few weeks |
| 00:21:50 | <jmiranda> i'm already in love with how fast i can create/update trac tickets |
| 00:25:39 | *** jmiranda_ has joined #openmrs |
| 00:41:40 | *** njero has quit IRC |
| 00:41:45 | *** jmiranda has quit IRC |
| 00:48:48 | *** njero has joined #openmrs |
| 00:48:48 | *** ChanServ sets mode: +v njero |
| 00:53:39 | *** _jmiranda_ has joined #openmrs |
| 00:57:14 | *** _jmiranda_ is now known as jmiranda |
| 00:57:21 | *** ChanServ sets mode: +o jmiranda |
| 01:21:39 | *** pearlbear has joined #openmrs |
| 01:21:39 | *** ChanServ sets mode: +v pearlbear |
| 01:23:02 | *** jmiranda_ has quit IRC |
| 01:55:20 | <basic`> jmiranda: good! im just happy things are working better |
| 01:56:41 | <basic`> jmiranda: what does your rewrite rule look like for modules? |
| 01:56:56 | <basic`> https://modules.openmrs.org/modules/modules/modules/modules/modules/ |
| 01:57:01 | <basic`> im able to keep doing that |
| 01:57:18 | <basic`> by visiting the http version of the site |
| 02:49:21 | <jmiranda> burke ended up using |
| 02:49:21 | <jmiranda> RedirectMatch (.*) https://modules.openmrs.org/modules$1 |
| 03:41:36 | <r0bby> hai |
| 03:52:15 | <basic`> jmiranda: hmm, that redirect adds the modules on to everything, i think you want RedirectMatch (.*) https://modules.openmrs.org/$1 |
| 03:52:26 | <basic`> i'm guessing the https vhost is redirecting the rest |
| 03:52:54 | <basic`> ex. visit http://modules.openmrs.org/modules/ |
| 04:02:23 | <jmiranda> ahh |
| 04:02:28 | <jmiranda> yeah, i'll try that |
| 04:02:51 | *** [mharrison] has joined #openmrs |
| 04:10:32 | <jmiranda> basic`, that works better but adds an aditional / before modules |
| 04:10:34 | <jmiranda> https://modules.openmrs.org//modules/ |
| 04:11:16 | <jmiranda> actually, i think that's the "https" RewriteMatch that causes the extra / to be appended |
| 04:11:42 | *** sioraiocht has joined #openmrs |
| 04:11:42 | *** ChanServ sets mode: +v sioraiocht |
| 04:17:06 | *** sioraioc_ has joined #openmrs |
| 04:19:53 | <basic`> ah, jmiranda try https://modules.openmrs.org$1 |
| 04:22:02 | <jmiranda> restarting apache |
| 04:22:22 | <basic`> :) |
| 04:23:07 | <jmiranda> that did it |
| 04:23:08 | <jmiranda> thanks |
| 04:23:17 | <basic`> great! no problem |
| 04:23:29 | <basic`> anything else you see that needs tweaking? |
| 04:23:31 | <jmiranda> that only works because of the "https" redirect though, right? |
| 04:24:25 | <jmiranda> not that i've seen |
| 04:24:32 | <basic`> so that will hit the http redirect, and then point to https://modules.openmrs.org(and anything after this) |
| 04:24:48 | <basic`> and then the rewrite rules in https take over |
| 04:24:53 | <jmiranda> ok |
| 04:25:09 | <basic`> i think before, it was adding the modules in http, then redirecting to https and adding it again |
| 04:25:29 | <basic`> so it'd keep appending a modules/ at the end of the url |
| 04:25:51 | <jmiranda> right |
| 04:27:03 | <basic`> glad it's going smoothly, i'll be on and off for the next couple hours, going to finish up this homework |
| 04:28:36 | <jmiranda> sure, i think i might take off as well |
| 04:28:47 | <jmiranda> i need to go through the google doc and thoroughly test |
| 04:29:08 | <jmiranda> i have something to go to tomorrow morning, but will finish up testing in the afternoon when i get back |
| 04:29:27 | <basic`> sounds good, i'll check back tomorrow night to follow up |
| 04:29:37 | <jmiranda> thanks again for all the effort on this |
| 04:29:48 | <jmiranda> it's been great working with you all |
| 04:30:05 | <Keelhaul> what have you guys been doing |
| 04:30:08 | <basic`> been a pleasure, im glad to help out, great project :) |
| 04:31:48 | *** sioraiocht has quit IRC |
| 04:34:43 | <r0bby> hmm |
| 04:34:54 | <r0bby> I def. have questions for darius...this will be fun |
| 04:35:08 | * r0bby pulls in htmlformentry |
| 04:40:43 | <jmiranda> r0bby, enjoy boston |
| 04:40:51 | <jmiranda> did you leave already? |
| 04:40:58 | <jmiranda> and are you going to be there on Monday? |
| 04:50:10 | *** sioraioc_ has quit IRC |
| 05:13:18 | <r0bby> jmiranda: yes |
| 05:13:21 | <r0bby> and no |
| 05:13:28 | <r0bby> I'm gonna give Darius a call in the am |
| 05:13:31 | *** Keelhaul has quit IRC |
| 05:13:35 | <r0bby> and meet up with him |
| 05:13:46 | <r0bby> I briefly looked over his new form module |
| 05:14:20 | <r0bby> it looks like he did groovy forms minus the groovy, with direct integration with the forms system |
| 05:14:54 | <r0bby> hopefully i can learn a bit |
| 05:14:54 | <r0bby> :) |
| 05:15:25 | <r0bby> jmiranda: I'm in boston (well just outside it but still) |
| 05:15:30 | <r0bby> (Waltham) |
| 05:17:04 | <r0bby> jmiranda: ever been to the Melting Pot? |
| 05:17:11 | <r0bby> awesome place :X |
| 05:17:31 | <jmiranda> fundu place? |
| 05:17:46 | <jmiranda> fondu |
| 05:20:00 | <r0bby> yup |
| 05:20:06 | <r0bby> amazing |
| 05:20:10 | <r0bby> 4 course meal |
| 05:20:25 | <r0bby> full after 3 |
| 05:20:49 | *** nribeka has joined #openmrs |
| 05:29:55 | *** nribeka has quit IRC |
| 05:30:38 | *** nribeka has joined #openmrs |
| 05:38:52 | *** nribeka has quit IRC |
| 05:46:10 | *** jmiranda has quit IRC |
| 05:55:00 | *** nribeka has joined #openmrs |
| 06:11:26 | *** nribeka has quit IRC |
| 06:12:10 | *** nribeka has joined #openmrs |
| 06:49:46 | *** nribeka has quit IRC |
| 07:30:10 | <OpenMRSBot-test> Recent updates in the world of openmrs: OpenMRS Forum: How can an IT Project Manager/Requirements Analyst get invol <http://forum.openmrs.org/viewtopic.php?f=11&t=408#p1416> |
| 07:30:11 | <OpenMRSBot> <http://ln-s.net/2LyV> (at forum.openmrs.org) |
| 07:40:29 | <OpenMRSBot> Recent updates in the world of openmrs: OpenMRS Forum: How can an IT Project Manager/Requirements Analyst get invol <http://forum.openmrs.org/viewtopic.php?f=11&t=408#p1416> |
| 07:40:30 | <OpenMRSBot-test> <http://ln-s.net/2LyV> (at forum.openmrs.org) |
| 08:09:57 | *** njero has quit IRC |
| 12:46:05 | *** njero has joined #openmrs |
| 12:46:05 | *** ChanServ sets mode: +v njero |
| 13:26:13 | *** TorLye has joined #openmrs |
| 13:39:26 | *** sioraiocht has joined #openmrs |
| 13:39:26 | *** ChanServ sets mode: +v sioraiocht |
| 13:50:13 | *** nribeka has joined #openmrs |
| 14:20:14 | *** nribeka has quit IRC |
| 14:23:05 | *** bwolfe has joined #openmrs |
| 14:23:05 | *** ChanServ sets mode: +o bwolfe |
| 14:28:00 | <bwolfe> basic`: A few chinks in the redirecting to modules still. :-/ |
| 14:28:14 | <bwolfe> basic`: try https://dev.openmrs.org/modules/view.jsp?module=formimportexport |
| 14:50:39 | <r0bby> hrm |
| 14:50:42 | <r0bby> just resalized |
| 14:51:15 | <r0bby> bwolfe: thanks for suggestion i meet up w/ darius |
| 14:51:29 | <r0bby> or pih |
| 14:51:36 | <r0bby> i should say |
| 14:51:50 | <r0bby> his module has a lot of crossovers with my design |
| 16:02:25 | *** jmiranda has joined #openmrs |
| 16:02:25 | *** ChanServ sets mode: +o jmiranda |
| 16:21:26 | <bwolfe> r0bby: did you end up meeting him ? |
| 17:42:02 | *** njero has quit IRC |
| 17:48:47 | *** Keelhaul has joined #openmrs |
| 17:48:47 | *** ChanServ sets mode: +v Keelhaul |
| 18:20:49 | <basic`> bwolfe: what does your redirect look like on your end? can you pastebin those somewhere for both http/https |
| 18:21:39 | <basic`> RewriteRule ^/modules(.*$) https://modules.openmrs.org/modules$1 |
| 18:22:05 | <basic`> that's what im using |
| 18:25:13 | <bwolfe> basic`: vhost_ssl for the modules.openmrs.org domain only has: "Redirectmatch ^/$ https://modules.openmrs.org/modules" |
| 18:25:51 | <bwolfe> and the vhost.conf for modules.openmrs.org only has "RedirectMatch (.*) https://modules.openmrs.org$1" |
| 18:37:23 | <basic`> bwolfe: alrighty, im not a rewrite expert -- i just asked Lance but i dont think he's around. Generally for http->https redirects we use "RewriteRule /(.*) https://somehost.osuosl.org/$1", and the https vhost doesnt redirect anything |
| 18:40:00 | <bwolfe> basic`: the https redirect is just sending requests to https://modules.openmrs.org to the /modules webapp |
| 19:00:03 | *** sioraiocht has quit IRC |
| 19:06:30 | *** jmiranda has quit IRC |
| 19:07:11 | *** jmiranda has joined #openmrs |
| 19:07:11 | *** ChanServ sets mode: +o jmiranda |
| 20:57:56 | <basic`> jmiranda: you've got mail, I think i fixed that dev2.openmrs.org issue |
| 21:14:54 | *** njero has joined #openmrs |
| 21:14:54 | *** ChanServ sets mode: +v njero |
| 22:46:24 | *** atomicturtle has joined #openmrs |
| 22:46:25 | *** atomicturtle has quit IRC |
| 22:52:06 | *** atomicturtle has joined #openmrs |
| 23:15:19 | *** pearlbear has quit IRC |
| 23:35:11 | *** atomicturtle1 has joined #openmrs |
| 23:50:18 | *** atomicturtle has quit IRC |