get_fastcgi_dest
int get_fastcgi_dest(struct server_config *, const char *, char *);
if (get_fastcgi_dest(srv_conf, $3, FCGI_DEFAULT_PORT)
if (get_fastcgi_dest(srv_conf, $3, $4) == -1) {