[Bug 15890] New: koha-create doesn't put a dot between library name and domain name in apache site
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15890 Bug ID: 15890 Summary: koha-create doesn't put a dot between library name and domain name in apache site Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: Linux Status: NEW Severity: major Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: gmcharlt@gmail.com Reporter: manager@st.iltk.org QA Contact: testopia@bugs.koha-community.org When creating site with koha-create with a third level domain the ServerName directive in the /etc/apache2/sites-enabled conf file doesn't put a dot between library name and domain name. Both for OPAC and Intranet sections. Therefore you are unable to reach both the interfaces, public and staff. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15890 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |mtompset@hotmail.com Status|NEW |RESOLVED --- Comment #1 from M. Tompsett <mtompset@hotmail.com> --- You likely edited out the initial . from the DOMAIN in the /etc/koha/koha-sites.conf file before you did your koha-create command. If you place the initial . in the DOMAIN variable, it doesn't matter how many levels of domains are being used. Around line 589 in /usr/sbin/koha-create: opacdomain="$OPACPREFIX$name$OPACSUFFIX$DOMAIN" intradomain="$INTRAPREFIX$name$INTRASUFFIX$DOMAIN" -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org