- typo
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2021 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.19
parent
9ab9f176d2
commit
68ebed3753
|
@ -141,7 +141,7 @@ int fcgi_spawn_connection(char *appPath, char *addr, unsigned short port, const
|
|||
|
||||
int i = 0;
|
||||
|
||||
/* is save as we limit to 256 childs */
|
||||
/* is safe as we limit to 256 childs */
|
||||
sprintf(cgi_childs, "PHP_FCGI_CHILDREN=%d", child_count);
|
||||
|
||||
if(fcgi_fd != FCGI_LISTENSOCK_FILENO) {
|
||||
|
|
Loading…
Reference in New Issue