[Koha] [SOLVED] Re: koha-httpd.conf and cPanel
Andi Sugandi
andisugandi at gmail.com
Wed Jun 6 13:10:00 NZST 2012
Hi all,
On Mon, Jun 4, 2012 at 8:36 AM, Andi Sugandi <andisugandi at gmail.com> wrote:
> I am now on going to run Koha Web installer on hosting server managed by cPanel.
>
> How to elaborate 'koha-httpd.conf' file of Koha so can be used by
> cPanel and finally run this Koha Web Installer without problem?
>
> Any suggestion?
I finally find the answer:
1.
Put the DocumentRoot in "/home/subdomain_name/public_html/cgi-bin" (or
choose your own path) directory (yes, Koha is installed in 'Single'
way in "/home/subdomain_name/public_html/cgi-bin directory") .
2.
Create symlink (generated) koha-httpd.conf file:
"/home/subdomain_name/public_html/cgi-bin/etc/koha-httpd.conf" to
"/usr/local/apache/conf/includes/koha-httpd.conf".
3.
Uncomment all the related subdomain_name VirtualHost default
configuration in "/usr/local/apache/etc/httpd.conf" file.
4.
Add this in the bottom of the "/usr/local/apache/etc/httpd.conf" file:
Include "/usr/local/apache/conf/includes/koha-httpd.conf"
5.
Restart httpd/apache service.
6.
Finally run the Koha Web Installer.
Goof luck.
Best regards,
--
Andi Sugandi.
More information about the Koha
mailing list