koha-win32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-win32] Direct URL to Intranet


From: John Choo
Subject: Re: [Koha-win32] Direct URL to Intranet
Date: Sat, 11 Aug 2007 10:31:04 -0700 (PDT)

Hi Doris,

What arnab showed will solve your problem.
The 'httpd.conf' file can be found at C:\Program Files\Apache
Group\Apache2\conf\

Open and edit like how arnab described and add to the very bottom of the
file:

NameVirtualHost *:3030 <---- Add Here Port No ---->
<VirtualHost *:3030>  <---- Add Here Port No ---->
    ServerAdmin address@hidden
    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> 

Leave out the <---- Add Here Port No ----> comments though.
Then restart.

john


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#a12107418
Sent from the Koha - Win32 mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]