koha-httpd.conf and cPanel
Hi all, 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? Thanks in advance. Best regards, -- Andi Sugandi.
Hi Andi Is it a shared hosting or a dedicated hosting? -- arslan 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?
Hi Arslan, On Mon, Jun 4, 2012 at 11:27 AM, Arslan Farooq <arslanone@gmail.com> wrote:
Is it a shared hosting or a dedicated hosting?
It is dedicated hosting (VDS/VPS). Btw. Is it* the appropriate documentation for me to learn to solve my issue? *) http://docs.cpanel.net/twiki/bin/view/EasyApache3/InsideVHost Best regards, -- Andi Sugandi.
Hi all, On Mon, Jun 4, 2012 at 8:36 AM, Andi Sugandi <andisugandi@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.
participants (2)
-
Andi Sugandi -
Arslan Farooq