Hi all,

On Mon, Jun 4, 2012 at 8:36 AM, Andi Sugandi <andisuga...@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.
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to