Running apachectl status Returns lynx: not found Error実行中のapachectlのステータスを返します。 lynx :エラーが見つかりません
When apachectl is called via any of the following commands: apachectl経由のいずれかが呼び出されたときには、次のコマンド:
./apachectl status 。 / apachectl状態
./usr/local/sbin/apachectl status場合、 / usr / local / sbin /にapachectl状態
an error is returned as follow:として次のようなエラーが返される:
lynx: not found lynx :が見つかりません
What happens is apachectl status calls a web browser (in this case, lynx) to look at a url that may be specified in the configuration file that has some status information.何が起こるのウェブブラウザは、 apachectlのステータスをコールする(この場合、 lynx )を見て、 URLを設定ファイルで指定された5月にはいくつかのステータス情報です。 If lynx is not installed, or if lynx is called with a bad path, the error message “lynx: not found” will result. lynxはインストールしない場合、またはlynxは呼び出された場合に不正なパス、エラーメッセージが表示さ" lynx :が見つかりません"が表示されます。
To solve the problem, adjust the path to lynx in the apachectl file, to wherever the lynx binary is installed, or you can add it to your PATH environment variable.この問題を解決するために、調整するには、 apachectlファイルのパスをlynx 、 lynxのバイナリがインストールさをどこにするか、またはパスすることができます環境変数を追加してください。 If lynx has been installed and apachectl is configured to call lynx properly, there will not be a status report if apache is not running. lynxとapachectlがインストールされている場合は、適切に構成さlynxを呼び出すには、報告書のステータスがあるされませんではない場合、 Apache実行中です。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toをご覧ください original English articleオリジナルの英語記事索引 whenever possible.可能な限りです。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Apache Status (whm-server-status) in cPanel WebHost Manager Returns Blank Page Apacheのステータス( whm -サーバの状態)で空白のページcpanelウェブホスティングサービスマネージャを返します。
- Request URL /server-status or 404 Page Not Found Apache ErrorリクエストURL /サーバーの状態または404 Apacheのエラーページが見つかりません
- Lynx Sexy Alphabet Girls Greeting Cardsセクシーな女の子lynxアルファベットグリーティングカード
- cPanel WHM Failed to Receive Status Information From Apache Error cpanel whmのステータス情報を受信するに失敗しましたからApacheのエラーが発生
- Auto Shutdown and Restart Apache HTTPD Service Daemon at Preset Time Apacheのhttpdサービスの自動再起動をシャットダウンし、デーモンのプリセット時間
- ORA-01502 Oracle Index in Unusable StateメールORA - 01502 Oracleのインデックスを使用不能な状態に
- PHP Allowed Memory Size Exchausted Fatal Error PHPの可メモリサイズexchausted致命的なエラー
- PHP Parse Error: syntax error, unexpected $end PHPのパースエラー:構文エラーが発生すると、予期しない$エンド
- Problems Arising from PSAPI.DLL Dynamic Link Library File問題が発生しpsapi.dllダイナミックリンクライブラリファイルから
- How to Check if Telnet Is Running on a Server telnetのかどうかを確認する方法をサーバー上で実行され












