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 [email protected] On Thu, Feb 14, 2013 at 3:58 PM, augusto recuero <[email protected]> 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 > [email protected] > http://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

