分类 debian 下的文章

The Debian project is pleased to announce the second update of its stable distribution Debian 12 (codename bookworm). This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security advisories have already been published separately and are referenced where available.

Please note that the point release does not constitute a new version of Debian 12 but only updates some of the packages included. There is no need to throw away old bookworm media. After installation, packages can be upgraded to the current versions using an up-to-date Debian mirror.

https://www.debian.org/News/2023/20231007

server
{
listen 443 ssl http2;
server_name sign.mgu.cc;
index index.html index.htm index.php;
root /home/wwwroot/sign.mgu.cc/Tieba-Cloud-Sign;
ssl on;
ssl_certificate /root/ssl/1__.mgu.cc_bundle.crt;
ssl_certificate_key /root/ssl/mgu.cc_key.txt;
ssl_session_timeout 5m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;

- 阅读剩余部分 -

可以用私钥来做这件事。生成一个解密的key文件,替代原来key文件。

openssl rsa -in server.key -out server.key.unsecure
然后修改配置文件

这样就可以不用输入密码了

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
欢迎广大用户反馈不足。

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