On Tuesday 07 Apr 2009, Zico wrote:
> On Tue, Apr 7, 2009 at 11:15 AM, Arun Khan <kn...@yahoo.com> wrote:
> > Can you "telnet localhost 8080" ?
>
> *debian:~# telnet localhost 8080
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.

Good. Something is running on 8080.
>
> > What does "netstat -nltp" show?
>
> *Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address           Foreign Address

> tcp6       0      0 :::8080                 :::*
> LISTEN      9431/apache2

Good.  Apparently, "koha"  is running (via apache2) on 8080

>
> > > the browser shows:
> > >
> > > *"ERROR
> > > The requested URL could not be retrieved
> > >
> > > While trying to process the request:
> > >
> > > GET / HTTP/1.0
> > > Host: 127.0.1.1:8080
> > > User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6)
> > > Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)
> > > Accept:
> > > text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> > > 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
> > > Via: 1.1 proxy.bracu.ac.bd:8080 (squid/2.6.STABLE6)
> >
> > Why is localhost going through a proxy?

You have not answered the above question.
Have you disabled "proxy" for localhost?  Make sure /etc/hosts 
has "localhost" entry pointing to 127.0.0.1 and /etc/host.conf has an 
entry "order hosts,bind"

-- 
Arun Khan

_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to