[Koha-win32] Direct URL to Intranet

arnab arnabsadhukhan at kolkatacdac.in
Sat Aug 11 06:27:40 CEST 2007


Hi Doris,

 Add two lines to the file "httpd.conf" and then restart the Apache server.

Under line no120  "Listen 80"
add a new line        " Listen 3030"

Then add the port no "3030" to the below mentioned two places as shown:
<VirtualHost *>
    ServerAdmin webmaster at dummy-opac
    DocumentRoot /usr/koha228/opac/htdocs
    ScriptAlias  /cgi-bin/ /usr/koha228/opac/cgi-bin/
    ServerName opac
    ErrorLog logs/opac-error.log
    CustomLog logs/opac-access.log common
    SetEnv PERL5LIB "c:/usr/koha228/intranet/modules"
</VirtualHost>
NameVirtualHost *:3030 <---- Add Here Port No ---->
<VirtualHost *:3030>  <---- Add Here Port No ---->
    ServerAdmin webmaster at dummy-opac
    DocumentRoot /usr/koha228/intranet/htdocs
    ScriptAlias  /cgi-bin/ /usr/koha228/intranet/cgi-bin/
    ServerName intranet
    ErrorLog logs/intranet-error.log
    CustomLog logs/intranet-access.log common
    SetEnv PERL5LIB "c:/usr/koha228/intranet/modules"
</VirtualHost>


Now open a browser and just type : http://192.168.128.171 --- OPAC INTERFACE
                                                 http://192.168.128.171:3030 
--- INTRANET INTERFACE

I hope this solves your problem.

Bye
Arnab 


MKLEE wrote:
> 
> Hi all,
> 
> Can someone please tell me how can I access http://Intranet using direct
> URL syntax, rather than virtual name? My Koha is running on a PC with IP
> address, say, 192.168.1.100. The OPAC page can be accessed alternatively
> by typing http://192.168.1.100 in browser, but what about the intranet
> page?
> 
> Thank you
> Regards
> Doris Lee
> 

-- 
View this message in context: http://www.nabble.com/Direct-URL-to-Intranet-tf4252150.html#a12102548
Sent from the Koha - Win32 mailing list archive at Nabble.com.






More information about the Koha-win32 mailing list