Ista,<div><div>we use the following:</div><div><br></div><div><br></div><div># OPAC</div></div><div>&lt;VirtualHost *:80&gt;</div><div><div>   ServerName koha.your.domain</div><div>  ...</div><div>&lt;/VitualHost&gt;</div>
<div><br></div><div># STAFF</div><div><div>&lt;VirtualHost *:8080&gt;</div><div>   ServerName koha.your.domain</div><div>   ...</div><div>&lt;/VirtualHost&gt;</div><div><br></div><div>but you must declare &quot;<a href="http://koha.your.name">koha.your.name</a>&quot; on the DNS server, and modify all virtual hosts similarly.</div>
<div><br></div><div>Your second mail just arrived, the problem is that opac and staff can listen on the same port, but need to listen to different &quot;names&quot;, opac.your.domain and staff.your.domain. In that way you could access only the staff interface and finish the install procedure.</div>
<div><br></div><div><div><div># OPAC</div></div><div>&lt;VirtualHost *:8080&gt;</div><div><div>   ServerName opac.your.domain</div><div>  ...</div><div>&lt;/VitualHost&gt;</div><div><br></div><div># STAFF</div><div><div>&lt;VirtualHost *:8080&gt;</div>
<div>   ServerName staff.your.domain</div><div>   ...</div><div>&lt;/VirtualHost&gt;</div><div><br></div></div></div></div><div><br></div><div><br></div><div><br></div><div>bgk</div><div><br></div><div></div></div><br><div class="gmail_quote">
On Wed, Dec 16, 2009 at 2:06 PM, Ista Zahn <span dir="ltr">&lt;<a href="mailto:izahn@psych.rochester.edu">izahn@psych.rochester.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Thank you, that works! Unfortunately I still have some tweaking to do,<br>
because I have other websites running on the same server, and adding<br>
these lines causes them to all point to the koha page. But this is<br>
clearly an apache issue at this point, so I&#39;ll look to the apache docs<br>
for further help. Thanks again!<br>
<font color="#888888"><br>
-Ista<br>
</font><div><div></div><div class="h5"><br>
On Wed, Dec 16, 2009 at 11:36 AM, Brenner, Martin<br>
&lt;<a href="mailto:martin.brenner@whitfieldschool.org">martin.brenner@whitfieldschool.org</a>&gt; wrote:<br>
&gt; Hi Ista,<br>
&gt;<br>
&gt; You are almost there. The make test errors don&#39;t make a difference. All you<br>
&gt; have to do is add to the section:<br>
&gt;<br>
&gt; ## OPAC<br>
&gt; &lt;VirtualHost <a href="http://127.0.1.1:80" target="_blank">127.0.1.1:80</a>&gt;<br>
&gt;<br>
&gt; and<br>
&gt;<br>
&gt; ## Intranet<br>
&gt; &lt;VirtualHost <a href="http://127.0.1.1:8080" target="_blank">127.0.1.1:8080</a>&gt;<br>
&gt;<br>
&gt; to include the IP address of your server. It will end up looking like:<br>
&gt;<br>
&gt; ## OPAC<br>
&gt; &lt;VirtualHost <a href="http://127.0.1.1:80" target="_blank">127.0.1.1:80</a> 10.11.103.4&gt;<br>
&gt;<br>
&gt; and<br>
&gt;<br>
&gt; ## Intranet<br>
&gt; &lt;VirtualHost <a href="http://127.0.1.1:8080" target="_blank">127.0.1.1:8080</a> <a href="http://10.11.103.4:8080" target="_blank">10.11.103.4:8080</a>&gt;<br>
&gt;<br>
&gt; Where 10.11.103.4 is the IP address of your box.<br>
&gt;<br>
&gt; Martin<br>
&gt;<br>
&gt; Martin Brenner<br>
&gt; Head Librarian<br>
&gt; Whitfield School<br>
&gt; 175 S Mason Rd<br>
&gt; St. Louis MO 63141<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Dec 16, 2009 at 10:27 AM, Ista Zahn &lt;<a href="mailto:izahn@psych.rochester.edu">izahn@psych.rochester.edu</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi everyone,<br>
&gt;&gt; I&#39;m new to Koha, and to this list. I&#39;m trying to set up Koha  (version<br>
&gt;&gt; koha-3.00.04_fixed, downloaded from <a href="http://koha.org/" target="_blank">http://koha.org/</a>) for a very small<br>
&gt;&gt; community library, and am running into trouble installing the<br>
&gt;&gt; software. The server is running Ubuntu 8.10 (Intrepid). I followed the<br>
&gt;&gt; installation instructions in the INSTALL.ubuntu file shipped with the<br>
&gt;&gt; program to the letter, but when I run &#39;make test&#39; I got the following<br>
&gt;&gt; errors:<br>
&gt;&gt;<br>
&gt;&gt; #   Failed test &#39;5 of 3 pieces produced&#39;<br>
&gt;&gt; #   at t/Labels_split_ddcn.t line 30.<br>
&gt;&gt; t/Labels_split_ddcn............NOK 64/82<br>
&gt;&gt; #   Failed test &#39;(MP3-CD F PARKER)[0]   matches: MP3-CD&#39;<br>
&gt;&gt; #   at t/Labels_split_ddcn.t line 35.<br>
&gt;&gt; t/Labels_split_ddcn............NOK 66/82<br>
&gt;&gt; #   Failed test &#39;(MP3-CD F PARKER)[1]   matches: F&#39;<br>
&gt;&gt; #   at t/Labels_split_ddcn.t line 35.<br>
&gt;&gt; t/Labels_split_ddcn............NOK 68/82<br>
&gt;&gt; #   Failed test &#39;(MP3-CD F PARKER)[2]   matches: PARKER&#39;<br>
&gt;&gt; #   at t/Labels_split_ddcn.t line 35.<br>
&gt;&gt; # Looks like you failed 4 tests of 82.<br>
&gt;&gt; t/Labels_split_ddcn............dubious<br>
&gt;&gt;        Test returned status 4 (wstat 1024, 0x400)<br>
&gt;&gt; DIED. FAILED tests 62, 64, 66, 68<br>
&gt;&gt;        Failed 4/82 tests, 95.12% okay<br>
&gt;&gt;<br>
&gt;&gt; I went ahead with &#39;make install&#39; anyway, and followed the remaining<br>
&gt;&gt; instructions. When I finished, I pointed my browser to &lt;MyDomain&gt;:8080<br>
&gt;&gt; but it just says &quot;The requested URL / was not found on this server.&quot;<br>
&gt;&gt;<br>
&gt;&gt; My guess is that the problem is either related to the error message<br>
&gt;&gt; above, or to my apache configuration. My apache config file is pasted<br>
&gt;&gt; below. I&#39;ll be really grateful for any pointers on what to try next,<br>
&gt;&gt; as I&#39;m feeling pretty stuck at this point.<br>
&gt;&gt;<br>
&gt;&gt; Thanks!<br>
&gt;&gt; Ista<br>
&gt;&gt;<br>
&gt;&gt; ##########Apache config file##############<br>
&gt;&gt; # Koha Apache Configuration Directives<br>
&gt;&gt;<br>
&gt;&gt; #NameVirtualHost *<br>
&gt;&gt;<br>
&gt;&gt; ## OPAC<br>
&gt;&gt; &lt;VirtualHost <a href="http://127.0.1.1:80" target="_blank">127.0.1.1:80</a>&gt;<br>
&gt;&gt;   ServerAdmin  webmaster@prometheus<br>
&gt;&gt;   DocumentRoot /var/www/koha/opac/htdocs<br>
&gt;&gt;   ServerName prometheus<br>
&gt;&gt; #  ServerAlias <a href="http://opac.mydomain.com" target="_blank">opac.mydomain.com</a><br>
&gt;&gt;   ScriptAlias /cgi-bin/koha/ &quot;/var/www/koha/opac/cgi-bin/opac/&quot;<br>
&gt;&gt;   ScriptAlias /index.html &quot;/var/www/koha/opac/cgi-bin/opac/<a href="http://opac-main.pl" target="_blank">opac-main.pl</a>&quot;<br>
&gt;&gt;   ScriptAlias /<a href="http://opac-search.pl" target="_blank">opac-search.pl</a> &quot;/var/www/koha/opac/cgi-bin/opac/search&quot;<br>
&gt;&gt;   ScriptAlias /search &quot;/var/www/koha/opac/cgi-bin/opac/search&quot;<br>
&gt;&gt;   ErrorLog /var/www/koha/var/log/koha-opac-error_log<br>
&gt;&gt; #  TransferLog /var/www/koha/var/log/koha-opac-access_log<br>
&gt;&gt;   SetEnv KOHA_CONF &quot;/var/www/koha/etc/koha-conf.xml&quot;<br>
&gt;&gt;   SetEnv PERL5LIB &quot;/var/www/koha/lib&quot;<br>
&gt;&gt;<br>
&gt;&gt; #  Repeat this virtualhost stanza changing the following environment vars<br>
&gt;&gt; to<br>
&gt;&gt; #  create multiple OPAC interfaces with custom css and/or search limits:<br>
&gt;&gt; #  SetEnv OPAC_CSS_OVERRIDE mystyle.css<br>
&gt;&gt; #  SetEnv OPAC_SEARCH_LIMIT branch:CODE<br>
&gt;&gt; #  SetEnv OPAC_LIMIT_OVERRIDE 1<br>
&gt;&gt;<br>
&gt;&gt;   Options +FollowSymLinks<br>
&gt;&gt;<br>
&gt;&gt;   ErrorDocument 400 /cgi-bin/koha/errors/<a href="http://400.pl" target="_blank">400.pl</a><br>
&gt;&gt;   ErrorDocument 401 /cgi-bin/koha/errors/<a href="http://401.pl" target="_blank">401.pl</a><br>
&gt;&gt;   ErrorDocument 403 /cgi-bin/koha/errors/<a href="http://403.pl" target="_blank">403.pl</a><br>
&gt;&gt;   ErrorDocument 404 /cgi-bin/koha/errors/<a href="http://404.pl" target="_blank">404.pl</a><br>
&gt;&gt;   ErrorDocument 500 /cgi-bin/koha/errors/<a href="http://500.pl" target="_blank">500.pl</a><br>
&gt;&gt;<br>
&gt;&gt; #  Rewrite Rules<br>
&gt;&gt;   RewriteEngine On<br>
&gt;&gt; #  Uncomment to turn on rewrite logging<br>
&gt;&gt; #  RewriteLog /var/www/koha/var/log/koha-opac-rewrite.log<br>
&gt;&gt; #  RewriteLogLevel 1<br>
&gt;&gt;   RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&amp;(.*)<br>
&gt;&gt;   RewriteRule (.+) $1?%1%2 [N,R,NE]<br>
&gt;&gt;<br>
&gt;&gt;   RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/opac-detail\.pl?bib=$1 [PT]<br>
&gt;&gt;   RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]<br>
&gt;&gt;   RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]<br>
&gt;&gt; &lt;/VirtualHost&gt;<br>
&gt;&gt;<br>
&gt;&gt; ## Intranet<br>
&gt;&gt; &lt;VirtualHost <a href="http://127.0.1.1:8080" target="_blank">127.0.1.1:8080</a>&gt;<br>
&gt;&gt;   ServerAdmin webmaster@prometheus<br>
&gt;&gt;   DocumentRoot /var/www/koha/intranet/htdocs<br>
&gt;&gt;   ServerName prometheus:8080<br>
&gt;&gt; #  ServerAlias <a href="http://intranet.mydomain.com" target="_blank">intranet.mydomain.com</a><br>
&gt;&gt;   ScriptAlias /cgi-bin/koha/ &quot;/var/www/koha/intranet/cgi-bin/&quot;<br>
&gt;&gt;   ScriptAlias /index.html &quot;/var/www/koha/intranet/cgi-bin/<a href="http://mainpage.pl" target="_blank">mainpage.pl</a>&quot;<br>
&gt;&gt;   ScriptAlias /search &quot;/var/www/koha/intranet/cgi-bin/<a href="http://search.pl" target="_blank">search.pl</a>&quot;<br>
&gt;&gt;   ErrorLog /var/www/koha/var/log/koha-error_log<br>
&gt;&gt; #  TransferLog /var/www/koha/var/log/koha-access_log<br>
&gt;&gt;   SetEnv KOHA_CONF &quot;/var/www/koha/etc/koha-conf.xml&quot;<br>
&gt;&gt;   SetEnv PERL5LIB &quot;/var/www/koha/lib&quot;<br>
&gt;&gt;   Options +FollowSymLinks<br>
&gt;&gt;<br>
&gt;&gt;   ErrorDocument 400 /cgi-bin/koha/errors/<a href="http://400.pl" target="_blank">400.pl</a><br>
&gt;&gt;   ErrorDocument 401 /cgi-bin/koha/errors/<a href="http://401.pl" target="_blank">401.pl</a><br>
&gt;&gt;   ErrorDocument 403 /cgi-bin/koha/errors/<a href="http://403.pl" target="_blank">403.pl</a><br>
&gt;&gt;   ErrorDocument 404 /cgi-bin/koha/errors/<a href="http://404.pl" target="_blank">404.pl</a><br>
&gt;&gt;   ErrorDocument 500 /cgi-bin/koha/errors/<a href="http://500.pl" target="_blank">500.pl</a><br>
&gt;&gt;<br>
&gt;&gt;   RewriteEngine On<br>
&gt;&gt; #  Uncomment to turn on rewrite logging<br>
&gt;&gt; #  RewriteLog /var/www/koha/var/log/koha-intranet-rewrite.log<br>
&gt;&gt; #  RewriteLogLevel 1<br>
&gt;&gt;<br>
&gt;&gt;   RewriteCond %{QUERY_STRING} (.*?)(?:[A-Za-z0-9_-]+)=&amp;(.*)<br>
&gt;&gt;   RewriteRule (.+) $1?%1%2 [N,R,NE]<br>
&gt;&gt;   RewriteRule ^/bib/([^\/]*)/?$ /cgi-bin/koha/detail\.pl?bib=$1 [PT]<br>
&gt;&gt;   RewriteRule ^/isbn/([^\/]*)/?$ /search?q=isbn:$1 [PT]<br>
&gt;&gt;   RewriteRule ^/issn/([^\/]*)/?$ /search?q=issn:$1 [PT]<br>
&gt;&gt; &lt;/VirtualHost&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Ista Zahn<br>
&gt;&gt; Graduate student<br>
&gt;&gt; University of Rochester<br>
&gt;&gt; Department of Clinical and Social Psychology<br>
&gt;&gt; <a href="http://yourpsyche.org" target="_blank">http://yourpsyche.org</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Koha mailing list<br>
&gt;&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt;&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Ista Zahn<br>
Graduate student<br>
University of Rochester<br>
Department of Clinical and Social Psychology<br>
<a href="http://yourpsyche.org" target="_blank">http://yourpsyche.org</a><br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br></div>