컴 파일 Tengine

2856 단어 Engine
다음 taobao 오픈 소스 의 tengine 을 다운로드 하 였 습 니 다. make 시 2 개의 error 가 있 습 니 다. 그러나 obbs / MakeFile 설정 파일 을 수정 하 였 습 니 다. 컴 파일 에 성공 하 였 습 니 다. 추 가 된 module 를 보 니 정말 많 습 니 다. 다음 과 같 습 니 다.
root@ubuntu:/home/gavin/programs# /opt/tengine/sbin/nginx -V
Tengine version: Tengine/1.2.0 (nginx/1.0.10)
built by gcc 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
configure arguments: --prefix=/opt/tengine --with-openssl=../openssl-1.0.0e --with-pcre=../pcre-8.13 --add-module=../nginx_upload_module-2.2.0 --add-module=../masterzen-nginx-upload-progress-module-436ec80
compiled in modules:
    ngx_core_module
    ngx_errlog_module
    ngx_conf_module
    ngx_events_module
    ngx_event_core_module
    ngx_epoll_module
    ngx_http_module
    ngx_http_core_module
    ngx_http_log_module
    ngx_http_upstream_module
    ngx_http_static_module
    ngx_http_autoindex_module
    ngx_http_index_module
    ngx_http_auth_basic_module
    ngx_http_access_module
    ngx_http_limit_zone_module
    ngx_http_limit_req_module
    ngx_http_geo_module
    ngx_http_map_module
    ngx_http_split_clients_module
    ngx_http_referer_module
    ngx_http_rewrite_module
    ngx_http_proxy_module
    ngx_http_fastcgi_module
    ngx_http_uwsgi_module
    ngx_http_scgi_module
    ngx_http_memcached_module
    ngx_http_empty_gif_module
    ngx_http_browser_module
    ngx_http_upstream_ip_hash_module
    ngx_http_upload_module
    ngx_http_write_filter_module
    ngx_http_header_filter_module
    ngx_http_chunked_filter_module
    ngx_http_range_header_filter_module
    ngx_http_gzip_filter_module
    ngx_http_postpone_filter_module
    ngx_http_ssi_filter_module
    ngx_http_charset_filter_module
    ngx_http_userid_filter_module
    ngx_http_footer_filter_module
    ngx_http_uploadprogress_module
    ngx_http_headers_filter_module
    ngx_http_copy_filter_module
    ngx_http_range_body_filter_module
    ngx_http_not_modified_filter_module

 있 을 수 있 는 모듈 은 기본적으로 있 습 니 다. 제 가 이전 프로젝트 에서 컴 파일 한 nginx 의 설정 을 다시 보 세 요!
root@ubuntu:/home/gavin/programs# /opt/nginx-1.0.8/sbin/nginx -V
nginx: nginx version: nginx/1.0.8
nginx: built by gcc 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
nginx: configure arguments: --prefix=/opt/nginx-1.0.8 --with-openssl=../openssl-1.0.0e --with-pcre=../pcre-8.13 --add-module=../nginx_upload_module-2.2.0 --add-module=../masterzen-nginx-upload-progress-module-436ec80
 
 
타 오 바 오 는 많은 module 을 추 가 했 지만 어떤 것 은 아직 무엇 인지 잘 모 르 고 구체 적 인 공식 문서 도 찾 지 못 했다.
주:
컴 파일 할 때 pcre 및 openssl 모듈 이 필요 합 니 다.

좋은 웹페이지 즐겨찾기