如题,apache配置php出现the requested operation has failed.
最后发现Apache中httpd.conf文件配置了 LoadModule php5_module C:/Program Files/PHP/php5Apache2_2.dll 重启Apache 服务器的时候报The requested operation has failed.错误
最后发现是因为Program Files中有空格导致的。解决办法:
加一个双引号:LoadModule php5_module "C:/Program Files/PHP/php5Apache2_2.dll"
以上就介绍了Apache 配置PHP出现The requested operation has failed,包括了Apache方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号