ですが、これは時間がかかりませんが、Windows Server 2012/R2があり、IIS8にPHPマネージャがインストールされています。FastCGIはありますが、MySQLは
私は、単純な「ローカルホスト/ phpinfo.php」をヒットしようとすると私は、次を得る:
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Most likely causes:
The directory or file specified does not exist on the Web server.
The URL contains a typographical error.
A custom filter or module, such as URLScan, restricts access to the file.
Things you can try:
Create the content on the Web server.
Review the browser URL.
Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler PHP56_via_FastCGI
Error Code 0x80070002
Requested URL http://localhost:80/phpinfo.php
Physical Path D:\inetpub\wwwroot\ccretebase\phpinfo.php
Logon Method Anonymous
Logon User Anonymous
だから私はエラーコードを見て、無駄に、私の状況に適用されるものは何もありません。
http://forums.iis.net/t/1166213.aspx?The+FastCGI+executable+Error+Number+2+0x80070002+
私はvcredist_x64.exeを試した後、私はvcredist_x86.exeを経由MSVCR110.dllの正しいバージョンをインストールしました。
The program can't start because MSVCR110.dll is missing from your computer
私は、DLLの両方System32
とSYSWOW64
フォルダにあることを保証しています。
PHPはIIS8では動作していません。
私は単にConcrete5を実行します。私は別のWin2012サーバーでこれを行うことができましたが、どうやってそのサーバーがなくなったのか忘れていました....手順書をコピーする必要がありました。私のローカルマシンから、またはサーバーへの内部から自分のサーバーをヒットしようとしていますが、:UPDATE
どれ支援がいただければ幸いです...
私は今、これを取得:
**HTTP Error 500.0 - Internal Server Error
C:\Program Files (x86)\PHP\v5.6\php-cgi.exe - The FastCGI process exited unexpectedly**
UPDATE 2:マルクの質問:
Detailed Error Information:
Module IIS Web Core
Notification MapRequestHandler
Handler PHP56_via_FastCGI
Error Code 0x80070002
Requested URL http://localhost:80/ccretebase/phpinfo.php
Physical Path D:\inetpub\wwwroot\ccretebase\ccretebase\phpinfo.php
Logon Method Anonymous
Logon User Anonymous
をALSO::これは私が得るものである。ここで基本設定ダイアログ:
の注:私のサーバーのD:
ドライブが800を少し上回っているため、D:\inetpub\wwwroot
はIISに登録されていますGBとC:
ドライブはわずか25GBしか残っていません... 1and1は必要に応じてドライブをパーティション分割しません。誰もが「FREE」、オープンソースの道...
MARC UPDATEを持っていない限り、C:
にD:
からスペースを移動するためのサーバ用Aomeを取得する必要があります!マーク、ありがとう、私はそれらをチェックし、再インストールしました。両方の "正しい"フォルダに... SYSWOW64
の32ビットとSystem32
の64ビット...ええ、ちょっと変です。
私はファイルを再度テストしました。........... WALA !!!! FRIGGIN 'EH !!!!あなたはDA MAN !!!!素晴らしいデュード!
ご覧ください。 Woo Hoo !!!
次のURLにアクセスするとどうなりますか? 'localhost/ccretebase/phpinfo.php'? –
UPDATE 2:Marcの質問の中の注記を参照してください。ありがとう... –
'system32'と' SysWOW64'フォルダの両方で正確に同じDLLファイルを持っていますか? (ヒント:サイズをバイト単位で確認してください) –