gpt4 book ai didi

php - 在 iis express 上运行 php 站点

转载 作者:搜寻专家 更新时间:2023-10-31 22:07:59 25 4
gpt4 key购买 nike

我一直在尝试从 iis express 运行一个简单的 hello world php 站点,遵循这个问题 https://stackoverflow.com/a/7086364/744610

但我不断从 iis 收到错误 500,而在 cmd 中我可以看到关于收藏夹图标的 404 错误。

500错误的详细信息

Detailed Error Information:
Module FastCgiModule
Notification ExecuteRequestHandler
Handler PHP-FastCGI
Error Code 0x80070002
Requested URL http://localhost:32701/index.php
Physical Path c:\myphpsite\index.php
Logon Method Anonymous
Logon User Anonymous
Request Tracing Directory C:\Users\user\Documents\IISExpress\TraceLogFiles\PHPTEST

我仔细检查了物理路径确实是正确的。

命令:

Request started: "GET" http://localhost:32701/index.php
Request ended: http://localhost:32701/index.php with HTTP status 500.0
Request started: "GET" http://localhost:32701/favicon.ico
Request ended: http://localhost:32701/favicon.ico with HTTP status 404.0
Request started: "GET" http://localhost:32701/index.php
Request ended: http://localhost:32701/index.php with HTTP status 500.0
Request started: "GET" http://localhost:32701/favicon.ico
Request ended: http://localhost:32701/favicon.ico with HTTP status 404.0

我尝试了几次 f5'ing,因此出现了重复。

我的 index.php

<html>
<body>
<?php
echo "Hello world";
?>
</body>
</html>

最佳答案

为什么不直接使用 Web Matrix 和 PHP。

关于php - 在 iis express 上运行 php 站点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15828998/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com