Thursday, November 25, 2010

Customize the Nginx Server:Apache

  1. vi src/http/ngx_http_header_filter_module.c
  2. static char ngx_http_server_string[] = "Server: Apache" CRLF;
  3. static char ngx_http_server_full_string[] = "Server: Apache" CRLF;
  4. configure, make, make install.

No comments:

Post a Comment