Hello, All,
I have been running Koha on a local server, but am testing
to virtual host Koha on a commercial server (for example. Bluehost.com). In local
server implementation, you need to “make install” to install Koha.
In a commercial server, “make install” is not
allowed. So does anyone have any luck to run koha in a commercial host? If so,
please let me know the configuration changes, and the company’s name.
It seems that <virtualhost> configuration is not
allowed in this commercial server. If Apache env is not allowed to change
in this case, how can we setEnv for “perl5lib” and “Koha_conf”?
# KOHA's OPAC Configuration
<VirtualHost 150.135.239.44:80>
ServerAdmin
DocumentRoot /data1/koha/opac/htdocs
ServerName kobol
ScriptAlias /cgi-bin/koha/
"/data1/koha/opac/cgi-bin/"
Redirect permanent index.html
http://150.135.239.44:80/cgi-bin/koha/opac-main.pl
ErrorLog /data1/koha/log/opac-error_log
TransferLog /data1/koha/log/opac-access_log
SetEnv PERL5LIB
"/data1/koha/intranet/modules"
SetEnv KOHA_CONF "/etc/koha.conf"
</VirtualHost>
Thanks,
Yan