我正在测试 Apache 服务器。通常我x.x.x.x/directory/index.php在 Firefox 中打开,然后阅读httpd/error_logs并排除故障。
x.x.x.x/directory/index.php
httpd/error_logs
我的问题是,如果我的测试系统上没有 Web 浏览器(例如 Chrome/Firefox)怎么办?如何通过终端进行等效测试?我试过了,ping x.x.x.x/directory/index.php但它不能那样工作。
ping x.x.x.x/directory/index.php
linux command-line-interface apache-2.2
apache-2.2 ×1
command-line-interface ×1
linux ×1