tanzeem <[email protected]> writes: > I want my Koha opac users to access the application through > internet.What are the steps to do for that
This is basically a networkign issue. Set up your network to point towards the machine running koha. In koha-httpd.conf, set the serveralias line to the name you want for the opac client. (example - "catalog.library"). Set up the "virtualhost" paramater to "*:80" (again, discreetion of system administrator - "ip.add.ess:80 will do just fine, but the machine should have the same IP address). This makes apache serve any request for pages from the URL http://catalog.library from this machine. Set up DNS services on the LAN to point to the machine running koha. >From any machine on the LAN, enter "http://catalog.library" in the browser's address bar, and if DNS services are set up correctly, the browser should be directed to the machine running koha. -- Mahesh T. Pai || Distributing free copies of non-free software is -- -- like advertising drugs. _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

