LMLPHP后院

Raspberry Pi 安装 Docker

Docker 在树莓派 arm64 的安装!Docker 安装命令,无需 sudo。curl -sSL https://get.docker.com | sh curl -sSL https://get.docker.com | sh # Executing docker install script, commit: 93d2499759296ac1f9c510605fef85052a2c32be +...

Nginx 403 错误解决方法

,好像并不能继承默认的 localhost,比如 index 的配置,不愧是轻量级的服务器。大概的配置如下所示: server { listen 80; server_name home.may; #ssl_certificate ssl/example.com.crt; #ssl_certificate_key ssl/example.com.key; error_log /var/log/nginx...

#ssl_verify_client optional 大坑

道多少次呢,没有出现过,搬迁后由于版本升高,估计触发了什么,导致反向代理出现证书错误,折腾了好久啊,一开始我根本不敢往配置这方面想啊!!!还重新生成了证书。。。400 Bad Request The SSL certificate error nginx/1.14.2 400 Bad Request The plain HTTP request was sent to HTTPS port nginx/...

解决configure: error: Cannot find OpenSSL's <evp.h>

P 时,默认是不会安装 pdo_mysql 扩展的,这样动态编译 mysqlnd、pdo_mysql 扩展会报一些奇怪的错误,如下:configure: error: Cannot find OpenSSL's <evp.h> 尝试了很多方法,依然解决不了这个问题,其实 evp.h 是存在的,于是只能重新编译 PHP,问题解决。在 PHP 源码编译安装的时候指定 --with-pdo-mysql 参数即...

红米 AX6 解锁以及 Clash 折腾记录

ith_os_1 crontabs fstab modules-boot.d ppp smartvpn xattr.conf custom_hosts group modules.d preinit ssl xl2tpd datacenterconfig hosts mosquitto profile statisticsservice xqDb ddns hotplug-preinit.json mt...

使用LMLPHP和PHPMailer发送邮件

[email protected]'; // SMTP username $mail->Password = 'passwd'; // SMTP password $mail->SMTPSecure = 'ssl'; // Enable TLS encryption, `ssl` also accepted $mail->Port = 587; // TCP port to connect to $mail-...

LMLPHP第五期更新功能

pre class="code">...</pre>。增加MySQL数据库驱动类LMLPHP框架新增提供了LMLPHP官方打造的强大的MySQL数据库驱动类,并且提供更加智能的query方法和更安全的SSL加密连接。增强控制器条件方法配置LMLPHP框架增加了强大的条件配置功能,通过在控制器类中配置conditions属性快速便捷的实现方法执行时的条件方法,当指定的条件方法返回“真”时才会执行该方法,此...

解决 The mysql extension is deprecated and will be removed in the future

one of the PHP developers listed missing points like these: Stored Procedures Prepared Statements (SSL-)Encryption Compression Full charset support 低级快速的解决方案:关闭 deprecated 类型的报错。特别提醒,过时报错使用 @ 符号是不能屏蔽的。 ...

Linux Ubuntu 下配置虚拟主机并开启ReWrite教程

件如下: root@may:/etc/apache2# tree sites-available/ sites-available/ ├── 000-default.conf ├── default-ssl.conf ├── lblog.lmlphp.com.conf └── webchat.lmlphp.com.conf 0 directories, 4 files root@may:/etc/apa...

MTproto proxy free

Clang 源代码项目:https://github.com/TelegramMessenger/MTProxyapt install git curl build-essential libssl-dev zlib1g-dev wget https://github.com/TelegramMessenger/MTProxy/archive/refs/heads/master.zip unzip ma...
2024-11-22 11:31:28 1732246288 0.006354