Google Groups Home
Help | Sign in
#833: Using cherryd with fastcgi, cherryd does not check for server.socket_file config settings
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
CherryPy  
View profile
 More options Jul 2, 1:31 am
From: CherryPy <t...@cherrypy.org>
Date: Wed, 02 Jul 2008 05:31:36 -0000
Local: Wed, Jul 2 2008 1:31 am
Subject: [CherryPy] #833: Using cherryd with fastcgi, cherryd does not check for server.socket_file config settings

#833: Using cherryd with fastcgi, cherryd does not check for server.socket_file
config settings
---------------------------+----------------------------------------------- -
 Reporter:  guest          |       Owner:  fumanchu        
     Type:  defect         |      Status:  new            
 Priority:  normal         |   Milestone:                  
Component:  CherryPy code  |    Keywords:  cherryd, fastcgi
---------------------------+----------------------------------------------- -
 When using the fastcgi option, cherryd requires a host/port combo for use
 with bindAddress, even if the global configuration provides a socket file
 to use instead. The cherryd code could be changed thusly:

 {{{
 sock_file = cherrypy.config.get('server.socket_file', None)
 if sock_file:
     bindAddress = sock_file
 else:
     fastcgi_port = cherrypy.config.get('server.socket_port', 4000)
     fastcgi_bindaddr = cherrypy.config.get('server.socket_host',
 '0.0.0.0')
     bindAddress = (fastcgi_bindaddr, fastcgi_port)
 }}}

 I'm not actually sure if that would work or not.

--
Ticket URL: <http://www.cherrypy.org/ticket/833>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CherryPy  
View profile
 More options Aug 26, 5:25 am
From: CherryPy <t...@cherrypy.org>
Date: Tue, 26 Aug 2008 09:25:35 -0000
Local: Tues, Aug 26 2008 5:25 am
Subject: Re: [CherryPy] #833: Using cherryd with fastcgi, cherryd does not check for server.socket_file config settings

#833: Using cherryd with fastcgi, cherryd does not check for server.socket_file
config settings
------------------------------+-------------------------------------------- -
 Reporter:  guest             |        Owner:  fumanchu
     Type:  defect            |       Status:  new    
 Priority:  high              |    Milestone:          
Component:  CherryPy code     |   Resolution:          
 Keywords:  cherryd, fastcgi  |  
------------------------------+-------------------------------------------- -
Changes (by asmu...@snap.tv):

  * cc:  => asmu...@snap.tv
  * priority:  normal => high

Comment:

 +1
 This works just fine for me.

--
Ticket URL: <http://www.cherrypy.org/ticket/833>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CherryPy  
View profile
 More options Sep 8, 8:06 am
From: CherryPy <t...@cherrypy.org>
Date: Mon, 08 Sep 2008 12:06:48 -0000
Local: Mon, Sep 8 2008 8:06 am
Subject: Re: [CherryPy] #833: Using cherryd with fastcgi, cherryd does not check for server.socket_file config settings

#833: Using cherryd with fastcgi, cherryd does not check for server.socket_file
config settings
------------------------------+-------------------------------------------- -
 Reporter:  guest             |        Owner:  fumanchu
     Type:  defect            |       Status:  new    
 Priority:  high              |    Milestone:          
Component:  CherryPy code     |   Resolution:          
 Keywords:  cherryd, fastcgi  |  
------------------------------+-------------------------------------------- -
Changes (by asmu...@snap.tv):

  * cc:  asmu...@snap.tv =>

Comment:

 This appears to have been fixed in [2018]. That's what I get for not
 looking at HEAD.

--
Ticket URL: <http://cherrypy.org/ticket/833>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CherryPy  
View profile
 More options Sep 27, 3:40 pm
From: CherryPy <t...@cherrypy.org>
Date: Sat, 27 Sep 2008 19:40:13 -0000
Local: Sat, Sep 27 2008 3:40 pm
Subject: Re: [CherryPy] #833: Using cherryd with fastcgi, cherryd does not check for server.socket_file config settings

#833: Using cherryd with fastcgi, cherryd does not check for server.socket_file
config settings
------------------------------+-------------------------------------------- -
 Reporter:  guest             |        Owner:  fumanchu
     Type:  defect            |       Status:  closed  
 Priority:  high              |    Milestone:  3.1    
Component:  CherryPy code     |   Resolution:  fixed  
 Keywords:  cherryd, fastcgi  |  
------------------------------+-------------------------------------------- -
Changes (by fumanchu):

  * milestone:  => 3.1
  * resolution:  => fixed
  * status:  new => closed

--
Ticket URL: <http://www.cherrypy.org/ticket/833>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google