Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-15 Thread Philip Martin
Steffen Moser writes: > On 2/14/16 3:34 PM, Daniel Shahaf wrote: >> For future reference, you can run tests over ssl by passing USE_SSL=1 to >> davautocheck, see comments in subversion/tests/cmdline/davautocheck.sh. > > Thank you very much for this information. That's

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-15 Thread Steffen Moser
On 2/14/16 3:34 PM, Daniel Shahaf wrote: > Steffen Moser wrote on Fri, Feb 12, 2016 at 17:24:16 +0100: >> After learning this, I had a look at the HTTPS part of my site-specific >> Apache configuration (/etc/apache2/2.4/sites.d/...). There I found a >> strange configuration line: >> >>

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-14 Thread Daniel Shahaf
Steffen Moser wrote on Fri, Feb 12, 2016 at 17:24:16 +0100: > After learning this, I had a look at the HTTPS part of my site-specific > Apache configuration (/etc/apache2/2.4/sites.d/...). There I found a > strange configuration line: > > SSLCryptoDevice pkcs11 For future reference, you can

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-12 Thread Steffen Moser
Hi Philip, On 2/12/16 2:19 AM, Philip Martin wrote: > Steffen Moser writes: > >> | Running tests in commit_tests.py [43/84]..success > > One of the tests in commit_tests.py is 'hook_test' which runs start-, > pre- and post- hooks. So it appears

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-11 Thread Philip Martin
Steffen Moser writes: > So my questions to you are: > > 1) Are there any known multi-threading problems with the combination > Apache 2.4 MPM Worker, SVN 1.7.x, MOD_DAV_SVN and hooks? I would expect it to work although we do not get many reports of Subversion on Solaris

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-11 Thread Philip Martin
Philip Martin writes: > You could try building more recent APR/Apache/Subversion. Since you are already building Subversion you could try running Subversion's regression tests for Apache worker: make davautocheck CLEANUP=1 PARALLEL=1 APACHE_MPM=worker -- Philip

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-11 Thread Philip Martin
Steffen Moser writes: > | Running tests in commit_tests.py [43/84]..success One of the tests in commit_tests.py is 'hook_test' which runs start-, pre- and post- hooks. So it appears that your build can run hooks. Not clear why you get a hang in

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-11 Thread Steffen Moser
Hi Philip, thank you very much for your fast reply! On 02/11/2016 11:41 AM, Philip Martin wrote: > Steffen Moser writes: > >> So my questions to you are: >> >> 1) Are there any known multi-threading problems with the combination >> Apache 2.4 MPM Worker, SVN 1.7.x,

Re: Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-11 Thread Steffen Moser
On 02/11/2016 12:01 PM, Philip Martin wrote: > Philip Martin writes: > >> You could try building more recent APR/Apache/Subversion. > > Since you are already building Subversion you could try running > Subversion's regression tests for Apache worker: > > make

Apache 2.4, Worker MPM, SVN 1.7.20, MOD_DAV_SVN and Post-Commit Hooks

2016-02-10 Thread Steffen Moser
Hi all, we have an Oracle Solaris 11.3 x86_64-based server with the following components: - Apache 2.4.12(-0.175.3.0.0.30.0) - SVN 1.7.20(-5.12.0.0.0.91.0) SVN is connected to Apache with "mod_dav_svn" and I have a repository with a "post-commit" hook. The Apache package is the original