Hi Indraveni,<br><br>The error means that there is no server running on port 8080.<br><br>Are you trying to use Apace as a reverse-proxy in front of the bzr smart server? If so, why? <br><br>If you just want to use Apache to provide readonly access to the repository, it's enough to just make the repository directory visible using the Alias directive.
<br><br><div><span class="gmail_quote">On 03/01/2008, <b class="gmail_sendername">Indraveni</b> <<a href="mailto:indraveni@yahoo.co.in">indraveni@yahoo.co.in</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;">
Hi all,<br><br> I am new user of Bazaar Version control system. I am trying to configure bazaar with apache web server, thus, I have added the following lines in the apache2.conf file:<br><br><span style="font-style: italic;">
## Bazaar Configuration</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;"><Location /boss></span><br style="font-style: italic;"><span style="font-style: italic;">
ProxyPass <a href="http://127.0.0.1:8080/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://127.0.0.1:8080/</a></span><br style="font-style: italic;"><span style="font-style: italic;">
ProxyPassReverse <a href="http://127.0.0.1:8080/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://127.0.0.1:8080/</a></span><br style="font-style: italic;"><span style="font-style: italic;">
Order deny,allow</span><br style="font-style: italic;"><span style="font-style: italic;"> Allow from all</span><br style="font-style: italic;"><span style="font-style: italic;"></Location><br><br></span>/var/www/boss is a symbolic link to the ~/boss-repo, which is my bzr repository created using "bzr init-repo boss-repo"
<br><br>I also enabled the proxy module using <br>* a2enmod proxy<br>* a2enmod mod_proxy_ftp<br>* a2enmod mod_proxy_http<br><br>when I tried accessing through browser, <a href="http://localhost/boss" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://localhost/boss</a>, the following is the message appeared.<br><br><span style="font-style: italic;"><br style="font-style: italic;"></span><h1>Service Temporarily Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
<hr>
<address>Apache/2.2.3 (Debian) Server at <a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1</a> Port 80<br><br><br><span style="font-weight: bold;">my error.log gives the following information:
</span><br><br>[Wed Jan 02 18:18:51 2008] [error] (111)Connection refused: proxy: HTTP: attempt to connect to <a href="http://127.0.0.1:8080" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1:8080
</a> (<a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1</a>) failed<br>[Wed Jan 02 18:18:51 2008] [error] ap_proxy_connect_backend disabling worker for (<a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1</a>)<br>[Wed Jan 02 18:18:52 2008] [error] proxy: HTTP: disabled connection for (<a href="http://127.0.0.1" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">127.0.0.1</a>)<br><br><br>could some one give me more information about how to configure bazaar with apache or what does this error message mean.
<br><br><br></address><br style="font-style: italic;"><br><div> </div><span style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;">Thanks & Regards,</span><br style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;">
<span class="sg"><span style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;">Indraveni K,</span><br style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;"><span style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;">
</span><span style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;">CDAC - Chennai,</span><br style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;"><span style="color: rgb(0, 127, 127); font-weight: bold; font-style: italic;">
</span></span><span class="ad"><br></span></td></tr></tbody></table><span class="ad"><br>
<hr size="1"> Sent from <a href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=51949/*http://uk.docs.yahoo.com/mail/winter07.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Yahoo!</a> - a smarter inbox.
</span></blockquote></div><br><br clear="all"><br>-- <br>Martin