|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2015-09-04 10:00 UTC] a at kornienko dot ru
  [2015-09-04 14:10 UTC] cmb@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: cmb
  [2015-09-04 14:10 UTC] cmb@php.net
 | |||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 22:00:01 2025 UTC | 
Description: ------------ Section Virtual Hosts in httpd.conf: <VirtualHost *:80> ServerName sun.kornienko.ru DocumentRoot "D:/www/sun.av-c.net" <Directory "D:/www/sun.av-c.net"> # FastCGI: Options +ExecCGI AddHandler fcgid-script .php FcgidWrapper "D:/Install/PHP.net/v7/php-cgi.exe" .php AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> Test script: --------------- <?php phpinfo(); echo "123"; ?> Expected result: ---------------- Error log: [Thu Aug 27 22:27:40.443396 2015] [fcgid:error] [pid 6748:tid 440] FastCGI process 1288 still did not exit, terminating forcefully