IRC Log for #openid on 2011-04-07
Timestamps are in UTC.
- [00:34:22] * shigeta (~shigeta@sakkgw2.sixapart.jp) has joined #openid
- [01:15:44] * kengyu (~kengyu@114-45-57-248.dynamic.hinet.net) has joined #openid
- [01:59:23] * jfluhmann_ (~jfluhmann@69.39.55.26) has joined #openid
- [02:01:38] * EvilJStoker (jstoker@unaffiliated/jstoker) Quit (*.net *.split)
- [02:01:39] * sinuc (~sinuc@unaffiliated/sinuc) Quit (*.net *.split)
- [02:03:48] * EvilJStoker (jstoker@unaffiliated/jstoker) has joined #openid
- [02:03:49] * sinuc (~sinuc@unaffiliated/sinuc) has joined #openid
- [02:15:48] * jfluhmann_ is now known as jfluhmann_bedtim
- [03:00:14] * jfluhmann_bedtim is now known as jfluhmann_
- [03:54:42] * nonge_ (~nonge@p508297D4.dip.t-dialin.net) has joined #openid
- [03:58:48] * nonge__ (~nonge@p50829A60.dip.t-dialin.net) Quit (Ping timeout: 276 seconds)
- [04:55:05] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) has joined #openid
- [05:34:36] * jfluhmann__ (~jfluhmann@69.39.55.34) has joined #openid
- [05:38:16] * jfluhmann_ (~jfluhmann@69.39.55.26) Quit (Ping timeout: 240 seconds)
- [06:42:04] * kengyu (~kengyu@114-45-57-248.dynamic.hinet.net) Quit (Quit: 暫離)
- [07:59:22] * jfluhmann__ (~jfluhmann@69.39.55.34) Quit (Ping timeout: 246 seconds)
- [09:00:34] * kengyu (~kengyu@210.242.151.101) has joined #openid
- [09:07:54] * kengyu (~kengyu@210.242.151.101) Quit (Quit: 暫離)
- [09:16:56] * kengyu (~kengyu@210.242.151.101) has joined #openid
- [09:20:28] * kengyu (~kengyu@210.242.151.101) Quit (Remote host closed the connection)
- [09:25:04] * kengyu (~kengyu@210.242.151.101) has joined #openid
- [09:56:21] * kengyu (~kengyu@210.242.151.101) Quit (Quit: 暫離)
- [10:33:34] * niekie_ (~niek@CAcert/Assurer/niekie) Quit (Read error: Operation timed out)
- [10:35:42] * niekie (~niek@CAcert/Assurer/niekie) has joined #openid
- [11:07:16] * niekie (~niek@CAcert/Assurer/niekie) Quit (Read error: Operation timed out)
- [11:09:23] * niekie (~niek@CAcert/Assurer/niekie) has joined #openid
- [11:33:31] * niekie (~niek@CAcert/Assurer/niekie) Quit (Read error: Operation timed out)
- [11:36:57] * niekie (~niek@CAcert/Assurer/niekie) has joined #openid
- [11:51:32] * niekie (~niek@CAcert/Assurer/niekie) Quit (Quit: No Ping reply in 180 seconds.)
- [11:55:08] * niekie (~niek@CAcert/Assurer/niekie) has joined #openid
- [11:57:52] * niekie (~niek@CAcert/Assurer/niekie) Quit (Read error: Operation timed out)
- [12:01:23] * niekie (quasselcor@CAcert/Assurer/niekie) has joined #openid
- [12:43:21] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) Quit ()
- [13:31:41] * MacTed (~Thud@63.119.36.36) has joined #openid
- [13:33:43] * nonge_ (~nonge@p508297D4.dip.t-dialin.net) Quit (Quit: Verlassend)
- [13:57:05] * shigeta (~shigeta@sakkgw2.sixapart.jp) Quit (Remote host closed the connection)
- [15:39:47] * k42b3 (~k42b3@p5B135657.dip.t-dialin.net) has joined #openid
- [15:42:31] * niekie (quasselcor@CAcert/Assurer/niekie) Quit (Read error: Connection reset by peer)
- [16:32:20] * marclaporte (~Miranda@69.165.165.53) has joined #openid
- [17:13:02] * niekie (~niek@CAcert/Assurer/niekie) has joined #openid
- [17:34:32] * werdnativ (~werdnativ@S01060024369e6ac4.vn.shawcable.net) has joined #openid
- [21:16:00] * MacTed (~Thud@63.119.36.36) Quit ()
- [22:17:36] * lulzfish_4 (~troy@c-68-54-125-193.hsd1.il.comcast.net) has joined #openid
- [22:18:18] <lulzfish_4>
Slow motion channel, eh? Has anyone used mod_python for Apache with OpenID? I got the Python library but the examples are pretty confusing
- [22:28:13] <flaccid>
i used python-openid ages ago, i twas pretty good
- [22:31:49] <lulzfish_4>
I think I've got it figured out except for the session part
- [22:32:08] <lulzfish_4>
They want to use their own session class and I'm not sure how that interacts with mod_python's sessions
- [22:32:40] <flaccid>
it probably doesn't
- [22:32:58] <lulzfish_4>
I'm pretty new to web stuff, so I don't know exactly how sessions work anyway
- [22:33:11] <lulzfish_4>
But I thought mod_python would be involved since it ties in with apache
- [22:33:21] <lulzfish_4>
and I thought they were based on cookies or something
- [22:33:23] <flaccid>
i doubt it
- [22:33:27] <lulzfish_4>
hm
- [22:34:33] <flaccid>
so you served it with uwsgi instead of mod_python, uwsgi doesn't do sessions either
- [22:34:39] <flaccid>
this is the webapp that does them
- [22:34:41] <lulzfish_4>
uwsgi?
- [22:34:42] <flaccid>
though i could be wrong
- [22:34:45] <flaccid>
yes uwsgi
- [22:34:49] <flaccid>
or wsgi in general
- [22:34:54] <lulzfish_4>
Well I am using mod_python
- [22:34:57] <lulzfish_4>
And the PSP handler
- [22:40:55] <yangman>
is mod_python even still supported?
- [22:41:11] <lulzfish_4>
Did something better replace it?
- [22:41:13] <yangman>
i thought it was abandoned years ago in favour of wsgi
- [22:41:15] <lulzfish_4>
hm
- [22:42:46] <flaccid>
uwsgi + nginx ftw
- [22:48:02] <lulzfish_4>
I'm trying to get my test page to verify me with my google OpenID but it says "error fetching XRDS document: <urlopen error [Errno -2] Name or service not known>
- [22:48:05] <lulzfish_4>
"
- [22:48:17] <lulzfish_4>
which is a DiscoveryFailure
- [22:53:32] * k42b3 (~k42b3@p5B135657.dip.t-dialin.net) Quit ()
- [22:58:27] <lulzfish_4>
I wonder if I shouldn't just use PHP, there's probably better examples for that
- [22:58:52] <flaccid>
yuk
- [23:01:18] <lulzfish_4>
so don't use PHP?
- [23:01:51] <flaccid>
i wouldn't, but you're not me :)
- [23:02:05] <lulzfish_4>
I might... this is getting really confusing
- [23:02:23] <yangman>
the library isn't exactly straight forward...
- [23:48:09] * lulzfish_4 (~troy@c-68-54-125-193.hsd1.il.comcast.net) has left #openid
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.