]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit5071d9e1746c31b6162532f12498f8e3bc51266b
tree6064e28bb6e76458a04a5407d4e5dac7676f5ea0
parente41e18e4f27853be03386eaa82f917e70a44eb04
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