Running apachectl status Returns lynx: not found Error运行apachectl地位回报猞猁:没有发现错误
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猞猁:未发现
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的地位,要求Web浏览器(在这种情况下,猞猁)看一个网址可能会指定在配置文件中指出,有一些状态信息。 If lynx is not installed, or if lynx is called with a bad path, the error message “lynx: not found” will result.猞猁,如果没有安装,或者如果猞猁是所谓的与一个坏的路径,错误讯息“猞猁:未找到”将导致。
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文件,到哪里,猞猁二进制安装,或者您也可以添加到您的PATH环境变量。 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.如果猞猁已安装和配置apachectl呼吁猞猁得当,将不会有一个状态报告,如果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请求网址/服务器的地位或404未找到网页Apache的错误
- Lynx Sexy Alphabet Girls Greeting Cards猞猁性感女孩的英文字母排列贺卡
- 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库存- 01502甲骨文指数在使用的国家
- 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是运行在服务器上















