开发者

Apache web server test

开发者 https://www.devze.com 2023-03-10 12:30 出处:网络
How i can test a w开发者_Python百科eb server that is working fine ? i have the apache to hosting my php code. i would like to test if my server is good in order to publish my php web services.

How i can test a w开发者_Python百科eb server that is working fine ? i have the apache to hosting my php code. i would like to test if my server is good in order to publish my php web services.

Thanks for your answer.


I would try to create a page with the following code:

<?php
 phpinfo();
?>

That should give you a test page with all the info related to php. Not only will it show you that php is working it'll give you a list of options you've selected(in case you missed anything).

0

精彩评论

暂无评论...
验证码 换一张
取 消