I did what you suggested. Below is my shell session contents. +++++++++++++++++++++++++++++++++++++++ /home/pmalluru/work> curl -k -I https://puritruman:9091/ HTTP/1.1 200 OK Date: Mon, 24 Sep 2007 22:27:17 GMT Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8a Last-Modified: Fri, 07 Sep 2007 14:06:23 GMT ETag: "51d8080-1e2a-24d535c0" Accept-Ranges: bytes Content-Length: 7722 Content-Type: text/html /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. Then I logged in to embedded box to make sure apache is listening on port 9090. Below is out of "netstat -l" +++++++++++++++++++++++++++++++++++++ Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:login *:* LISTEN tcp 0 0 *:shell *:* LISTEN tcp 0 0 *:webcache *:* LISTEN tcp 0 0 *:tproxy *:* LISTEN tcp 0 0 *:7070 *:* LISTEN tcp 0 0 *:9090 *:* LISTEN tcp 0 0 *:9091 *:* LISTEN tcp 0 0 *:telnet *:* LISTEN tcp 0 0 *:polycom_api *:* LISTEN udp 0 0 *:792 *:* Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node Path ++++++++++++++++++++++++++++++++++++++ Thanks -----Original Message----- From: Sander Temme [mailto:sctemme@xxxxxxxxxx] Sent: Monday, September 24, 2007 5:23 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: 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 that this whole build folder is mounted as nfs folder to > embedded codec before starting apache. > > Am I missing any gotchas? Yeah, don't use IE. I'm serious. IE is fine for browsing web sites, but for testing your configuration you'd be much better off with a tool that tells you what's going wrong. For instance curl -I http://yourbox:9090/ should give you a header back curl -kI https://yourbox:9091/ should give you a header back, or a connection error, or an openssl error, or... So, the two million dollar questions: 1) What error does your client give you, and at which level? 2) What Does The Apache Error Log Say? S. -- Sander Temme sctemme@xxxxxxxxxx PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx