Page 1 of 1

¿How to add mod_dav?

PostPosted: 11. November 2008 08:31
by h2non
Hi!

Now I working with lastest staeble version os XAMPP (LAMPP) for GNU/Linux, but, I need add or implement the module "mod_dav" for Apache server and later, add the modules "mod_dav_svn" for working with subversion software with Apache.

Well, my question it's: ¿how I can do for working with subversion on Apache?

PS: i have the devel package.

Thanks in advanced!

PostPosted: 11. November 2008 12:44
by glitzi85
mod_dav is already included in XAMPP. Just activate it in the httpd.conf.

mod_dav_svn is not included, i think it will come with the Subversion Server.

glitzi

PostPosted: 11. November 2008 13:08
by h2non
glitzi85 wrote:mod_dav is already included in XAMPP. Just activate it in the httpd.conf.

mod_dav_svn is not included, i think it will come with the Subversion Server.

glitzi


Thanks a lot glitzi85, but, i doesn't see the mod file on /opt/lampp/modules.
It's supose are in this directory a file named "mod_dav.so", but, not are.

In a few time, i see and verify this and inform here later.

Thanks in advance! See you!

PostPosted: 12. November 2008 12:37
by glitzi85
h2non wrote:Thanks a lot glitzi85, but, i doesn't see the mod file on /opt/lampp/modules.
It's supose are in this directory a file named "mod_dav.so", but, not are.

That's really strange. Here's what i have:

Code: Select all
ns2:/opt/lampp/modules$ ls *dav*
mod_dav.so  mod_dav_fs.so
ns2:/opt/lampp/modules$


You followed exactly the instructions on the installation page of Apachefriends? Not opened the tar.gz-File with an GUI Program? Maybe the Archive was corrupted and not all files could be created?

glitzi