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 telnet is working fine. ++++++++++++++++++++++++++++++++++++++++++ /home/pmalluru/work/webdownload/puritruman> telnet puritruman 9090 Trying 172.26.48.138... Connected to puritruman.austin.polycom.com (172.26.48.138). Escape character is '^]'. GET /docs/2.2/style/css/manual-print.css HTTP/1.1 Host: puritruman:9091 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: https://puritruman:9091/docs/2.2/ HTTP/1.1 200 OK Date: Tue, 25 Sep 2007 16:52:22 GMT Server: Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8a Last-Modified: Thu, 17 Aug 2006 19:42:12 GMT ETag: "51d806b-3390-d70fcd00" Accept-Ranges: bytes Content-Length: 13200 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/css /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * manual.css for printers * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * mainframe ;-) * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ html { font-size: 11pt; }... ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++ -----Original Message----- From: Krist van Besien [mailto:krist.vanbesien@xxxxxxxxx] Sent: Tuesday, September 25, 2007 3:27 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: Apache in embedded product On 9/25/07, Malluru, Puri <Puri.Malluru@xxxxxxxxxxx> 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. Are you sure that there is nothing on your apache box, or between you and your apache box that is blocking port 9090? what do yo uget when you try curl -l http://localhost:9090 on the box itself. (If you don't have curl on the embedded box, you can always try a telnet localhost 9090) Krist -- krist.vanbesien@xxxxxxxxx Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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