]> granicus.if.org Git - apache/commit
Remove hardcoded paths from MPMs and move them to a more central
authorSander Striker <striker@apache.org>
Thu, 4 Apr 2002 09:15:44 +0000 (09:15 +0000)
committerSander Striker <striker@apache.org>
Thu, 4 Apr 2002 09:15:44 +0000 (09:15 +0000)
commitd14107e925d5dbb11c4ab7d008cece271e574955
tree6064e28bb6e76458a04a5407d4e5dac7676f5ea0
parent36a1c908fbe4321a24980e6081ef69ecf4887516
Remove hardcoded paths from MPMs and move them to a more central
place.  Expand paths in httpd-std.conf in a similar fashion as we do
in our headers.

Submitted by: Pier Fumagalli <pier@betaversion.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94431 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
Makefile.in
configure.in
docs/conf/httpd-std.conf.in [moved from docs/conf/httpd-std.conf with 95% similarity]
include/ap_config.h
include/ap_config_layout.h.in [new file with mode: 0644]
modules/generators/mod_cgid.c
server/mpm/beos/mpm_default.h
server/mpm/experimental/perchild/mpm_default.h
server/mpm/mpmt_os2/mpm_default.h
server/mpm/netware/mpm_default.h
server/mpm/perchild/mpm_default.h
server/mpm/prefork/mpm_default.h
server/mpm/prefork/prefork.c
server/mpm/winnt/mpm_default.h
server/mpm/worker/mpm_default.h
support/apachectl.in