I. install Apache with source code
In order to test the system, I downloaded the source code and compiled and installed an apache2.4. The installation process is simple. Note that parameters are added to configure.
Configuration:
./configure
FastCGI is indispensable in server development. Its usage is as follows:
while( FCGI_Accept() >= 0 ){ printf( "Content-type: text/plain \r\n" "Content-Length: %d\r\n" "Connection: close\r\n\r\n%s\r\n",
How to use CGI in Nginx
OriginWhen I found out what CGI really is, google SimpleCGI saw this article and read it a few times. I think it's good. There are several topics that interest me: CGI, FastCGI, and Nginx.
BodyFor the most part, lack of CGI
The two-level interface of the Discovery home page of the migration store shows a blank page, this HTTPS marketplace websiteAfter modifying Nginx configuration, display normalAdd toLocation ~ [^/]\.php (/|$) {#fastcgi_pass remote_php_ip:9000;Fastcgi_
The following describes three cache file Methods: fastcgi_cache and proxy_cache under nginx, memcache, and PHP File Cache. The following describes three cache file Methods: fastcgi_cache and proxy_cache under nginx, memcache, and PHP File
Powerful PHP debugging tool phpdbg php debugging tool
PHPDBG is a php sapi module that can control the PHP runtime environment without modifying code or affecting performance.PHPDBG aims to become a lightweight, powerful, and easy-to-use PHP
If you're not living under a rock, you should have heard the recent rise of a new understanding of the function as a service. In the open source community, Alex Ellis's [Openfaas] (Https://github.com/openfaas/faas) project received high attention
The phpdbg of the powerful tool of PHP debugging
Phpdbg is a PHP SAPI module that allows you to control the operating environment of PHP without modifying the code and without compromising performance.Phpdbg's goal is to be a lightweight, powerful
With the development and popularization of network, mail server is becoming an indispensable part of people's daily life. Today, many enterprises use Lotus Note, Exchange as a mail server inside the company. This paper mainly introduces a kind of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.