由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - anyone used lighttpd before ?
相关主题
Ubuntu打不开网页,但是能连接网络linux和Windows谁省电?
is SD solid enough as primary storage for file system in embedded system ?哪位知道怎么申请免费的LINUX开发板?
32位的linux内核是不是要重新编译以后才能支持3G以上内存?Embedded Linux的就业情况如何?
问个关于linux下面netpbm的问题 (转载)哪个embedded linux比较流行?
这个linux真折腾啊请推荐一个demo board/kit 给embedded linux 的初学者
linux basicsembedded Linux on VM
how to use rs232/485 in linux board pls ?这里有人讲讲流行的Embedded Linux?
mac os和哪种linux的目录结构最相似?双系统硬盘分区方案?
相关话题的讨论汇总
话题: lighttpd话题: linux话题: http话题: embedded话题: config
进入Linux版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
if i install and config it in embedded linux,
how to test it from a linux/windows host ?
S*A
发帖数: 7142
2
If your embedded linux online?
If yes, just load some static page and see
weather it display fine.

【在 w*s 的大作中提到】
: if i install and config it in embedded linux,
: how to test it from a linux/windows host ?

w*s
发帖数: 7227
3
this is the part i don't get,
say lighttpd is running in the embedded linux,
in my windows pc, how to load the static page.
if in the lighttpd.conf i have
$HTTP["remoteip"] =~ "127.0.0.1" {
alias.url += (
"/doc/" => "/usr/share/doc/",
"/images/" => "/usr/share/images/"
)
$HTTP["url"] =~ "^/doc/|^/images/" {
dir-listing.activate = "enable"
}
}
then in IE in windows i type 127.0.0.1 ?
many thanks !

【在 S*A 的大作中提到】
: If your embedded linux online?
: If yes, just load some static page and see
: weather it display fine.

S*A
发帖数: 7142
4
127.0.0.1 is reserve for "localhost" ip address.
You need to have better understanding of networking
before you start to setup http server.

【在 w*s 的大作中提到】
: this is the part i don't get,
: say lighttpd is running in the embedded linux,
: in my windows pc, how to load the static page.
: if in the lighttpd.conf i have
: $HTTP["remoteip"] =~ "127.0.0.1" {
: alias.url += (
: "/doc/" => "/usr/share/doc/",
: "/images/" => "/usr/share/images/"
: )
: $HTTP["url"] =~ "^/doc/|^/images/" {

w*s
发帖数: 7227
5
兄弟,你就学一下印度人,手把手地教我一下吧。
只要最简单的work了,后边我就可以搞定了。

【在 S*A 的大作中提到】
: 127.0.0.1 is reserve for "localhost" ip address.
: You need to have better understanding of networking
: before you start to setup http server.

b**r
发帖数: 352
6
lighttpd is pretty easy, most of the time default config will work.
but if you don't even know what 127.0.0.1 is, it's a little bit challenging
1. make sure your linux box's network is setup properly
hint: what's the output of ifconfig?
2.try ping your linux box from PC
3.use default lighttpd config, restart your lighttpd
3.type in ip address of your linux box in browser address bar.

【在 w*s 的大作中提到】
: this is the part i don't get,
: say lighttpd is running in the embedded linux,
: in my windows pc, how to load the static page.
: if in the lighttpd.conf i have
: $HTTP["remoteip"] =~ "127.0.0.1" {
: alias.url += (
: "/doc/" => "/usr/share/doc/",
: "/images/" => "/usr/share/images/"
: )
: $HTTP["url"] =~ "^/doc/|^/images/" {

w*s
发帖数: 7227
7
thanks, this is much more clear.
what the fxxk is the "remoteIp" from the man page ?
cannot they just put a little bit more words ?

challenging

【在 b**r 的大作中提到】
: lighttpd is pretty easy, most of the time default config will work.
: but if you don't even know what 127.0.0.1 is, it's a little bit challenging
: 1. make sure your linux box's network is setup properly
: hint: what's the output of ifconfig?
: 2.try ping your linux box from PC
: 3.use default lighttpd config, restart your lighttpd
: 3.type in ip address of your linux box in browser address bar.

1 (共1页)
进入Linux版参与讨论
相关主题
双系统硬盘分区方案?这个linux真折腾啊
这儿有人用linux 的VM image么?linux basics
which language to use for lighttpd: perl, python, rail, ... ?how to use rs232/485 in linux board pls ?
how to avoid security holes for perl CGI code using checkbox ?mac os和哪种linux的目录结构最相似?
Ubuntu打不开网页,但是能连接网络linux和Windows谁省电?
is SD solid enough as primary storage for file system in embedded system ?哪位知道怎么申请免费的LINUX开发板?
32位的linux内核是不是要重新编译以后才能支持3G以上内存?Embedded Linux的就业情况如何?
问个关于linux下面netpbm的问题 (转载)哪个embedded linux比较流行?
相关话题的讨论汇总
话题: lighttpd话题: linux话题: http话题: embedded话题: config