mod_svn 1.9.3 released

Started by mario, December 20, 2015, 11:16:10 PM

Previous topic - Next topic

mario

Mod svn for apache 2.4 with serf and openssl including the command line tools and mod_dontdothat is now on the Download page.

The mod_authz_svn and mod_dontdothat are in the the doc folder

Zeitisen

I' sorry, but I can not find mod_svn 1.9.3, only 1.9.2

I need  Mod Subversion 1.9.3 for Apache 2.4.x x64 VC11

with the 1.9.2 Apache does not start.
I got the message in te eventviewer:
httpd.exe: Syntax error on line 183 of C:/Apache24/conf/httpd.conf: Cannot load C:/Subversion/modules/mod_authz_svn.so into server: The specified procedure could not be found.     
I checked the line. Path is correct. If I overwrite the modules wit the ones form 1.8.11, apache starts. but I get crashes once a week.
Therefore I like to test with 1.9.3

mario

Some kinda show the Download were hidden for 1.9.3. I did re-enable them.

Zeitisen

Thank you.

But the problem with 1.9.3 is the same as with 1.9.2
The mod_authz_svn.so Module is not loadable

mario


mario

Just tried with success on a fresh installation.


C:\Users\Mario\Apache24\bin>httpd -V
Server version: Apache/2.4.18 (Win64)
Server built:   Dec  9 2015 12:23:22
Distributed by: The Apache Haus
Compiled with:  Visual Studio 2012
Server's Module Magic Number: 20120211:52
Server loaded:  APR 1.5.2, APR-UTIL 1.5.4
Compiled using: APR 1.5.2, APR-UTIL 1.5.4
Architecture:   64-bit
Server MPM:     WinNT
  threaded:     yes (fixed thread count)
    forked:     no
Server compiled with....
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses disabled)
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=256
-D HTTPD_ROOT="/Apache24"
-D HTTPD_EXEC="/Apache24/bin/httpd.exe"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error.log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"

* The Apache Haus
* is not affiliated with, or endorsed by, the Apache Software Foundation.
* Apache HTTP Server, Apache, and the Apache feather logo are trademarks of
* The Apache Software Foundation.


C:\Users\Mario\Apache24\bin>httpd -M
Loaded Modules:
core_module (static)
win32_module (static)
mpm_winnt_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
autoindex_module (shared)
cgi_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
headers_module (shared)
log_config_module (shared)
lua_module (shared)
mime_module (shared)
negotiation_module (shared)
rewrite_module (shared)
setenvif_module (shared)
socache_shmcb_module (shared)
ssl_module (shared)
status_module (shared)
fcgid_module (shared)
dav_module (shared)
dav_fs_module (shared)
auth_digest_module (shared)
dav_svn_module (shared)
authz_svn_module (shared)

C:\Users\Mario\Apache24\bin>

Zeitisen

I used the Version 2.4.12

Now I updated to 2.4.18 and it works. Thank you.

mario

Well in den readme.1st.txt is written

QuoteRequires at least 2.4.13

Cause they changed the API inside of Apache at that point.