[EMAIL PROTECTED] Apache in embedded product

2007-09-24 Thread Malluru, Puri
Hi I got Apache built for our embedded product (Linux running on Powerpc platform). I configured it for http running on port 9090 and https running on port 9091. I made htdocs a sym link to a folder with contents that I created using "wget -m ..." command. I found Apache serving https just fine. Wh

Re: [EMAIL PROTECTED] Apache in embedded product

2007-09-24 Thread Sander Temme
On Sep 24, 2007, at 3:09 PM, Malluru, Puri wrote: I found Apache serving https just fine. When I try to access the same site with http, IE just waits forever. Please note that this whole build folder is mounted as nfs folder to embedded codec before starting apache. Am I missing any gotchas?

RE: [EMAIL PROTECTED] Apache in embedded product

2007-09-24 Thread Malluru, Puri
ptember 24, 2007 5:23 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache in embedded product On Sep 24, 2007, at 3:09 PM, Malluru, Puri wrote: > I found Apache serving https just fine. When I try to access the same > site with http, IE just waits forever. > > Please note

Re: [EMAIL PROTECTED] Apache in embedded product

2007-09-25 Thread Krist van Besien
On 9/25/07, Malluru, Puri <[EMAIL PROTECTED]> wrote: > /home/pmalluru/work> curl -I http://puritruman:9090/ > > /home/pmalluru/work> > ++ > I pressed Ctrl+C to kill curl session above. > I don't see an entry in access_log or in error_log for 9090 access

RE: [EMAIL PROTECTED] Apache in embedded product

2007-09-25 Thread Malluru, Puri
~~ */ html { font-size: 11pt; }... ++ -Original Message- From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 3:27 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache in embedded product On

Re: [EMAIL PROTECTED] Apache in embedded product

2007-09-26 Thread Krist van Besien
On 9/25/07, Malluru, Puri <[EMAIL PROTECTED]> wrote: > I tried that. I see Apache accepting connections and spitting the file I > requested on telnet port. Below is session output. I tried this from a > separate Linux box. Not even localhost. I don't understand why curl and > wget is failing, but t