I just startet with a new
apache httpd-2.4.12-x86-vc11,
mod_svn-1.8.11-ap24-x86 and
php-5.6.6-Win32-VC11-x86.zip and
vcredist_x86_VC12
on a new Windows Server 2008
for replaceing the old server with Apache 2.2 and mod_svn 1.8.5, php 5.2 VC6 and then move to https
Now everything seems ok.
But if I try to checkout a working copy, httpd crashes with the following message:
Faulting application httpd.exe, version 2.4.12.0, time stamp 0x54c1cb16,
faulting module MSVCR110.dll, version 11.0.51106.1,
time stamp 0x5098858e, exception code 0x40000015, fault offset 0x000a327c, process id 0x1620,
application start time 0x01d0565f559d5873.
The error logfile shows :
[Wed Mar 04 12:42:51.277330 2015] [authz_svn:info] [pid 6060:tid 488] [client 10.2.145.92:56091] Access granted: 'xxxxxx' OPTIONS SVN_DEMO:/trunk
[crit] Memory allocation failed, aborting process.
Accessing the repostitory with wsvn works without any problem.
Can anybody give me a hint?