brew 安装nginx-full

来源:互联网 发布:三菱梯形图编程入门 编辑:程序博客网 时间:2024/05/17 10:55

http://brew.sh/homebrew-nginx/


Install tap

You can install the tap by running the following commands

brew tap homebrew/nginx

Usage

For a list of available configuration options run

brew options nginx-fullbrew info nginx-full

Once the tap is installed, you can install nginx-full with optional arguments as additional functionality and modules.

brew install nginx-full --with-upload-module

Conflicts

If you have trouble installing this tap then please make sure the default version of nginx is removed first. You can do that with the following commands.

brew unlink nginxbrew link nginx-full

Modules

This tap comes with tons of custom modules and more are added all the time

NameVersionDescriptionaccept-languagebadac1fCompile with support for Accept Language Moduleaccesskey68eb4c4Compile with support for HTTP Access Key ModuleadditionmasterCompile with support for HTTP Addition moduleanti-ddos0.1Compile with support for Anti-DDoS modulearray-var0.03Compile with support for Array Var Moduleauth-digest0.1Compile with support for Auth Digest Moduleauth-ldap0.1Compile with support for Auth LDAP Moduleauth-pam3bb82c7Compile with support for Auth PAM Moduleauth-reqmasterCompile with support for HTTP Auth Request Moduleauto-keepalive11851b8Compile with support for Auto Disable KeepAlive moduleautolsb37901bCompile with support for Flexible Auto Index modulecache-purgee6e3779Compile with support for Cache Purge Modulecaptcha0.1Compile with support for Captcha moduleconsistent-hash0.1Compile with support for Consistent Hash Upstream modulecounter-zoneed97ea0Compile with support for Realtime Counter Zone modulectpp2b8faa03Compile with support for CT++ Moduledav-ext0.0.3Compile with support for HTTP WebDav Extended ModuledebugmasterCompile with support for debug logdegredationmasterCompile with support for HTTP Degredation moduledosdetector0.1Compile with support for detecting DoS attacksecho0.48Compile with support for Echo Moduleeval1.0.3Compile with support for Eval Moduleextended-status1.0Compile with support for Extended Status modulefancyindex0.3.2Compile with support for Fancy Index ModuleflvmasterCompile with support for FLV modulegeoipmasterCompile with support for GeoIP modulegoogle-perftoolsmasterCompile with support for Google Performance tools modulegunzipmasterCompile with support for gunzip modulegzip-staticmasterCompile with support for Gzip static moduleheaders-more0.22Compile with support for Headers More Modulehealthcheck0.1Compile with support for Healthcheck Modulehttp-flood-detector0.1Compile with support for Var Flood-Threshold modulehttp-remote-passwd1006b23Compile with support for Remote Basic Auth password moduleimage-filtermasterCompile with support for Image Filter modulelog-if0.1Compile with support for Log-if Modulelua0.9.4Compile with support for LUA modulemailmasterCompile with support for Mail modulemod-zip0.1Compile with support for HTTP Zip Modulemogilefs4f6b774Compile with support for HTTP MogileFS Modulemp4masterCompile with support for mp4 modulemp4-h264c887af2Compile with support for HTTP MP4/H264 Moduleno-pool-nginxmasterDisable nginx-pool, valgrind detect memory issuesnotice0.0.2Compile with support for HTTP Notice ModulepassengermasterCompile with support for Phusion Passenger modulepcre-jitmasterCompile with support for JIT in PCREperlmasterCompile with support for Perl modulephp-session0.4bCompile with support for Parse PHP Sessions modulerandom-indexmasterCompile with support for Random Index modulerealipmasterCompile with support for real IP modulerealtime-reqa4b9723Compile with support for Realtime Request moduleredis20.10Compile with support for Redis2 Modulertmp1.1.4bCompile with support for RTMP Modulesecure-linkmasterCompile with support for secure link moduleset-misc5754e2cCompile with support for Set Misc ModulespdymasterCompile with support for SPDY modulestatusmasterCompile with support for stub status modulesubmasterCompile with support for HTTP Sub modulesubs-filter0.6.3Compile with support for Substitutions Filter Moduletcp-proxy0.26Compile with support for TCP proxytxid0.1Compile with support for Sortable Unique IDupload2.2.0Compile with support for Upload moduleupload-progress0.9.0Compile with support for Upload Progrress moduleupstream-hash0.1Compile with support for Upstream Hash Moduleupstream-order0.1Compile with support for Order Upstream moduleustats0.1Compile with support for Upstream Statistics (HAProxy style) modulevar-req-speed0.1Compile with support for Var Request-Speed modulewebdavmasterCompile with support for WebDAV modulexsltmasterCompile with support for XSLT module

Contributing

We accept most modules as long as they are tested and follow convetions. The following rules apply when submitting new formula or updating existing formula.

  1. Modifications to one module per pull request
  2. A tagged version must be specified
  3. Uses --with-{name}-module syntax to install the module
  4. brew doctor must not show any warnings or errors
  5. Patches must be included in the patches subdirectory

0 0
原创粉丝点击