Added SecAuditLogDirMode and SecAuditLogFileMode (MODSEC-82).

Cleaned up SecUploadFileMode implementation.
This commit is contained in:
b1v1r
2009-08-25 00:29:56 +00:00
parent ea4b01fb38
commit 7333260b9b
12 changed files with 213 additions and 37 deletions

7
apache2/configure vendored
View File

@@ -3812,7 +3812,9 @@ done
for ac_header in fcntl.h limits.h stdlib.h string.h unistd.h
for ac_header in fcntl.h limits.h stdlib.h string.h unistd.h sys/types.h sys/stat.h
do
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -4905,8 +4907,7 @@ esac
for ac_func in atexit fchmod getcwd memmove memset strcasecmp strchr strdup strerror strncasecmp strrchr strstr strtol
for ac_func in atexit getcwd memmove memset strcasecmp strchr strdup strerror strncasecmp strrchr strstr strtol
do
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5