如何解决“504 Gateway Time-out”错误
做网站的同学经常会发现一些nginx服务器访问时候提示504 Gateway Time-out错误,一般情况下是由nginx默认的fastcgi进程响应慢引起的,但也有其他情况,这里我总结了一些解决办法供大家参考。如
2021-12-07 14:30
98 
Apache 2.x on Unix systems
This section contains notes and hints specific to Apache 2.x installs of PHP on Unix systems.WarningWe do no
2021-12-07 14:30
118 
apache下实现301永久性重定向的方法
因为博客是使用了www.php100.com作为博客域名,所以想实现php100.com全部重定向(跳转)到www.php100.com。同时按照google的建议,使用服务器端 301 重定向,为了确保用户及搜索引
2021-12-07 14:30
130 
Apache虚拟目录
Apache虚拟目录 Deny allow All 所以客户 域名 如baidu.com IP 部分或全部IP 网络 如192.168.0.11 alias /test01 /data/web/t
2021-12-07 14:30
137 
apache安装错误error: APR not found解决办法
linux安装时安装种类不同,一些组件包可能不会被安装,导致linux下安装软件的时候缺这个缺那个,今天为大家介绍linux安装apache时报apr找不到的解决办法方法/步骤下载依赖包wget http://arc
2021-12-07 14:30
139 
Apache遇到的问题:APR not found
#./configure --prefix……检查编辑环境时出现:checking for APR... noconfigure: error: APR not found . Please read the doc
2021-12-07 14:30
137 
修改apache设置,支持UTF8和GBK
解决方法,修改/etc/httpd/conf/httpd.conf 文件,将其中AddDefaultCharset行注释掉(前面加#)。保存后重新启动apache/usr/sbin/apachectl restart
2021-12-07 14:30
148 
.htaccess文件怎么新建
在网上看到可以用.htaccess文件设置默认首页,自己建的时候老是提示必须键入文件名.所以就不加点,放上去后没反映,搜一下,找到下面的解决方法. 解决方法: 1.新建记事本,然后输入内容,另存为.hta
2021-12-07 14:30
151 
T:0.037811s,M:375.59 KB
返回顶部 留言