我自己的Discuz X3.4论坛访问时一直显示“正在等待127.0.0.1”
我自己的Discuz X3.4论坛访问时一直显示“正在等待127.0.0.1的响应”我都等了快半个小时都还显示“正在等待127.0.0.1的响应”,重启apache无效
有啥解决方法吗?
IE和小白浏览器都不行
3.4 不清楚哈 论坛是X3.2 lsekfe 发表于 2023-1-31 11:58
3.4 不清楚哈 论坛是X3.2
就当3.2,反正都一样,这是咋回事,apache的access.log是没有记录的 lsekfe 发表于 2023-1-31 11:58
3.4 不清楚哈 论坛是X3.2
我搜了一下是不是更这个错误有关?
指定的网络名不再可用。: AH00341: winnt_accept: Asynchronous AcceptEx failed. 我看了下,httpd.conf加这些代码还是边用,httpd.exe还崩溃了:
<IfModule mpm_winnt.c>
ThreadsPerChild 150
MaxRequestsPerChild 10000
Win32DisableAcceptEx
</IfModule>
报错:
AH00526: Syntax error on line 181 of C:/UwAmp/bin/apache/conf/httpd.conf:
Invalid command 'Win32DisableAcceptEx', perhaps misspelled or defined by a module not included in the server configuration 把报错的指令去掉就暂时正常了 又不行了,我打算换nginx了 在httpd.conf末尾加上
AcceptFilter http none
AcceptFilter https none
就好了
页:
[1]