search for: bengtson

Displaying 12 results from an estimated 12 matches for "bengtson".

Did you mean: bengtsson
2006 Sep 08
2
URL authentication
Does your instance of icecast have CURL support compiled in? Without it authentication doesn't work I think. Furthermore, if you're running icecast in a chroot jail then you need to make sure the curl shared libraries are installed in the chroot jail as well. Regards, KJ Peter Bengtson wrote: > The icecast server isn't on a Mac, it just connects to a Mac for the > authentication. Icecast is running on a Debian machine. And packet > sniffing shows very clearly no packets leaving the icecast server. > > 8 sep 2006 kl. 13.39 skrev Klauss Fumuldavijus: > >&...
2006 Sep 02
2
URL authentication
...with a client connection. And this shouldn't in itself inhibit authentication. It is difficult not to suspect an icecast 2.3.1 bug, but I'm still hoping it is some sort of XML typo or unannounced spec change. I would be most grateful for any help or ideas. Thanks in advance, / Peter Bengtson
2006 Sep 08
0
URL authentication
Isn't there anybody who has at least an idea what might be causing this? Or is URL authentication no longer considered a functional part of Icecast? / Peter Bengtson 2 sep 2006 kl. 11.29 skrev Peter Bengtson: > I can't get URL authentication to work. The notification script is > never called by icecast (v 2.3.1). > > This is the mount point: > > >> <mount> >> <mount-name>/tp.mp3</mount-name> &g...
2006 Sep 08
4
URL authentication
I had similar problems when my auth.php was on password protected http server...but after applying the following configuration i've got it working: <mount> <mount-name>/Test</mount-name> <authentication type="url"> <option name="listener_add" value="http://user:pass@127.0.0.1/auth/action.php"/> <option
2007 Jun 24
3
Fastest Way to run Rails
Hi, I am a bit confused about what is the fastest way to run a rails application. I have seen examples which use Apache, mongrel, lighthttpd, fastcgi etc. Is there a correct way to do it? Or is it just a personal choice? Thanks, Keith --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Oct 20
1
Re: URL authentication
Peter Bengtson <peter <at> peterbengtson.com> writes: > > Thanks for the pointer - CURL was indeed compiled in, but the library > version was too old. Upgrading CURL fixed it very nicely! > > / Peter Bengtson > Hello Peter, Is there possibility that you post your php script f...
2007 Jul 28
19
Harry Potter 5 - The order of the Phoenix
*Harry Potter 5 <http://www.gobsmack.info/Harry-Potter/>* *The Order of the Phoenix* *Harry Potter and His friends * ** *Wallpapers, Story and Video download* *Harry Potter 5 - The Order of the Phoenix<http://www.gobsmack.info/Harry-Potter/> * --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby
2006 Sep 08
0
URL authentication
...server. 8 sep 2006 kl. 13.39 skrev Klauss Fumuldavijus: > i think you'll have to sniff some packets going between icecast > server and wherever.tld > don't know will it work on mac, but on freebsd i'm using tcpflow... > > ----- Original Message ----- From: "Peter Bengtson" > <peter@peterbengtson.com> > To: <icecast@xiph.org> > Sent: Friday, September 08, 2006 2:22 PM > Subject: Re: [Icecast] URL authentication > > >> The php file is not password protected in itself, so >> authentication of the authentication page s...
2004 Jun 18
0
interpreter change from RW1.7 to RW1.8 reviewed at RW1.9
...ted on this list a dramatic performance loss of R1.8 compared to previous versions. As I did not receive any answer for this important observation, I try again with some more recent results. The slowdown happens when manipulating parts of objects in other environments. This severely impedes Henrik Bengtsons oo extensions and usage of my package ref. It would be great if it would be possible to recover the great performance R had until version 1.7. Identifying or solving this problem is far beyond my understanding of the interpreters internals, so please forgive me just sending this report without off...
2006 Apr 09
1
Join using :THROUGH - SQL is wrong even when using :SOURCE
Here''s a join table for an educational institution: create_table "student_appointments", :force => true do |t| t.column "supervisor_id", :integer, :default => 0, :null => false t.column "student_id", :integer, :default => 0, :null => false t.column "course_id", :integer, :default => 0, :null => false [other columns
2013 Sep 30
4
read.table() with quoted integers
Hi! It seems that read.table() in R 3.0.1 (Linux 64-bit) does not consider quoted integers as an acceptable value for columns for which colClasses="integer". But when colClasses is omitted, these columns are read as integer anyway. For example, let's consider a file named file.dat, containing: "1" "2" > read.table("file.dat",
2007 Feb 22
0
AJAX in-place editing of checkboxes and dropdowns?
I''m looking for a plugin or general directions on where to find code implementing not only in-place editing of text fields, but also of dropdowns and checkboxes. There is a recipe in "Rails Recipe", but it only covers dropdown menus, and chances are that there is a plugin somewhere out there. However, I''ve only found "InPlaceControls", which, it