Archana Nanda escribió:
Can anybody guide me if we have changed ip-address of our system and gateway is also changed and then we have to assigned a different ip on that machine then what to do for ip changes in koha a in particular where are configuration files that have to be changed....
You should check /etc/koha.conf (if you host your Web server and your DB server in the same machine, it should state "localhost") and you should also adjust: 1) Any VirtualHost declarations where NameVirtualHost points to an IP address (see the other thread in this mailing list, Message-ID: <45EBD0CC.5090401@caboose.org.uk>) 2) Any specific ports declaration (if you made them) in /etc/apache2/ports.conf (if you use Debian or any Debian-based distribution) This is also valid for non-Linux installations, but paths will differ. HTH, Jose