Hello Olugbenga and Liz,<br><br>I am almost sure it&#39;s just a problem of &quot;stuff 
not pointing at other stuff as it should&quot; because the staff client works
 just fine...<br><br>In Webmin I have the default server and two virtual servers:<br>
<br>[default server]<br>address: any<br>port: any<br>server name: automatic<br>document root: automatic<br><br>[virtual server]<br>address: 178.xx.xxx.xxx (my ip)<br>port: 8080<br>server name: teleute:8080 (I set &quot;teleute&quot; as my hostname)<br>

document root:  /usr/share/koha/intranet/<div id=":zo">htdocs<br><br>[virtual server]<br> address: 178.xx.xxx.xxx (my ip)<br>
port: 8081<br>
server name: teleute:8081<br>
document root: /usr/share/koha/opac/cgi-bin/opac<br><br>Another user who tried to help me told me to try this:<div class="im"><br><br>a2dissite default<br>
<br>and<br><br>
/etc/init.d/apache2 restart<br><br></div>so now when I enter 178.xx.xxx.xxx:8081 I get a list of the files and folders in  /usr/share/koha/opac/cgi-bin/opac<br>(I thought I should let you know)<br><br>thank you again for your help :)</div>
<br><br><div class="gmail_quote">2011/6/22 Olugbenga Adara [via Koha] <span dir="ltr">&lt;<a href="/user/SendEmail.jtp?type=node&node=4515105&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

        <table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top"><div class="im">Hello Martin,<br><br>If you are using webmin, then when you go to servers - Apache webserver, it should show you your virtual servers and what ports they are running on. <br>
<br>Since you are running on Linode, if things are too screwed up you may just start all over again. But if you say the staff client is working, fixing this should be easy.<br><br>Can you let me know what virtual hosts you have - server name, document root and port? <br>
<br><br>Olugbenga Adara<br><br><br><br>Mobile: 234 (0) 8033220288<br><br>Home: 234 (2) 8721720<br><br>Skype: gbengaadara<br><br>Blog: <a href="http://gbengaadara.blogspot.com" target="_blank" rel="nofollow" link="external">http://gbengaadara.blogspot.com</a><br>
<br>Twitter: <a href="http://twitter.com/gbengaadara" target="_blank" rel="nofollow" link="external">http://twitter.com/gbengaadara</a><br><br>Profile: <a href="http://www.linkedin.com/in/gbengaadara" target="_blank" rel="nofollow" link="external">http://www.linkedin.com/in/gbengaadara</a><br>
<br></div>--- On Wed, 6/22/11, Alberto Martín Martín &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4514342&amp;i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt; wrote:<br><br>From: Alberto Martín Martín
 &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4514342&amp;i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt;<br>Subject: Re: [Koha] I can access de staff client but not the OPAC<br>To: &quot;Olugbenga Adara&quot; &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4514342&amp;i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt;<div class="im">
<br>Date: Wednesday, June 22, 2011, 12:59 PM<br><br>Hello Olugbenga, thanks for anwsering so quickly :)<br><br>I am using ubuntu 10.04 LTS, but I don&#39;t know what port I installed the OPAC on. I just supposed it would be in 8081 like the times I installed koha in my local network... I added &quot;Listen 8081&quot; and &quot;Listen 8080&quot; (for the staff client) in ports.conf, but for some reason the staff client works, but the opac doesn&#39;t.<br>
<br><br>Besides, I have been tinkering with the Apache webserver options in webmin trying to fix this... but I may have made it worse<br><br>I know there must be an easy solution for this, but I am fairly new to these technologies and self-taught, so I lack some basic knowledge about them. <br>
<br><br>I hope you can help me<br><br><br></div>2011/6/22 Olugbenga Adara
 &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4514342&amp;i=3" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt;<div class="im"><br><br><br><br><br><br><br><br>--- On Wed, 6/22/11, teleute &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=4514342&amp;i=4" rel="nofollow" link="external" target="_blank">[hidden email]</a>&gt; wrote:<br>
<br><br><br><br><br>&gt; I have just installed Koha 3.4.1 in a Linode virtual<br><br>&gt; private server and I<br><br>&gt; can access the staff client without problems, but I can&#39;t<br><br>&gt; access the OPAC.<br><br>
&gt;<br><br>&gt;  I have tried entering the ip and the port 8081<br><br>&gt; (xxx.xx.xxx.xxx:8081), and<br><br>&gt; it says &quot;404 not found&quot;. If I try the port 80, it says &quot;it<br><br>&gt; works! This is<br><br>
&gt; the default web page for this server. The web server<br><br>&gt; software is running but<br><br>&gt; no content has been added, yet.&quot; (the apache message)<br><br><br><br></div><div class="im">What port did you install the OPAC on? What OS are you using? You may need to disable the default host configuration in Apache if you are using port 80 for your OPAC. you may also need to have the port specified in ports.conf
 if using another port other than 80.<br><br><br><br><br>I have a site on Linode running Debian squeeze and Koha 3.2.9 (debian package) and I only needed to tell apache to listen on port 81.  (my opac is on port 81) and everything was fine.<br>
<br>&gt;<br><br></div><div class="im">&gt; This is the first time I use a virtual server, so I feel a<br><br>&gt; bit lost. I would<br><br>&gt; like to make the OPAC the homepage of my site, but I don&#39;t<br><br>&gt; know how. I would<br>
<br>&gt; appreciate your help.<br><br><br><br></div><div class="im">It actually feels no different to working on a physical server. very cool.<br><br><br><br><br><br>Olugbenga Adara<br><br><br><br>Mobile: 234 (0) 8033220288<br>
<br>Home: 234 (2) 8721720<br><br>Skype: gbengaadara<br><br>Blog: <a href="http://gbengaadara.blogspot.com" target="_blank" rel="nofollow" link="external">http://gbengaadara.blogspot.com</a><br><br>Twitter: <a href="http://twitter.com/gbengaadara" target="_blank" rel="nofollow" link="external">http://twitter.com/gbengaadara</a><br>
<br>Profile: <a href="http://www.linkedin.com/in/gbengaadara" target="_blank" rel="nofollow" link="external">http://www.linkedin.com/in/gbengaadara</a><br><br><br><br></div></td></tr></tbody></table><br>_______________________________________________
<br><div class="im">Koha mailing list  <a href="http://koha-community.org" rel="nofollow" link="external" target="_blank">http://koha-community.org</a><br></div><a href="http://user/SendEmail.jtp?type=node&amp;node=4514342&amp;i=5" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><div class="im"><a href="http://lists.katipo.co.nz/mailman/listinfo/koha" rel="nofollow" link="external" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
        
        <br>
        <br>
        </div><hr color="#cccccc" noshade size="1">
        <div style="color: rgb(68, 68, 68); font: 12px tahoma,geneva,helvetica,arial,sans-serif;">
                <div style="font-weight: bold;">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://koha.1045719.n5.nabble.com/I-can-access-de-staff-client-but-not-the-OPAC-tp4513503p4514342.html" target="_blank" rel="nofollow" link="external">http://koha.1045719.n5.nabble.com/I-can-access-de-staff-client-but-not-the-OPAC-tp4513503p4514342.html</a>
        </div>
        <div style="color: rgb(102, 102, 102); font: 11px tahoma,geneva,helvetica,arial,sans-serif; margin-top: 0.4em;">
                
                To unsubscribe from I can access de staff client but not the OPAC, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.
        </div></blockquote></div><br>

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://koha.1045719.n5.nabble.com/I-can-access-de-staff-client-but-not-the-OPAC-tp4513503p4515105.html">Re: I can access de staff client but not the OPAC</a><br/>
Sent from the <a href="http://koha.1045719.n5.nabble.com/Koha-Discuss-f3047918.html">Koha - Discuss mailing list archive</a> at Nabble.com.<br/>