obsidieth: i tried it out the other day.
but i dont use split windows much, so ill stick with irssi for the time being up_the_irons: obsidieth: yeah, vertical split windows is why i switched away from irssi and to weechat
also, weechat's plugin arch is super nice. very easy to write plugins, and can be done in C, Perl, Python, Ruby, and Lua
instead of just Perl w/ irssi obsidieth: yeah i might have to give er another look
certainly looks powerfull, but i dont like change up_the_irons: right ballen: ok sleep time, later up_the_irons: later obsidieth: pz ***: ballen is now known as ballen|away
heavysixer has quit IRC (Read error: 110 (Connection timed out))
timburke_ has joined #arpnetworks
timburke has quit IRC (Read error: 60 (Operation timed out))
timburke has joined #arpnetworks
timburke_ has quit IRC (Read error: 104 (Connection reset by peer))
heavysixer has joined #arpnetworks
vtoms has joined #arpnetworks
timburke has quit IRC (Client Quit)
timburke has joined #arpnetworks
ballen|away is now known as ballen
ballen is now known as ballen|away mhoran: Any Apache gods in here? ***: ballen|away has quit IRC (Read error: 104 (Connection reset by peer))
timburke has quit IRC ("leaving")
timburke has joined #arpnetworks
vtoms has quit IRC ("Leaving.") up_the_irons: mhoran: i've used it a lot, but not a god mhoran: I'm having some reverse proxy issues.
My app server sometimes redirects users from an SSL link to a non-SSL link with the Location header and status 203.
302, rather.
ProxyPassReverse doesn't work in this instance, because the Location header is replaced with the server name of the current virtual host.
So, the desired behavior is, when this redirect is triggered in the SSL vhost, redirection to the non-SSL vhost.
I can't tell if that's possible. up_the_irons: (phone meeting) mike-burns: We push that into the app instead of at Apache. I don't know if we do that because we're lazy or because it's impossible otherwise. mhoran: That's basically what I did. This issue was triggered because we used to run the app server on ports 80 and 443, listening on 127 addresses. This proved to be a problem in our DR scenario, because Apache was configured to listen only on the external IP, meaning it'd have to be changed in a disaster situation.
So I hacked the app server code to drop the port numbers.
But that's a total hack.
The other solution I just came up with is to use ProxyPassReverse /nossl <url to replace> and then a RewriteRule for the corresponding Location header in the SSL vhost.
However, that results in an extra 302 redirect ...
Really, I want a substitute and replace for Location headers.
I think I'm going to go with the ProxyPassReverse and RewriteRule, instead of hackign the OpenACS code. mike-burns: You should blog about it after you figure it out. Save everyone the struggle later. ***: vtoms has joined #arpnetworks up_the_irons: mhoran: IMO, I'd put that behavior in app code, b/c if it is a hard requirement, it can be unit tested within app code. If it is not in app code, your app could pass all unit tests, but a mis-configuration of apache breaks it ***: ballen has joined #arpnetworks
vtoms has quit IRC ("Leaving.")
ballen is now known as ballen|away
ballen|away is now known as ballen
ballen is now known as ballen|away
vtoms has joined #arpnetworks
ballen|away is now known as ballen
ballen is now known as ballen|away
obsidiet1 has joined #arpnetworks
vtoms has quit IRC ("Leaving.")
obsidieth has quit IRC (Read error: 110 (Connection timed out))
vtoms has joined #arpnetworks
vtoms has quit IRC (Remote closed the connection)
vtoms has joined #arpnetworks
vtoms has quit IRC ("Leaving.")
ballen|away is now known as ballen
vtoms has joined #arpnetworks
vtoms has quit IRC ("Leaving.")
vtoms has joined #arpnetworks
ballen is now known as ballen|away
ballen|away is now known as ballen
vtoms has quit IRC ("Leaving.")
ballen has quit IRC ()
obsidiet1 is now known as obsidieth up_the_irons: how's it hangin in here Qsource: 'sup