- 2026年07月09日
- 星期四
linux多个https协议配置配置如下LoadModulessl_modulemodules/mod_ssl.soListen443SSLPassPhraseDialogbuiltinSSLSessionCachenbs…
Centos6在安装php的时候如果不安装php扩展那么就无法与msql关联网站打开会出现白屏,打印phpinfo()发现php与mysql没有关联安装扩展如下:1》安装phpyuminstallphp2》安装扩展yuminstallphp-…
升级 php 7.2 后,使用微信提供的加解密代码时,提示 call to undefined function mcrypt_module_open() ;大脑疯狂运转1秒钟后,得出结论:php 7.2的扩展有变动;查阅相关资料知晓,mcrypt 扩展从 php 7.1.0 开始废…
centos7 yum安装php7安装rpm-Uvhhttps://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpmrpm-Uvhhttps://mirror.webtatic.com/yum/el7/webtatic-release.rpmyumn…
linux部署多个ssl证书,php https证书,apache https,apache sslssl.cof配置文件LoadModulessl_modulemodules/mod_ssl.soListen443NameVirtualHost*:443SSLPassPhraseDialognbsp…
隐藏apache版本信息,为了更好的提高apache的安全我们在设置apache的时候讲apache的系统版本信息隐藏起来。修改/etc/httpd/conf/httpd.conf文件中的两处1)设置为OffServerSignatureOff2)设置为ProdServerTok…
我正在使用Vagrant部署到Ubuntu Linux并尝试启动tomcat8服务.Tomcat 8由apt-get install tomcat8安装.使用服务tomcat8 start命令时,出现以下错误: Job for tomcat8.service failed. See systemctl status tomcat8.service a
那是我的代码: int const const_global_init = 2; int const const_global; int global_init = 4; int global; static int static_global_init = 3; static int static_globa
