Apache is the most popular web server in the world,because it is more efficient than others.Thrust of this article is to share some useful apache modules,they’ll help your web app more flexible.

1.SSO Module - LemonLDAP

LemonLdap can achieve great Apache’s SSO functionality, and can handle more than 200,000 user requests. LemonLdap support for Java, PHP, .Net, Perl, Ruby, Python and other Web development technologies, that is, as long as you will WEB application deployed on Apache, you can use LemonLdap achieve single sign-on functionality.

website : http://wiki.lemonldap.ow2.org/xwiki/bin/view/Main/WebHome

2.Concurrent limit module - limitipconn

limitipconn is an Apache module, used to limit the number of concurrent connections for each IP. Support for Apache 1.x and 2.x.

website : http://dominia.org/djao/limitipconn.html

3.Log monitoring module

Apache Live Log is a developer with Perl in your browser to Apache log files for real-time monitoring via Ajax technologies Apache module. It can be grouped according to recent visitors to IP addresses.

website : http://www.burlaca.com/2009/02/alivelog/

4.Load balancing module

mod_backhand is an Apache load balancing module. Each request will be redirected to an Apache server cluster, and use a “candidate algorithm” to select the most appropriate server, and then redirects the request to the server.

website : http://www.backhand.org/mod_backhand/

5.The image processing module

mod_gfx Apache is an image processing module, which has a range of flexible and scalable interface, and can be easily implanted into their site, currently supports the following features:

  • Resizing
  • Resampling
  • Watermarking
  • Cropping

Future revisions of this software may enable the ability to:

  • Add Text
  • Rotate
  • Draw Polygons

website : http://nauticaltech.com/software/mod_gfx/

6.Compression Module

mod-gzip-disk is a disk used to store pre-compressed pages Apache module, and mod-gzip different is that it should be re-compressed once every request.

Usage:

gunzip -c mod_gzip_disk-0.5.tar.gz | tar -xvpf -
cd mod_gzip_disk
sudo make module

website : http://www.usenix.org.uk/code/mod-gzip/

7.Music Module

mod_musicindex is an Apache module, its function is similar to Perl module Apache :: MP3, friendly reality can contain MP3, Ogg Vorbis, FLAC, or MP4 / AAC files directory and sort various fields, downloads and online play , build playlists and search, while providing RSS and Podcast seed output, support for multiple CSS and package download.

website : http://hacks.slashdirt.org/sw/musicindex/

8.LDAP authentication module

LDAP is the Lightweight Directory Access Protocol, which is based on the X.500 standard, but is much simpler and can be customized according to needs. mod_psldap is an Apache module that performs an LDAP authentication and authorization against the use of the management process several different means server authentication and authorization. This can also be achieved through a Web interface for managing records and verification of an LDAP server, passwords and restricted from reading Kerberos-based authentication implementations of LDAP users to connect to the server itself.

website : http://sourceforge.net/projects/mod-psldap/

9.Bandwidth limitations module

mod_cband is a request to limit the bandwidth of Apache modules, server traffic can be controlled to a certain extent.

website : http://sourceforge.net/projects/cband/

10.CGI V8 engine package

v8cgi is a small C ++ and JS files collection, allowing developers to use JS on the server side language, the basic features include IO, GD, MySQL, Sockets, templates, FastCGI and Apache module.

website : code.google.com/p/v8cgi/

reference from:

http://prettyflyer.github.io/blog/10-apache-mod.html

10 Powerful Apache Modules--reference的更多相关文章

  1. 10+ powerful debugging tricks with Visual Studio

    10+ powerful debugging tricks with Visual Studio Original link : http://www.codeproject.com/Articles ...

  2. win 10下Apache和PHP的安装配置

    一.下载Apache 官网下载:https://httpd.apache.org/ 或者百度网盘链接:https://pan.baidu.com/s/17zVFNSfzzwDgFti_fboUSA 提 ...

  3. The Apache HBase™ Reference Guide

    以下内容由http://hbase.apache.org/book.html#getting_started节选并改编而来. 运行环境:hadoop-1.0.4,hbase-0.94.22,jdk1. ...

  4. Mac OS X Yosemite 10.10 配置 Apache+PHP 教程注意事项

    刚更新到了 Mac OS X Yosemite 10.10,发现运行Apache出现了一些问题,修正一下! 教程基于 Mac OS X Mavericks 10.9.X,移步:Mac OS X Mav ...

  5. Ubuntu14.10:Install Apache,PHP,Mysql以及扩展库

    step 1: Apache sudo apt-get install apache2 After have apache2 installed, go to localhost by browser ...

  6. Mac 10.10 配置apache

    配置php 命令行工具:http://blog.csdn.net/evane1890/article/details/38759073 自从系统从OS X Mavericks 10.9升级到OS X  ...

  7. 10. 管理Apache ZooKeeper配置

    Tips 有关ZooKeeper部署和管理的详细说明,请参阅官方文档http://zookeeper.apache.org/doc/trunk/zookeeperAdmin.html. 1. 配置Zo ...

  8. 2013最新版Subversion 1.7.10 for Windows x86 + Apache 2.4.4 x64 安装配置教程+错误解决方案

    一 .工作环境 操作系统:Windows Server 2008 R2 SP1 x64 Apache版本:2.4.4 Subversion版本: Setup-Subversion-1.7.10.msi ...

  9. 第10章 使用Apache服务部署静态网站

    章节简述: 本章节中通过对比目前热门的网站服务程序来说明Apache服务程序的优势,并新增主机空间选购技巧小节. 了解SELinux服务的3种工作模式,小心谨慎的使用semanage命令和setseb ...

随机推荐

  1. angularjs中ng-repeat-start与ng-repeat-end用法实例

    <!DOCTYPE html> <html lang="zh-CN" ng-app="app"> <head> <me ...

  2. 用core dump来调试程序段错误

    有的程序可以通过编译, 但在运行时会出现Segment fault(段错误). 这通常都是指针错误引起的.但这不像编译错误一样会提示到文件->行, 而是没有任何信息, 使得我们的调试变得困难起来 ...

  3. jQuery截取字符串插件区分中英文

    jQuery截取字符串插件区分中英文:截取字符串功能在大量网站都有应用,比如新闻列表这样的功能,因为新闻的标题长途未必都是恰如其分的,所以要根据需要截取指定长度的字符串,下面就分享一个jQuery实现 ...

  4. FLEX 网格布局及响应式处理

    上一篇文章用Flex实现BorderLayout,这一章我们来实现常用的网格布局和响应式处理. 首先我们定义HTML结构,主Box为grid,每项为grid-cell,下面就是我们HTML代码结构. ...

  5. Windows环境下 配置memcached (php)

    memcached就不用介绍了-- 1:在Windows下安装memcached服务端软件,已经下载并上传云盘  ---传送门 记得带钥匙:ykrc 解压缩后里面的安装说明内有安装教程. 2:软件安装 ...

  6. asp.net webform 局部发布更新

    一:关于webform编译 编译时会将每个aspx文件单独生成dll文件于bin目录下.也会将引用的dll存放于bin目录 二:对界面或者引用的dll(如BLL层,DAL层等)做了修改更新后在服务器只 ...

  7. RAID磁盘阵列0、1、5、10

    raid0:(又称为Stripe或Striping--分条) (一句话:raid0 用多个磁盘串联起来成一个大磁盘,容量为几个的总和.优点:容量大,速度快.缺点:数据不安全) 即Data Stripp ...

  8. JS之路——日期函数

    时间对象是一个我们经常要用到的对象,无论是做时间输出.时间判断等操作时都与这个对象离不开.除开JavaScript中的时间对象外,在VbScript中也有许多的时间对象,而且非常好用.下面还是按照我们 ...

  9. 朗科U903 低级格式化后,量产错误:read onlypage (控制器芯片群联2251-03)的解决方案

    1. 下载群联量产工作 MPALL v3.63.0D for Netac 2. 在Setting页面,选择如下(红色矩形选中): 3. 然后执行量产,量产完成后,重新插拔就能看到U盘.

  10. Solr4.8.0源码分析(4)之Eclipse Solr调试环境搭建

    Solr4.8.0源码分析(4)之Eclipse Solr调试环境搭建 由于公司里的Solr调试都是用远程jpda进行的,但是家里只有一台电脑所以不能jpda进行调试,这是因为jpda的端口冲突.所以 ...