Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Feb 2006 15:48:56 -0800
From:      Sean McNeil <sean@mcneil.com>
To:        Michael Johnson <ahze@ahze.net>
Cc:        gnome@freebsd.org
Subject:   Re: gnome2-power-tools and apache
Message-ID:  <1139528936.17973.3.camel@triton.mcneil.com>
In-Reply-To: <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net>
References:  <1139523814.23375.1.camel@triton.mcneil.com> <8AB47B52-9700-49BA-8353-3E34BBD42BDC@ahze.net> <1139525951.73629.3.camel@triton.mcneil.com> <7E4AB921-7128-46C4-BDE0-5AC7D00F78D4@ahze.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2006-02-09 at 18:41 -0500, Michael Johnson wrote:
> On Feb 9, 2006, at 5:59 PM, Sean McNeil wrote:
> 
> > On Thu, 2006-02-09 at 17:32 -0500, Michael Johnson wrote:
> >> On Feb 9, 2006, at 5:23 PM, Sean McNeil wrote:
> >>
> >>> Can gnome2-power-tools be fixed to depend on APACHE2_PORT instead of
> >>> just apache20?  I'm constantly getting dependency errors when it
> >>> rebuilds because I have:
> >>>
> >>> APACHE2_PORT=www/apache22
> >>
> >> it's in some port that gnome2-power-tools depends on. Do you know
> >> which port it is?
> >
> > Ah, OK.  It is actually www/gnome-user-share.  It should have a "?" on
> > the setting:
> >
> > APACHE_PORT=    www/apache20
> 
> I may be wrong about this but I think it is forcing apache20 for dav

dav works perfectly fine with apache 2.2.  I use it in conjunction with
subversion all the time.  There is, however, one additional small item
which is that it puts in the dav_user.conf file :

LoadModule dav_module /usr/local/libexec/apache2/mod_dav.so
LoadModule dav_fs_module /usr/local/libexec/apache2/mod_dav_fs.so
LoadModule auth_digest_module /usr/local/libexec/apache2/mod_auth_digest.so

This is really OK for me since I should think that the file is just for
reference.

Sean





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1139528936.17973.3.camel>