diff options
author | Stefan Fritsch <sf@apache.org> | 2012-04-30 22:50:45 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-04-30 22:50:45 +0200 |
commit | 5d010bf77c0c176180aeec596fcbb1d4648d5765 (patch) | |
tree | a31374bded39c6b25735d5fe5d97d93df47993bd /CHANGES | |
parent | Add quotation marks to error messages (diff) | |
download | apache2-5d010bf77c0c176180aeec596fcbb1d4648d5765.tar.xz apache2-5d010bf77c0c176180aeec596fcbb1d4648d5765.zip |
If a filename without slashes is specified for LoadFile or
LoadModule and the file cannot be found in the server root directory,
try to use the standard dlopen() search path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_so: If a filename without slashes is specified for LoadFile or + LoadModule and the file cannot be found in the server root directory, + try to use the standard dlopen() search path. [Stefan Fritsch] + *) various modules, rotatelogs: Replace use of apr_file_write() with apr_file_write_full() to prevent incomplete writes. PR 53131. [Nicolas Viennot <apache viennot biz>, Stefan Fritsch] |