wsanchez99/07/09 14:44:37
Modified:src CHANGES
src/support apxs.8 apxs.pl
Log:
Fix up apxs editing code so that multiple invocations of apxs -a will
not result in multiple LoadModule/AddModule entries for that module;
apxs can now be used to re- enable/disable
wsanchez99/07/07 18:18:33
Modified:src CHANGES
src/support apxs.8 apxs.pl
Log:
Add "-e" option which works like -i but doesn't install the DSO;
useful for editing httpd.conf with apxs.
Revision ChangesPath
1.1394+3 -1 apache-1.3/src/CHANGES
wsanchez99/07/07 11:55:28
Modified:src/support apxs.8 apxs.pl
Log:
Add "-S var=val" option which allows for override of CFG_* built-in values.
Revision ChangesPath
1.7 +17 -0 apache-1.3/src/support/apxs.8
Index: apxs.8
rse 98/12/02 01:52:19
Modified:src CHANGES
src/support apxs.8 apxs.pl
Log:
Allow special options -Wc,xxx and -Wl,xxx on APXS compile/link command. They
can occur multiple times and their arguments (`xxx') are passed AS IS to the
compiler/linker command. T
rse 98/03/31 07:46:17
Modified:.STATUS configure Makefile.tmpl
src CHANGES
src/support Makefile.tmpl
Added: src/support apxs.8 apxs.pl
Log:
The new APache eXtenSion (apxs) support tool which can be used for OFF-SOURCE
extending