On 16 August 2010 23:15, Zico <[email protected]> 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? The problem is apache is listening on 127.0.0.1 instead of 192.168.1.250 thats why you are facing this. I have faced this before and solved it. Look for the line called Listen If it is only 80 then it listens on all ip available in the machine. If it has some specific ip then it listens on only that ip. So you might be facing this problem.
HTH -- Ashwin K. _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
