Re: Problem installing apache webserver on my FreeRunner

2009-03-01 Thread Aapo Rantalainen
http://cc.oulu.fi/~rantalai/freerunner/aa-http/ Thanks Timo for your thoughts. Case: User Adam start server on directory, where Bob has write access. (this is bad habits anyway) Someone asks file from server. Server first check file size and then loads it. Bob can change file between those steps

Re: Problem installing apache webserver on my FreeRunner

2009-03-01 Thread Timo Juhani Lindfors
Aapo Rantalainen aapo.rantalai...@gmail.com writes: I eliminate warnings and memory leaks. (can be compiled -Wall -Wextra cleanly) I use valgrind to find memory leaks, and it founds something with threading. I read manuals and found this solution, but valgrind is not satisfated. Also things

Re: Problem installing apache webserver on my FreeRunner

2009-03-01 Thread Stefan Monnier
I just got my new FR fone as a part of my university research program and tried installing apache2 but it does not install.It returns error status 2. Can you guys suggest how i can go ahead. I am using OM 2008.12. I tried opkg install apache2 FWIW, maybe you'd be better served by

Re: Problem installing apache webserver on my FreeRunner

2009-03-01 Thread Nelson Castillo
On Mon, Mar 2, 2009 at 10:42 AM, Stefan Monnier monn...@iro.umontreal.ca wrote:  I just got my new FR fone as a part of my university research program  and tried installing apache2 but it does not install.It returns error  status 2. Can you guys suggest how i can go ahead. I am using OM

Re: Problem installing apache webserver on my FreeRunner

2009-03-01 Thread HouYu Li
You can try build thttpd with openmoko toolchain.. On Mon, Mar 2, 2009 at 10:51 AM, Nelson Castillo nelson...@gmail.comwrote: On Mon, Mar 2, 2009 at 10:42 AM, Stefan Monnier monn...@iro.umontreal.ca wrote: I just got my new FR fone as a part of my university research program and

Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Risto H. Kurppa
On Sat, Feb 28, 2009 at 8:44 AM, sandilya b san_dimi...@yahoo.com wrote: Hi All,  I just got my new FR fone as a part of my university research program and tried installing apache2 but it does not install.It returns error status 2. Can you guys suggest how i can go ahead. I am using OM

Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Aapo Rantalainen
Hi, you didn't say why you need Apache (what features are needed). So I introduce my simple http-server. http://cc.oulu.fi/~rantalai/freerunner/aa-http/ *It can serve (at least) html/txt/png/pdf files. *Easy way to handle dynamic content or make http-based 'control-center'. Go page named

Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Timo Juhani Lindfors
Aapo Rantalainen aapo.rantalai...@gmail.com writes: It is not very well tested, so if you need privacy take a serious look on the code. (and let me know, if you find something) gcc 4.1.2: helpers.c:7: warning: incompatible implicit declaration of built-in function 'strrchr' helpers.c: At top

Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread sandilya b
Subject: Re: Problem installing apache webserver on my FreeRunner To: community@lists.openmoko.org Date: Saturday, February 28, 2009, 8:31 AM Hi, you didn't say why you need Apache (what features are needed). So I introduce my simple http-server. http://cc.oulu.fi/~rantalai/freerunner/aa-http

Re: Problem installing apache webserver on my FreeRunner

2009-02-28 Thread Timo Juhani Lindfors
Aapo Rantalainen aapo.rantalai...@gmail.com writes: (and let me know, if you find something) I think I found a vulnerability that results in local execution of code as root if local user is allowed to write to the directory that serves the web pages. page_from_file checks the file size first,

Problem installing apache webserver on my FreeRunner

2009-02-27 Thread sandilya b
Hi All, I just got my new FR fone as a part of my university research program and tried installing apache2 but it does not install.It returns error status 2. Can you guys suggest how i can go ahead. I am using OM 2008.12. I tried opkg install apache2 -Sandy