diff options
Diffstat (limited to 'profiles/server')
-rw-r--r-- | profiles/server/make.defaults | 76 | ||||
-rw-r--r-- | profiles/server/package.use | 1 |
2 files changed, 77 insertions, 0 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index a5c47eb2..bd7791fb 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -135,5 +135,81 @@ USE="${USE} APACHE2_MPMS="prefork" +# 18/12/2013 - beber +# Setting NGINX_MODULES_HTTP is non functional, need to expand manually +# First disable all of them, set enable needed one +# W=nginx_modules_http ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/$W.desc | sort +USE="${USE} + -nginx_modules_http_access + -nginx_modules_http_addition + -nginx_modules_http_auth_basic + -nginx_modules_http_auth_pam + -nginx_modules_http_auth_request + -nginx_modules_http_autoindex + -nginx_modules_http_browser + -nginx_modules_http_cache_purge + -nginx_modules_http_charset + -nginx_modules_http_dav + -nginx_modules_http_dav_ext + -nginx_modules_http_degradation + -nginx_modules_http_echo + -nginx_modules_http_empty_gif + -nginx_modules_http_fancyindex + -nginx_modules_http_fastcgi + -nginx_modules_http_flv + -nginx_modules_http_geo + -nginx_modules_http_geoip + -nginx_modules_http_gunzip + -nginx_modules_http_gzip + -nginx_modules_http_gzip_static + -nginx_modules_http_headers_more + -nginx_modules_http_image_filter + -nginx_modules_http_limit_conn + -nginx_modules_http_limit_conn + -nginx_modules_http_limit_req + -nginx_modules_http_limit_zone + -nginx_modules_http_lua + -nginx_modules_http_map + -nginx_modules_http_memcached + -nginx_modules_http_metrics + -nginx_modules_http_mp4 + -nginx_modules_http_naxsi + -nginx_modules_http_passenger + -nginx_modules_http_perl + -nginx_modules_http_proxy + -nginx_modules_http_push + -nginx_modules_http_push_stream + -nginx_modules_http_random_index + -nginx_modules_http_realip + -nginx_modules_http_referer + -nginx_modules_http_rewrite + -nginx_modules_http_scgi + -nginx_modules_http_secure_link + -nginx_modules_http_security + -nginx_modules_http_slowfs_cache + -nginx_modules_http_spdy + -nginx_modules_http_split_clients + -nginx_modules_http_ssi + -nginx_modules_http_stub_status + -nginx_modules_http_sub + -nginx_modules_http_upload + -nginx_modules_http_upload_progress + -nginx_modules_http_upstream_check + -nginx_modules_http_upstream_ip_hash + -nginx_modules_http_userid + -nginx_modules_http_uwsgi + -nginx_modules_http_xslt" +USE="${USE} + nginx_modules_http_access + nginx_modules_http_auth_basic + nginx_modules_http_autoindex + nginx_modules_http_charset + nginx_modules_http_fancyindex + nginx_modules_http_fastcgi + nginx_modules_http_map + nginx_modules_http_rewrite + nginx_modules_http_realip + nginx_modules_http_stub_status" + PHP_INI_VERSION="production" PHP_TARGETS="php5-4" diff --git a/profiles/server/package.use b/profiles/server/package.use index 2a82fbd3..baaf7968 100644 --- a/profiles/server/package.use +++ b/profiles/server/package.use @@ -17,6 +17,7 @@ www-apache/mod_virtualvalue php www-apps/cgit highlight www-servers/apache -ssl +www-servers/nginx -ssl pcre-jit # 14/09/2013 - beber # Install fail with dev-lang/python:3.2, bug #481298 |