regards I ask for help to assign a domain name to the system that is already installed, ie THROUGH accessing a domain name and IP address thanks
Augusto, I think that what you need to do is: 1) Assign a name to the IP address of your server (this belongs to the DNS administrator) 2) Edit koha-httpd.conf, look for <VirtualHost entries, and replace <VirtualHost 127.0.0.1:80> with <VirtualHost aaa.bbb.ccc.ddd:80> or <VirtualHost *:80> depending on you apache configuration (aaa.bbb.ccc.ddd is your IP address) Also change ServerAlias opac.mydomain.com with ServerAlias your.domain.name Repeat for the intranet entry. Regards, Bernardo -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com On Thu, Feb 14, 2013 at 3:58 PM, augusto recuero <recuero_22@hotmail.com> wrote:
regards
I ask for help to assign a domain name to the system that is already installed, ie THROUGH accessing a domain name and IP address
thanks _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
augusto recuero -
Bernardo Gonzalez Kriegel