2

PHP ファイルを実行するとすぐに Apache がクラッシュし続けるため、APC を Windows で動作させることができません。この問題はわかっていますか?回避策はありますか?

バージョン: Apache 2.2.14 PHP 3.1 APC 3.1.3

4

1 に答える 1

1

この種の問題を解決する最善の方法は、Apache ログ ファイルをチェックして、どのような問題が発生したかを確認することです。これらのログの例は次のとおりです。

[Wed Jun 03 06:07:47 2009] [alert] [client 127.0.0.1] C:/wamp/www/WebsiteA/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Wed Jun 03 06:08:16 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/kohana, referer: http://localhost/WebsiteB/website/
于 2009-12-13T12:40:41.510 に答える