phpbill Posted July 14, 2008 Share Posted July 14, 2008 i'm a newbie trying to get started. i've downloaded and installed the latest apache and got "It Works" to display. Then I downloaded the latest PHP. I downloaded the fastcgi 2.4.6 ap22.dll and modified apache to load module it. As soon as I load the following line in apache conf file the following errors start occurring. Any help would be greatly appreciated. Alias /fcgi-bin/ "c:/program files/php/" FastCgiServer "c:/program files/php/php.exe" -processes 5 and then my error log starts to getting filled with the following: Mon Jul 14 11:36:15 2008] [notice] Parent: Created child process 2460 [Mon Jul 14 11:36:15 2008] [notice] Child 2460: Child process is running [Mon Jul 14 11:36:15 2008] [notice] Child 2460: Acquired the start mutex. [Mon Jul 14 11:36:15 2008] [notice] Child 2460: Starting 64 worker threads. [Mon Jul 14 11:36:15 2008] [notice] FastCGI: process manager initialized [Mon Jul 14 11:36:15 2008] [notice] Child 2460: Starting thread to listen on port 80. [Mon Jul 14 11:36:15 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" started (pid 768) [Mon Jul 14 11:36:15 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 768) terminated with exit with status '0' [Mon Jul 14 11:36:16 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" started (pid 2176) [Mon Jul 14 11:36:16 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 2176) terminated with exit with status '0' [Mon Jul 14 11:36:17 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" started (pid 2224) [Mon Jul 14 11:36:17 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 2224) terminated with exit with status '0' [Mon Jul 14 11:36:18 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" started (pid 2212) [Mon Jul 14 11:36:19 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 2212) terminated with exit with status '0' [Mon Jul 14 11:36:19 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" started (pid 2132) [Mon Jul 14 11:36:19 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 2132) terminated with exit with status '0' [Mon Jul 14 11:36:24 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" restarted (pid 2136) [Mon Jul 14 11:36:24 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 2136) terminated with exit with status '0' [Mon Jul 14 11:36:29 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" restarted (pid 2160) [Mon Jul 14 11:36:29 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 2160) terminated with exit with status '0' [Mon Jul 14 11:36:34 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" restarted (pid 2112) [Mon Jul 14 11:36:34 2008] [warn] FastCGI: server "C:/Program Files/PHP/php.exe" (pid 2112) terminated with exit with status '0' Thanks for any help Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 14, 2008 Share Posted July 14, 2008 Any reason why you're using fastcgi? Loading PHP as an Apache module is alot easier. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted July 15, 2008 Share Posted July 15, 2008 Also, php.exe (mentioned in the error messages) is the command line interpreter, not the CGI executable. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.