Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: users

FastCGI unix socket

 

 

Cherokee users RSS feed   Index | Next | Previous | View Threaded


jamespic at gmail

Aug 13, 2008, 1:36 AM

Post #1 of 9 (806 views)
Permalink
FastCGI unix socket

Hello everybody,
Is it possible to bind the FastCGI server to a unix socket?
Or at least: to make a behaviour to connect on the socket.

Regards, James
_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


alvaro at gnu

Aug 13, 2008, 1:45 AM

Post #2 of 9 (786 views)
Permalink
Re: FastCGI unix socket [In reply to]

On 13 Aug 2008, at 10:36, James Pic wrote:

> Is it possible to bind the FastCGI server to a unix socket?
> Or at least: to make a behaviour to connect on the socket.

Yes, it is. You only have to write a full path to the socket instead
of the host:port.

--
Greetings, alo.
http://www.alobbs.com/

_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


skinkie at xs4all

Aug 13, 2008, 1:58 AM

Post #3 of 9 (790 views)
Permalink
Re: FastCGI unix socket [In reply to]

On Wed, 13 Aug 2008, Alvaro Lopez Ortega wrote:

> On 13 Aug 2008, at 10:36, James Pic wrote:
>
> > Is it possible to bind the FastCGI server to a unix socket?
> > Or at least: to make a behaviour to connect on the socket.
>
> Yes, it is. You only have to write a full path to the socket instead
> of the host:port.

If that is the fix, you might close the bug on google :)


(Will make Milo *extremely* happy)

Stefan

_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


alvaro at gnu

Aug 13, 2008, 2:10 AM

Post #4 of 9 (784 views)
Permalink
Re: FastCGI unix socket [In reply to]

On 13 Aug 2008, at 10:58, Stefan de Konink wrote:
> On Wed, 13 Aug 2008, Alvaro Lopez Ortega wrote:
>> On 13 Aug 2008, at 10:36, James Pic wrote:
>>
>>> Is it possible to bind the FastCGI server to a unix socket?
>>> Or at least: to make a behaviour to connect on the socket.
>>
>> Yes, it is. You only have to write a full path to the socket instead
>> of the host:port.
>
> If that is the fix, you might close the bug on google :)

Well, it ought to work just setting the path. I'm going to give it a
try to ensure it is actually working alright.

> (Will make Milo *extremely* happy)

I wonder how a Unix socket could make someone so glad. ;-)

--
Greetings, alo.
http://www.alobbs.com/

_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


milovanderlinden at gmail

Aug 13, 2008, 2:22 AM

Post #5 of 9 (783 views)
Permalink
Re: FastCGI unix socket [In reply to]

*Starts cheering!*

My dreams of building the fastest mapservers in the world are getting in
sight!

thanks all for the effort!



Stefan de Konink wrote:
> On Wed, 13 Aug 2008, Alvaro Lopez Ortega wrote:
>
>> On 13 Aug 2008, at 10:36, James Pic wrote:
>>
>>> Is it possible to bind the FastCGI server to a unix socket?
>>> Or at least: to make a behaviour to connect on the socket.
>> Yes, it is. You only have to write a full path to the socket instead
>> of the host:port.
>
> If that is the fix, you might close the bug on google :)
>
>
> (Will make Milo *extremely* happy)
>
> Stefan
>
>

_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


alvaro at gnu

Aug 13, 2008, 4:19 AM

Post #6 of 9 (786 views)
Permalink
Re: FastCGI unix socket [In reply to]

On 13 Aug 2008, at 11:22, Milo van der Linden wrote:

> *Starts cheering!*
> My dreams of building the fastest mapservers in the world are
> getting in sight!
> thanks all for the effort!

It's working fine on trunk. Check it out at:
http://code.google.com/p/cherokee/issues/detail?id=58

Enjoy it! :-)

> Stefan de Konink wrote:
>> On Wed, 13 Aug 2008, Alvaro Lopez Ortega wrote:
>>> On 13 Aug 2008, at 10:36, James Pic wrote:
>>>
>>>> Is it possible to bind the FastCGI server to a unix socket?
>>>> Or at least: to make a behaviour to connect on the socket.
>>> Yes, it is. You only have to write a full path to the socket instead
>>> of the host:port.
>> If that is the fix, you might close the bug on google :)
>> (Will make Milo *extremely* happy)

--
Greetings, alo.
http://www.alobbs.com/

_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


jamespic at gmail

Aug 16, 2008, 7:50 AM

Post #7 of 9 (741 views)
Permalink
Re: FastCGI unix socket [In reply to]

Hi, sorry for the late answer (currently moving house).

Alvaro Lopez Ortega wrote:
> On 13 Aug 2008, at 11:22, Milo van der Linden wrote:
>> thanks all for the effort!

Thanks a lot!

>
> It's working fine on trunk. Check it out at:
> http://code.google.com/p/cherokee/issues/detail?id=58

I checked out the trunk as specified in the manual:
svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee

However, i can't find the INSTALL file mentionned in README, nor the configure
script.

Any tip please?

Regards, James.
_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


jamespic at gmail

Aug 16, 2008, 7:53 AM

Post #8 of 9 (749 views)
Permalink
Re: FastCGI unix socket [In reply to]

James Pic wrote:
> Hi, sorry for the late answer (currently moving house).
>
> Alvaro Lopez Ortega wrote:
> > On 13 Aug 2008, at 11:22, Milo van der Linden wrote:
> >> thanks all for the effort!
>
> Thanks a lot!
>
> >
> > It's working fine on trunk. Check it out at:
> > http://code.google.com/p/cherokee/issues/detail?id=58
>
> I checked out the trunk as specified in the manual:
> svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee
>
> However, i can't find the INSTALL file mentionned in README, nor the configure
> script.
>
> Any tip please?

Note that i did remove INSTALL and configure from svn:ignore in my local
checkout, did `svn --force up`, but still i can't get the files in my working
copy ...

Regards, James.
_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee


alvaro at gnu

Aug 16, 2008, 8:00 AM

Post #9 of 9 (744 views)
Permalink
Re: FastCGI unix socket [In reply to]

On 16 Aug 2008, at 16:50, James Pic wrote:

> I checked out the trunk as specified in the manual:
> svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee
>
> However, i can't find the INSTALL file mentionned in README, nor the
> configure
> script.
>
> Any tip please?


Execute the ./autogen.sh script. It'll copy the missing files and
generate the configure script.

--
Greetings, alo.
http://www.alobbs.com/

_______________________________________________
Cherokee mailing list
Cherokee[at]lists.octality.com
http://lists.octality.com/listinfo/cherokee

Cherokee users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.