dougm 00/09/26 10:03:06
Modified: . Changes
eg makepl_args.mod_perl
Log:
eg/makepl_args.mod_perl updated
Revision Changes Path
1.519 +3 -0 modperl/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl/Changes,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -r1.518 -r1.519
--- Changes 2000/09/26 16:55:35 1.518
+++ Changes 2000/09/26 17:02:59 1.519
@@ -10,6 +10,9 @@
=item 1.24_01-dev
+eg/makepl_args.mod_perl updated
+[Neil Conway <[EMAIL PROTECTED]>]
+
'make test' config fixes for mod_ssl
[David Mitchell <[EMAIL PROTECTED]>, Mark Murphy <[EMAIL PROTECTED]>,
Stephen Schaefer <[EMAIL PROTECTED]>]
1.8 +4 -3 modperl/eg/makepl_args.mod_perl
Index: makepl_args.mod_perl
===================================================================
RCS file: /home/cvs/modperl/eg/makepl_args.mod_perl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- makepl_args.mod_perl 1998/11/13 10:35:23 1.7
+++ makepl_args.mod_perl 2000/09/26 17:03:05 1.8
@@ -5,15 +5,16 @@
#to the mod_perl-x.xx source tree
#EVERYTHING=1 will enable:
-#ALL_HOOKS=1 PERL_SSI=1 PERL_SECTIONS=1
-#PERL_STACKED_HANDLERS=1 PERL_METHOD_HANDLERS=1 PERL_TABLE_API=1
+#ALL_HOOKS=1 PERL_SSI=1 PERL_SECTIONS=1 PERL_STACKED_HANDLERS=1
+#PERL_METHOD_HANDLERS=1 PERL_TABLE_API=1 PERL_DIRECTIVE_HANDLERS=1
+#PERL_LOG_API=1 PERL_URI_API=1 PERL_UTIL_API=1 PERL_FILE_API=1
EVERYTHING=1
#build against the first apache_x.xx source tree found, without prompts
# DO_HTTPD=1
-#could tell Makfile.PL exactly where the source is
+#tell Makefile.PL exactly where the Apache source tree is
# APACHE_SRC=/tmp/apache_x.xx/src
#this would configure in mod_proxy, mod_unique_id, mod_info and mod_status