LMLPHP后院

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...

解决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 参数即...

使用LMLPHP和PHPMailer发送邮件

inglin@126.com'; // 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-...

红米 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...

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...

LMLPHP第五期更新功能

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

Docker 的一些命令

nightingale", "RestartCount": 0, "Driver": "overlay2", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": null, "ContainerIDFile":...

MySQL update where in 子查询导致锁表

#14 {main} 解决方法select * from information_schema.innodb_trx; SELECT * from information_schema.`PROCESSLIST`; 找到死锁的线程,kill 掉。mysql 死锁场景 死锁案例 子查询...

解决 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...
2024-04-25 17:04:38 1714035878 0.006694