how to enable mod_dav_svn support in httpd

how to enable mod_dav_svn support in httpd

am 31.03.2010 16:40:53 von Vikrama Sanjeeva

--0016e6d9a317b7b13d048319bbd6
Content-Type: text/plain; charset=ISO-8859-1

Hi all,

I am trying to enable "mod_dav_svn" in existing Apache/2.2.11 (Unix) on
Solaris - i386 machine. I have tried below:

1: ./configure --enable-dav --enable-so --prefix=/usr/local/apache2
--with-included-apr
2: make
3: make install

And it looks like everything run fine. But I am not able to see
"mod_dav_svn.so" file under "/usr/local/apache2/modules"

What is the reason ? Do I have to download and copy this file ? Please
advise.

Regards,
Hassan.

--0016e6d9a317b7b13d048319bbd6
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi all,

=A0 I am trying to enable "mod_dav_svn" in existin=
g Apache/2.2.11 (Unix) on Solaris -=A0 i386 machine. I have tried below: >
1: ./configure --enable-dav --enable-so --prefix=3D/usr/local/apache2=
=A0 --with-included-apr

2: make
3: make install

And it looks like everything run fine. B=
ut I am not able to see "mod_dav_svn.so" file under "/usr/lo=
cal/apache2/modules"

What is the reason ? Do I have to download=
and copy this file ? Please advise.


Regards,
Hassan.


--0016e6d9a317b7b13d048319bbd6--

Re: how to enable mod_dav_svn support in httpd

am 31.03.2010 16:46:43 von Eric Covener

On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva
wrote:
> Hi all,
>
> =A0 I am trying to enable "mod_dav_svn" in existing Apache/2.2.11 (Unix) =
on
> Solaris -=A0 i386 machine. I have tried below:
>
> 1: ./configure --enable-dav --enable-so --prefix=3D/usr/local/apache2
> --with-included-apr
> 2: make
> 3: make install
>
> And it looks like everything run fine. But I am not able to see
> "mod_dav_svn.so" file under "/usr/local/apache2/modules"

You just build mod_dav (not _svn) as a static module (so it would
still not be in modules/ -- see apachectl -M).

Second, mod_dav_svn is not a part of the httpd src, it's part of svn.

--=20
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: how to enable mod_dav_svn support in httpd

am 02.04.2010 00:32:11 von Vikrama Sanjeeva

--001636c5b1e21199d50483346f8d
Content-Type: text/plain; charset=ISO-8859-1

Hi,

You are right.

mod_authz_svn.so and mod_dav_svn.so ships with SVN and they are placed
under $APACHE_HOME/modules during SVN installation if installed with apache
option like:

Configure ./configure --disable-nls --with-apxs=/usr/local/apache2/bin/apxs
--with-ssl --with-neon=/usr/local
--with-apr=/usr/local/apache2/bin/apr-1-config
--with-apr-util=/usr/local/apache2/bin/apu-1-config
--prefix=/svn/install/location


Bye,
Viki.

On Wed, Mar 31, 2010 at 5:46 PM, Eric Covener wrote:

> On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva
> wrote:
> > Hi all,
> >
> > I am trying to enable "mod_dav_svn" in existing Apache/2.2.11 (Unix) on
> > Solaris - i386 machine. I have tried below:
> >
> > 1: ./configure --enable-dav --enable-so --prefix=/usr/local/apache2
> > --with-included-apr
> > 2: make
> > 3: make install
> >
> > And it looks like everything run fine. But I am not able to see
> > "mod_dav_svn.so" file under "/usr/local/apache2/modules"
>
> You just build mod_dav (not _svn) as a static module (so it would
> still not be in modules/ -- see apachectl -M).
>
> Second, mod_dav_svn is not a part of the httpd src, it's part of svn.
>
> --
> Eric Covener
> covener@gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

--001636c5b1e21199d50483346f8d
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi,

=A0 You are right.

=A0mod_authz_svn.so =
and mod_dav_svn.so ships with SVN and they are placed under $APACHE_HOME/mo=
dules during SVN installation if installed with apache option like:

=
Configure ./configure --disable-nls --with-apxs=3D/usr/local/apache2/bin/ap=
xs --with-ssl --with-neon=3D/usr/local --with-apr=3D/usr/local/apache2/bin/=
apr-1-config --with-apr-util=3D/usr/local/apache2/bin/apu-1-config=A0 --pre=
fix=3D/svn/install/location



Bye,
Viki.

On Wed, Mar 31, 201=
0 at 5:46 PM, Eric Covener < gmail.com">covener@gmail.com> wrote:
gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0p=
t 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva

<&=
gt; wrote:

> Hi all,

>

> =A0 I am trying to enable "mod_dav_svn" in existing Apache/2=
..2.11 (Unix) on

> Solaris -=A0 i386 machine. I have tried below:

>

> 1: ./configure --enable-dav --enable-so --prefix=3D/usr/local/apache2<=
br>
> --with-included-apr

> 2: make

> 3: make install

>

> And it looks like everything run fine. But I am not able to see

> "mod_dav_svn.so" file under "/usr/local/apache2/modules=
"



You just build mod_dav (not _svn) as a static module (so =A0it would<=
br>
still not be in modules/ -- see apachectl -M).



Second, mod_dav_svn is not a part of the httpd src, it's part of svn. r>


--

Eric Covener





------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g">users-unsubscribe@httpd.apache.org

=A0 " =A0 from the digest: @httpd.apache.org">users-digest-unsubscribe@httpd.apache.org

For additional commands, e-mail: org">users-help@httpd.apache.org






--001636c5b1e21199d50483346f8d--