作者:朱金灿
GoAhead是一个开源的嵌入式web服务器,最近在uos上编译GoAhead。
1.编译参考:
goahead - 环境准备和基本使用 2.运行goahead报错:“goahead: 0 : cannot get host address for host XXXX: errno 0”. "goahead: 0: Cannot initialize server . Exiting. " 进程退出。
解决方法:在/etc/hosts中添加一行: “127.0.0.1 XXXXX”。
3.goahead: 0: Unable to read key self.key
goahead: 0: Cannot initialize server. Exiting.
错误解决参考:GoAhead学习笔记