Questions tagged [mod-dav-svn]

A module to provide HTTP access to Subversion SCM repositories via the Apache webserver.

61 questions
1
vote
1 answer

What is the use of mod_dav_svn.so?

While integrating the apache and the subversion, we are using mod_dav_svn.so and loading this module, can any one help me to know the use of this module?
user2400564
  • 4,619
  • 7
  • 24
  • 27
1
vote
1 answer

Subversion Access Control using Mysql and Apache (mod-dav-svn, mod-auth-sql, apache, mysql)

I am trying to configure a site on my Apache server to use mod_dav_svn with mysql authentication. I am using a database with three tables like this auth_users ---------- uid username passwd 1 UserA pass 2 UserB …
BParker
  • 164
  • 2
  • 12
1
vote
1 answer

composer / satis svn repository http basic authentication

I am trying to create a composer package repository for my company using satis. My svn repositories are acessed via http (apache svn). I am trying to add this to my config.json of satis { "name": "packages", "homepage":…
brpaz
  • 3,618
  • 9
  • 48
  • 75
1
vote
1 answer

Subversion repository location showing on all hosted domains

I have recently had the 403 error issue which was resolved by the answer here However I have 2 domains pointing to my home server, problem is both of them show the repository so www.domain1.com/repos and www.domain2.com/repos show the repository,…
Neo
  • 2,305
  • 4
  • 36
  • 70
1
vote
1 answer

how to use mod_dav without having to give apache write permissions

We are trying to improve our webserver security and force as many files as possible to have 0644 permissions by root:www-data so Apache only has write permissions to specific directories and files. The problem is that we run a mod_dav webdav server…
luison
  • 1,850
  • 1
  • 19
  • 33
1
vote
0 answers

How do I (can i) set a custom error page for errors from dav_svn on ubuntu

I've gotten subversion configured and functional using dav_svn. Now i want to display a custom webpage when users try to navigate to an area they do not have permissions for. Currently what is displayed is
1
vote
1 answer

SVN with APACHE on AIX - cannot load module mod_dav_svn.so

I'hve installed subversion and apache on my AIX server. Each one is running fine separately. But when I try to launch apache with svn libraries included I got this error: httpd: Syntax error on line 523 of /opt/freeware/etc/httpd/conf/httpd.conf:…
ciwol
  • 355
  • 2
  • 12
0
votes
2 answers

Howto Config mod_dav_svn locale under apache2?

I have install and config ALL the apache2 & mod_dav_svn, but when access the http://host/svn/ , got this: ps:the /mnt/svn/ is the parsent of all svn repos. and the repos is named using utf8 already. os: ubuntu 11.10 server 64bit apache2 -v Server…
Kouga
  • 708
  • 5
  • 9
0
votes
1 answer

Apache web server is always sending this response: 500 internal server error at HTTP POST

I am getting this error on an existing server. No configuration change. Suddenly, it happened. The log shows nothing, except something similar to the following: 10.10.10.11 - - [28/Oct/2011:01:01:08 +0800] "POST /notexist HTTP/1.1" 500 50 "-"…
Ben P.P. Tung
  • 1,224
  • 13
  • 21
0
votes
3 answers

mod_dav_svn loading error on centos 5

I am trying to install subversion on a centos VPS. I managed to install subversion and mod_dav_svn and now I am trying to configure them. I edited httpd.conf and added the lines: LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule…
Gabriel Solomon
  • 29,065
  • 15
  • 57
  • 79
0
votes
1 answer

mod_rewrite prevents mod_DAV_SVN access, CPanel CentOS server

I followed the tutorial on http://sven.webiny.com/subversion-on-cpanel-3-with-centos-55-and-easyapache-32/ to allow mod_dav_svn (HTTP) access to SVN Repositories on my server. Everything works fine, But the problem is on those hosts having .htaccess…
AbiusX
  • 2,379
  • 20
  • 26
0
votes
1 answer

SVN Log file command

when i run the SVN log -q command in SVN cli then we got below error. r102892 | neeraja.gudiwada_xyz.com | 2017-05-09 12:40:05 +0530 (Tue, 09 May 2017) ------------------------------------------------------------------------ r102891 |…
nitin
  • 83
  • 1
  • 9
0
votes
1 answer

Apache enabling dump_io for dav_svn

To debug an issue I'm having I need an Apache + Subversion server which dumps all requests and responses into a log file. This is not meant for production, that's why authentication is disabled as well. I'm stuck with dump_io, my error.log does not…
Prinzhorn
  • 22,120
  • 7
  • 61
  • 65
0
votes
2 answers

Possible to route to multiple subversion repositories without the need of individual virtual hosts?

I'm just wondering if it's possible, and if so could someone lead me into the right direction please? Basically here's what my current Linux box is doing: ServerName co.svnr.net ServerAdmin admin@svnr.net ServerAlias…
shauny
  • 29
  • 1
  • 9
0
votes
1 answer

Temp directory on root drive runs out of space when PUTing a large file into Apache

I'm putting (via curl on a client) a 10GB file up into an Apache server on Ubuntu Linux (v17.04). The root drive was pretty much full, and the ultimate destination for the PUT is a subversion root that is on a huge drive that's not root. The only…
paul_h
  • 1,859
  • 3
  • 19
  • 27