CGI Fastcgi PHP-CGI PHP-FPM concept and relationship

cgi is a protocol for communication between web server and application processing (such as php parser or php-cgi) fastcgi is a standard used to improve the performance of cgi programs The steps of the cgi request: the web server calls the php parser to process the php program, the php parser will load the php.ini configuration file and initialize the execution environment. Long time-consuming php-fpm is a program that implements fastcgi and has been officially included by php.

cgi is a protocol for communication between web server and application processing (such as php parser or php-cgi) fastcgi is used to improve cgi Standard CGI request steps for program performance: the web server calls the php parser to process the php program, and the php parser loads the php.ini configuration file and initializes the execution environment. Long time-consuming php-fpm is a program that implements fastcgi and has been officially included by php.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 1620 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.