[asterisk-users] Apache for FastAGI
Douglas Garstang
dgarstang at oneeighty.com
Tue Aug 22 07:35:58 MST 2006
> -----Original Message-----
> From: Jean-Michel Hiver [mailto:jhiver at ykoz.net]
> Sent: Tuesday, August 22, 2006 2:11 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Cc: ringwas at acm.org
> Subject: Re: [asterisk-users] Apache for FastAGI
>
>
> Douglas Garstang a écrit :
>
> >Here's an idea...
> >
> >Rather than writing your own multi-thread socket server for
> use with FastAGI, has anyone tried to use an Apache web
> server instead? After all, it does all that for you. I just
> gave it a shot, but Asterisk tries to send all the agi params
> to the web server, which it doesn't like it...
> >
> >
> Apache is an HTTP server, not a generic TCP server.
>
> Plus, using Perl's Net::Server is really easy.
>
> Besides, if you don't need to use AGI on a separate box, you can use
> perperl and get very fast execution times without having to
> worry about
> using a server at all.
>
> Assuming you use Perl for AGI scripting, which you should be doing
> anyways ;-)
*cough* You made a typo... you really meant to say 'python'. :P
Doug.
More information about the asterisk-users
mailing list