加入两条指令:

    IPCConnectTimeout 3000
    IPCCommTimeout 3000

<VirtualHost *:80>
    DocumentRoot "D:/phpstudy_pro/WWW/login"
    ServerName www.1688.net
    ServerAlias
    FcgidInitialEnv PHPRC "D:/phpstudy_pro/Extensions/php/php-5.6.27-nts"
    AddHandler fcgid-script .php
    IPCConnectTimeout 3000
    IPCCommTimeout 3000
    FcgidWrapper "D:/phpstudy_pro/Extensions/php/php-5.6.27-nts/php-cgi.exe" .php
    <Directory "D:/phpstudy_pro/WWW/login">
    Options FollowSymLinks ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
    Require all granted
    DirectoryIndex index.php index.html
    </Directory>
</VirtualHost>

相关文章:

  • 2021-06-29
  • 2021-07-02
  • 2021-04-26
  • 2021-09-02
  • 2021-12-01
猜你喜欢
  • 2022-01-29
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
相关资源
相似解决方案