[Koha] KOHA DNS
Bernardo Gonzalez Kriegel
bgkriegel at gmail.com
Fri Feb 15 10:04:14 NZDT 2013
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 at gmail.com
On Thu, Feb 14, 2013 at 3:58 PM, augusto recuero <recuero_22 at 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 at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
More information about the Koha
mailing list