-copy CHANGES $(INSTALL)\Apache2\*.*
-copy support\dbmmanage.in $(INSTALL)\Apache2\bin\dbmmanage.pl
-copy support\logresolve.pl.in $(INSTALL)\Apache2\bin\logresolve.pl
+ -copy support\check_forensic $(INSTALL)\Apache2\bin\check_forensic
-awk -f build\mkconfnw.awk docs\conf\httpd-std.conf.in >$(INSTALL)\Apache2\conf\httpd.conf
-copy docs\conf\magic $(INSTALL)\Apache2\conf\magic
-copy docs\conf\mime.types $(INSTALL)\Apache2\conf\mime.types
print "#LoadModule file_cache_module modules/filecach.nlm"
print "#LoadModule headers_module modules/headers.nlm"
print "#LoadModule info_module modules/info.nlm"
+ print "#LoadModule log_forensic_module modules/forensic.nlm"
print "#LoadModule logio_module modules/modlogio.nlm"
print "#LoadModule mime_magic_module modules/mimemagi.nlm"
print "#LoadModule proxy_module modules/proxy.nlm"
# INCDIRS
#
XINCDIRS += \
- $(AP_WORK)/include \
- $(NWOS) \
- $(AP_WORK)/modules/arch/netware \
- $(AP_WORK)/srclib/apr/include \
- $(AP_WORK)/srclib/apr-util/include \
- $(AP_WORK)/srclib/apr \
$(EOLIST)
#
# These flags will come after CFLAGS
#
XCFLAGS += \
- -prefix pre_nw.h \
$(EOLIST)
#
# This is used by the link 'name' directive to name the nlm. If left blank
# TARGET_nlm (see below) will be used.
#
-NLM_NAME = logio
+NLM_NAME =
#
# This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used.
#
-NLM_DESCRIPTION = Apache $(VERSION_STR) IO Logging Module
+NLM_DESCRIPTION =
#
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
-NLM_THREAD_NAME = Logio Module
+NLM_THREAD_NAME =
#
# If this is specified, it will override VERSION value in
#
# If this is specified, it will override the default of 64K
#
-NLM_STACK_SIZE = 8192
+NLM_STACK_SIZE =
#
# If this is specified it will be used by the link '-entry' directive
#
-NLM_ENTRY_SYM = _LibCPrelude
+NLM_ENTRY_SYM =
#
# If this is specified it will be used by the link '-exit' directive
#
-NLM_EXIT_SYM = _LibCPostlude
+NLM_EXIT_SYM =
#
# If this is specified it will be used by the link '-check' directive
#
# If these are specified it will be used by the link '-flags' directive
#
-NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
+NLM_FLAGS =
#
# If this is specified it will be linked in with the XDCData option in the def
#
TARGET_nlm = \
$(OBJDIR)/modlogio.nlm \
+ $(OBJDIR)/forensic.nlm \
$(EOLIST)
#
# Paths must all use the '/' character
#
FILES_nlm_objs = \
- $(OBJDIR)/mod_logio.o \
$(EOLIST)
#
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
$(EOLIST)
#
# These will be added as a module command in the link.opt file.
#
FILES_nlm_modules = \
- aprlib \
- libc \
$(EOLIST)
#
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @$(APR)/aprlib.imp \
- @$(NWOS)/httpd.imp \
- @libc.imp \
$(EOLIST)
#
# Any symbols exported to here
#
FILES_nlm_exports = \
- logio_module \
$(EOLIST)
#