how to enable mod_dav_svn support in httpd
--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,<br><br>=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:<br=
><br>1: ./configure --enable-dav --enable-so --prefix=3D/usr/local/apache2=
=A0 --with-included-apr<br>
2: make<br>3: make install <br><br>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"<br><br>What is the reason ? Do I have to download=
and copy this file ? Please advise.<br>
<br>Regards,<br>Hassan.<br>
--0016e6d9a317b7b13d048319bbd6--
Re: how to enable mod_dav_svn support in httpd
On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva
<viki.sanjeeva [at] gmail.com> 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.
--
Eric Covener
covener [at] gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: how to enable mod_dav_svn support in httpd
--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 <covener [at] gmail.com> wrote:
> On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva
> <viki.sanjeeva [at] gmail.com> 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 [at] gmail.com
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--001636c5b1e21199d50483346f8d
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Hi,<br><br>=A0 You are right. <br><br>=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:<br><br>=
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<br>
<br><br>Bye,<br>Viki.<br><br><div class=3D"gmail_quote">On Wed, Mar 31, 201=
0 at 5:46 PM, Eric Covener <span dir=3D"ltr"><<a href=3D"mailto:covener [at] =
gmail.com">covener [at] gmail.com</a>></span> wrote:<br><blockquote class=3D"=
gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204); margin: 0p=
t 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class=3D"im">On Wed, Mar 31, 2010 at 10:40 AM, Vikrama Sanjeeva<br>
<<a href=3D"mailto:viki.sanjeeva [at] gmail.com">viki.sanjeeva [at] gmail.com</a>&=
gt; wrote:<br>
> Hi all,<br>
><br>
> =A0 I am trying to enable "mod_dav_svn" in existing Apache/2=
..2.11 (Unix) on<br>
> Solaris -=A0 i386 machine. I have tried below:<br>
><br>
> 1: ./configure --enable-dav --enable-so --prefix=3D/usr/local/apache2<=
br>
> --with-included-apr<br>
> 2: make<br>
> 3: make install<br>
><br>
> And it looks like everything run fine. But I am not able to see<br>
> "mod_dav_svn.so" file under "/usr/local/apache2/modules=
"<br>
<br>
</div>You just build mod_dav (not _svn) as a static module (so =A0it would<=
br>
still not be in modules/ -- see apachectl -M).<br>
<br>
Second, mod_dav_svn is not a part of the httpd src, it's part of svn.<b=
r>
<br>
--<br>
Eric Covener<br>
<a href=3D"mailto:covener [at] gmail.com">covener [at] gmail.com</a><br>
<br>
------------------------------------------------------------ ---------<br>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL:<a href=3D"http://httpd.apache.org/userslist.html" target=3D"_b=
lank">http://httpd.apache.org/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>
=A0 " =A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe=
[at] httpd.apache.org">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br>
<br>
</blockquote></div><br></div>
--001636c5b1e21199d50483346f8d--