欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

window 下 Apache in windows 安装模块 如 mod-auth-token 有大用

shiping1 的头像

Apache server 原生是 for linux 環境,要在 windows 環境下使用有這些選擇
ApacheHaus
Apache Lounge
BitNami WAMP Stack
WampServer
XAMPP

windows 模組區:https://www.apachehaus.net/modules/
https://www.apachehaus.net/modules/mod_auth_token/
我的apache使用的版本 

mod-auth-token

官方:https://code.google.com/p/mod-auth-token/

Windows 安裝Module:

  1. 將 .so 檔放到 .../Apache24/modules/ 目錄下

  2. Add to your httpd.conf:

    LoadModule auth_token_module modules/mod_auth_token.so
    
  3. Example Configuration:

    <Location /downloads/>
    AuthTokenSecret "secret string"
    AuthTokenPrefix /downloads/
    AuthTokenTimeout 60
    AuthTokenLimitByIp off
    </Location>
来自 http://dante.logdown.com/posts/285973
普通分类: