<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-18247</id>
	<title>Nabble - Koha-Pak</title>
	<updated>2008-01-25T03:00:51Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Koha-Pak-f18247.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Koha-Pak-f18247.html" />
	<subtitle type="html">This is a forum designed for discussion on Koha features, problems by Pakistani Koha Community</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-15085496</id>
	<title>Re: How to access koha in LAN</title>
	<published>2008-01-25T03:00:51Z</published>
	<updated>2008-01-25T03:00:51Z</updated>
	<author>
		<name>Cyberarian</name>
	</author>
	<content type="html">sorry i forgot to mention it.....
&lt;br&gt;&lt;br&gt;Thx</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-access-koha-in-LAN-tp8724664p15085496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15079737</id>
	<title>Re: How to access koha in LAN</title>
	<published>2008-01-24T18:45:57Z</published>
	<updated>2008-01-24T18:45:57Z</updated>
	<author>
		<name>8thdwarf</name>
	</author>
	<content type="html">for your tips to work, in &amp;quot;httpd.conf&amp;quot; you need to add a line also &amp;quot;Listen 8000&amp;quot; just below the Listen 80... (no quotation.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-access-koha-in-LAN-tp8724664p15079737.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9573696</id>
	<title>Re: How to access koha in LAN</title>
	<published>2007-03-20T08:33:12Z</published>
	<updated>2007-03-20T08:33:12Z</updated>
	<author>
		<name>MRafiq</name>
	</author>
	<content type="html">How can we send the message on this forum. I'm unable to post unless reply to a message.
&lt;br&gt;&lt;br&gt;Rafiq</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-access-koha-in-LAN-tp8724664p9573696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-9490036</id>
	<title>Re: How to access koha in LAN</title>
	<published>2007-03-15T02:06:44Z</published>
	<updated>2007-03-15T02:06:44Z</updated>
	<author>
		<name>Cyberarian</name>
	</author>
	<content type="html">Open apache configuration file and replace the following text
&lt;br&gt;NameVirtualHost *
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost _default_:*&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerAdmin webmaster@dummy-opac
&lt;br&gt;&amp;nbsp; &amp;nbsp; DocumentRoot /usr/koha227/opac/htdocs
&lt;br&gt;&amp;nbsp; &amp;nbsp; ScriptAlias &amp;nbsp;/cgi-bin/ /usr/koha227/opac/cgi-bin/
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerName opac
&lt;br&gt;&amp;nbsp; &amp;nbsp; ErrorLog logs/opac-error_log
&lt;br&gt;&amp;nbsp; &amp;nbsp; CustomLog logs/opac-access_log common
&lt;br&gt;&amp;nbsp; &amp;nbsp; SetEnv PERL5LIB &amp;quot;c:/usr/koha227/intranet/modules&amp;quot;
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost *&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerAdmin webmaster@dummy-opac
&lt;br&gt;&amp;nbsp; &amp;nbsp; DocumentRoot /usr/koha227/opac/htdocs
&lt;br&gt;&amp;nbsp; &amp;nbsp; ScriptAlias &amp;nbsp;/cgi-bin/ /usr/koha227/opac/cgi-bin/
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerName opac
&lt;br&gt;&amp;nbsp; &amp;nbsp; ErrorLog logs/opac-error_log
&lt;br&gt;&amp;nbsp; &amp;nbsp; CustomLog logs/opac-access_log common
&lt;br&gt;&amp;nbsp; &amp;nbsp; SetEnv PERL5LIB &amp;quot;c:/usr/koha227/intranet/modules&amp;quot;
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost *&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerAdmin webmaster@dummy-opac
&lt;br&gt;&amp;nbsp; &amp;nbsp; DocumentRoot /usr/koha227/intranet/htdocs
&lt;br&gt;&amp;nbsp; &amp;nbsp; ScriptAlias &amp;nbsp;/cgi-bin/ /usr/koha227/intranet/cgi-bin/
&lt;br&gt;&amp;nbsp; &amp;nbsp; ServerName intranet
&lt;br&gt;&amp;nbsp; &amp;nbsp; ErrorLog logs/intranet-error_log
&lt;br&gt;&amp;nbsp; &amp;nbsp; CustomLog logs/intranet-access_log common
&lt;br&gt;&amp;nbsp; &amp;nbsp; SetEnv PERL5LIB &amp;quot;c:/usr/koha227/intranet/modules&amp;quot;
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt;
&lt;br&gt;&lt;br&gt;with this code:
&lt;br&gt;&lt;br&gt;NameVirtualHost *:80 
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost _default_:80&amp;gt; 
&lt;br&gt;ServerAdmin webmaster@dummy-opac 
&lt;br&gt;DocumentRoot /usr/koha227/opac/htdocs 
&lt;br&gt;ScriptAlias /cgi-bin/ /usr/koha227/opac/cgi-bin/ 
&lt;br&gt;ServerName opac 
&lt;br&gt;ErrorLog logs/opac-error_log 
&lt;br&gt;CustomLog logs/opac-access_log common 
&lt;br&gt;SetEnv PERL5LIB &amp;quot;c:/usr/koha227/intranet/modules&amp;quot; 
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost *:80&amp;gt; 
&lt;br&gt;ServerAdmin webmaster@dummy-opac 
&lt;br&gt;DocumentRoot /usr/koha227/opac/htdocs 
&lt;br&gt;ScriptAlias /cgi-bin/ /usr/koha227/opac/cgi-bin/ 
&lt;br&gt;ServerName opac 
&lt;br&gt;ErrorLog logs/opac-error_log 
&lt;br&gt;CustomLog logs/opac-access_log common 
&lt;br&gt;SetEnv PERL5LIB &amp;quot;c:/usr/koha227/intranet/modules&amp;quot; 
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost *:80&amp;gt; 
&lt;br&gt;ServerAdmin webmaster@dummy-opac 
&lt;br&gt;DocumentRoot /usr/koha227/intranet/htdocs 
&lt;br&gt;ScriptAlias /cgi-bin/ /usr/koha227/intranet/cgi-bin/ 
&lt;br&gt;ServerName intranet 
&lt;br&gt;ErrorLog logs/intranet-error_log 
&lt;br&gt;CustomLog logs/intranet-access_log common 
&lt;br&gt;SetEnv PERL5LIB &amp;quot;c:/usr/koha227/intranet/modules&amp;quot; 
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt; 
&lt;br&gt;&lt;br&gt;&amp;lt;VirtualHost *:8000&amp;gt; 
&lt;br&gt;ServerAdmin webmaster@dummy-opac 
&lt;br&gt;DocumentRoot /usr/koha227/intranet/htdocs 
&lt;br&gt;ScriptAlias /cgi-bin/ /usr/koha227/intranet/cgi-bin/ 
&lt;br&gt;ServerName intranet 
&lt;br&gt;ErrorLog logs/intranet-error_log 
&lt;br&gt;CustomLog logs/intranet-access_log common 
&lt;br&gt;SetEnv PERL5LIB &amp;quot;c:/usr/koha227/intranet/modules&amp;quot; 
&lt;br&gt;&amp;lt;/VirtualHost&amp;gt; 
&lt;br&gt;&lt;br&gt;Then restart apache service. &amp;nbsp;Now you can use koha cataloging in lan by typing with the following address:
&lt;br&gt;&lt;br&gt;http://&amp;lt;ipadress or computer name&amp;gt;:8000
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-access-koha-in-LAN-tp8724664p9490036.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-8724664</id>
	<title>How to access koha in LAN</title>
	<published>2007-01-30T23:45:33Z</published>
	<updated>2007-01-30T23:45:33Z</updated>
	<author>
		<name>Ata ur Rehman</name>
	</author>
	<content type="html">Dear All
&lt;br&gt;I am using koha 2.27 on my server at Local Area Network. &amp;nbsp;OPAC is running fine at LAN but I want to access its main GUI from another computer (other than server). &amp;nbsp;How can i? &lt;a href=&quot;http://intranet/cgi-bin/koha/mainpage.pl&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://intranet/cgi-bin/koha/mainpage.pl&lt;/a&gt;&amp;nbsp;gives error (404)
&lt;br&gt;&lt;br&gt;Ata</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-access-koha-in-LAN-tp8724664p8724664.html" />
</entry>

</feed>
