分类 Linux 下的文章

MAPn 是一个用于 Linux(CentOS/RedHat/Debian/Ubuntu) 系统的服务环境自动编译程序,具有 MAP(lamp) & MAPn(lnamp) & NMP 三种模式可选;

MAPn 是以 MySQL + Apache +PHP+Nginx(可选) 的安装顺序命名;

目前 MAPN3.1.1 特别版 已经支持三种模式
分别为:
1、Apache + MYSQL + PHP + Nginx (MAP+n);
2、Nginx + MYSQL + PHP (NMP);
3、Apache + MYSQL + PHP (AMP)。

安装过程中可以自主选择,若不选择,则默认安装LAMP模式。

特别注意一点,MAPN3.1.1 特别版目前采用的php为5.2.17,mysql为5.1.60。

MAPN3.1.1 特别版更新内容如下
1、精简安装过程,安装时仅安装需要的组件,其余的则为后期可选安装;
2、部分软件更新至最新稳定版,包括phpmyadmin,nginx之类的;
3、提高程序工作效率以及总体稳定。

下载地址:

wget sourceforge.net/projects/webhost/files/stable/ngro-mapn-3.1.1.tar.gz
备用下载地址
wget gd.rootkong.com/ngro-mapn-3.1.1.tar.gz

安装方法:

1、解压
tar zvxf ngro-mapn-3.1.1.tar.gz

2、进入安装文件目录
cd ngro-mapn-3.1.1

3、运行安装脚本
centos/red hat 用户执行
./centos.sh

debian/ubuntu 用户执行
./debian.sh

4、根据提示,选择安装模式,是LAMP还是LAMNP还是LNMP,输入序号即可

提示,debian及ubuntu用户会有一个
Where are your servers located? asia,america,europe,oceania or africa

这样的提示,这是问你服务器在那个区域
分别可以输入 asia 或 america 或 europe 或 oceania 或 africa
中文意思就是 亚洲,美洲,欧洲,大洋洲,非洲
这个是关乎到debian及ubuntu用户的系统更新
若不输入任何地域信息,则默认是 美洲

最后,MaPn团队祝大家平安夜平平安安。

MAPN 官方群 Ⅲ:184268237 MAPN 官方超级群 : 176110445
欢迎广大用户反馈不足。

欢迎转载,转载请注明出处。

Debian计划是由以创造一份自由操作系统为共同目标的个人团体所组建的协会.这份操作系统就叫作Debian GNU/Linux,或者简称为Debian.Ubuntu就是一个典型的基于Debian的发行套件.
Debian提供了20000多套软件,它们是已经编译好了的软件,并按一种出色的格式打成包,可以供你在机器上方便地安装.这一切都可以免费获得.

下载: http://cdimage.debian.org/debian-cd/6.0.4/

查看: http://www.debian.org/News/2012/20120128

                                                         -*- coding: utf-8 -*-
Changes with Apache 2.2.21

  *) SECURITY: CVE-2011-3348 (cve.mitre.org)
     mod_proxy_ajp: Respond with HTTP_NOT_IMPLEMENTED when the method is not
     recognized.  [Jean-Frederic Clere]

  *) Fix a regression introduced by the CVE-2011-3192 byterange fix in 2.2.20.
     PR 51748. [<lowprio20 gmail.com>]

  *) mod_filter: Instead of dropping the Accept-Ranges header when a filter
     registered with AP_FILTER_PROTO_NO_BYTERANGE is present,
     set the header value to "none". [Eric Covener, Ruediger Pluem]

  *) mod_proxy_ajp: Ignore flushing if headers have not been sent.
     PR 51608 [Ruediger Pluem]

  *) mod_dav_fs: Fix segfault if apr DBM driver cannot be loaded. PR 51751.
     [Stefan Fritsch]

  *) mod_alias: Adjust log severity of "incomplete redirection target"
     message. PR 44020.

  *) mod_rewrite: Check validity of each internal (int:) RewriteMap even if the
     RewriteEngine is disabled in server context, avoiding a crash while
     referencing the invalid int: map at runtime. PR 50994.
     [Ben Noordhuis <info noordhuis nl>]

  *) core: Allow MaxRanges none|unlimited|default and set 'Accept-Ranges: none'
     in the case Ranges are being ignored with MaxRanges none.
     [Eric Covener]

  *) mod_proxy_ajp: Respect "reuse" flag in END_REPONSE packets.
     [Rainer Jung]
download link http://httpd.apache.org/download.cgi

FreeBSD 是一种先进的操作系统,它支持 x86 兼容(包括 Pentium® 和 Athlon™)、amd64 兼容(包括 Opteron™、Athlon™64 和 EM64T)、 ARM、IA-64、PC-98以及 UltraSPARC® 架构的计算机.FreeBSD 源于 BSD ──美国加州大学伯克利分校开发 UNIX® 版本它由来自世界各地的 志愿者 开发和维护. FreeBSD 为不同架构的计算机系统提供了不同程度的支持.

下载:FreeBSD 9.0 Beta 1
下载:PC-BSD 9.0 Beta 1

nginx(发音同engine x)是一款由俄罗斯程序员Igor Sysoev所开发轻量级的网页服务器、反向代理服务器以及电子邮件(IMAP/POP3)代理服务器。起初是供俄国大型的门户网站及搜索引擎 Rambler(俄语:Рамблер)使用。此软件BSD-like协议下发行,可以在UNIX、GNU/Linux、BSD、Mac OS X、Solaris,以及Microsoft Windows等操作系统中运行。

Changes with nginx 1.0.0 12 Apr 2011
*) Bugfix: a cache manager might hog CPU after reload. Thanks to Maxim Dounin.
*) Bugfix: an "image_filter crop" directive worked incorrectly coupled with an "image_filter rotate 180" directive.
*) Bugfix: a "satisfy any" directive disabled custom 401 error page.

下载地址:
linux:http://nginx.org/download/nginx-1.0.0.tar.gz
windows:http://nginx.org/download/nginx-1.0.0.zip