On 08/16/2010 11:15 PM, Zico wrote:
I am facing an annoying problem with KOHA ( Open Source Integrated Library
Management System ) OPAC modification in test server, which is
http://192.168.1.235/

As I did before, My all library sites are in /var/www/

But, when I tries to go from *http://192.168.1.235/index.php?show=aboutlib*,
it shows 404 error. But, If I put this with *
http://localhost/index.php?show=aboutlib*, it comes. I have checked apache
configuration file for hosts problem, but there is nothing there which may
create problem.

What problems may exists there?

Did you try http://127.0.0.1/index.php?show=aboutlib ? AFAICT this is host lookup problem. It helps to understand all the events that occur between typing something in the location box of the browser and a page being displayed. I started explaining this whole thing, but it just got too lengthy. So, instead i'll encourage you to find the answer yourself, using these hints - what happens when you execute:

$ ping 127.0.0.1
$ ping localhost
$ ping 192.168.1.235

$ host 127.0.0.1
$ host localhost
$ host 192.168.1.235

$ GET 127.0.0.1
$ GET localhost
$ GET 192.168.1.235

If you have questions after this, please ask, I'll probably feel more inclined to answer in depth then :)

hth,
cheers,
- steve
--
random spiel: http://lonetwin.net/
what i'm stumbling into: http://lonetwin.stumbleupon.com/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to