Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> 關於Android編程 >> Android apache httpd 終端上的服務器

Android apache httpd 終端上的服務器

編輯:關於Android編程

push到local/apache上

[html]
<span style="font-family:Microsoft YaHei;">cd bin 
chmod 0755 *</span> 

添加到bash.bashrc,如果有的話
[html] 
<span style="font-family:Microsoft YaHei;">export PATH=/sd-ext/local/apache/bin:$PATH</span> 

沒有的話
[html] 
<span style="font-family:Microsoft YaHei;">ln -s /sd-ext/local/apache/bin/httpd httpd</span> 

修改conf/httpd.conf
[html] 
<span style="font-family:Microsoft YaHei;">Listen 127.0.0.1:8088</span> 


運行apache服務 www.2cto.com
[html] 
<span style="font-family:Microsoft YaHei;">httpd -f /sd-ext/local/apache/conf/httpd.conf</span> 

 

打開127.0.0.1:8088

關於:httpd: bad user name daemon

我的做法是:刪除

[html] view plaincopyprint?
Group daemon 
User daemon 

 作者:gmszone

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved