Serving Bazaar through apache web server
Martin Pool
mbp at sourcefrog.net
Thu Jan 3 00:53:04 GMT 2008
Hi Indraveni,
The error means that there is no server running on port 8080.
Are you trying to use Apace as a reverse-proxy in front of the bzr smart
server? If so, why?
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.
On 03/01/2008, Indraveni <indraveni at yahoo.co.in> wrote:
>
> Hi all,
>
> 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:
>
> ## Bazaar Configuration
>
> <Location /boss>
> ProxyPass http://127.0.0.1:8080/
> ProxyPassReverse http://127.0.0.1:8080/
> Order deny,allow
> Allow from all
> </Location>
>
> /var/www/boss is a symbolic link to the ~/boss-repo, which is my bzr
> repository created using "bzr init-repo boss-repo"
>
> I also enabled the proxy module using
> * a2enmod proxy
> * a2enmod mod_proxy_ftp
> * a2enmod mod_proxy_http
>
> when I tried accessing through browser, http://localhost/boss, the
> following is the message appeared.
>
>
> Service Temporarily Unavailable
>
> The server is temporarily unable to service your request due to
> maintenance downtime or capacity problems. Please try again later.
> ------------------------------
> Apache/2.2.3 (Debian) Server at 127.0.0.1 Port 80
>
>
> my error.log gives the following information:
>
> [Wed Jan 02 18:18:51 2008] [error] (111)Connection refused: proxy: HTTP:
> attempt to connect to 127.0.0.1:8080 (127.0.0.1) failed
> [Wed Jan 02 18:18:51 2008] [error] ap_proxy_connect_backend disabling
> worker for (127.0.0.1)
> [Wed Jan 02 18:18:52 2008] [error] proxy: HTTP: disabled connection for (
> 127.0.0.1)
>
>
> could some one give me more information about how to configure bazaar with
> apache or what does this error message mean.
>
>
>
>
>
> Thanks & Regards,
> Indraveni K,
> CDAC - Chennai,
>
>
> ------------------------------
> Sent from Yahoo!<http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=51949/*http://uk.docs.yahoo.com/mail/winter07.html>- a smarter inbox.
--
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20080103/e5b9097b/attachment.htm
More information about the bazaar
mailing list