dounao2829 2012-11-17 03:55
浏览 55

如何确定运行PHP应用程序的Web服务器(Apache)是否支持HTTPS?

Please note, I want to find out if it is capable of accepting HTTPS requests, not whether it's currently using it. Please also note, that scanning ports or making any other [a]synchronous requests is not an option in my case because it needs to be very quick.

Is there a way to "ask" Apache about it eg: from the command line?

Edit: Thanks for all the ideas but they are for "manual" checking of the above mentioned fact by a human like you and me. That part I can figure out, believe me. I just thought it's obvious that these phrases "[a]synchronous requests" and "it needs to be very quick" imply SOFTWARE in form of a PHP APPLICATION.

  • 写回答

4条回答 默认 最新

  • drduh44480 2012-11-17 03:56
    关注

    I think you need to run this code your page: <?php echo phpinfo(); and you will get all info about the version and settings

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)
  • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。