Apache: cosmetical fix to generate correct comments in httpd.conf

Apache: cosmetical fix to generate correct comments in httpd.conf

Post by Stanislav Brabe » Thu, 24 Jun 1999 04:00:00



This fix only fixes comments in config file
to say true about search paths.

-- Stanislav Brabec

------------------------
--- apache_1.3.6/conf/httpd.conf-dist.orig Wed Mar 10 10:14:27 1999

 # consult the online docs. You have been warned.
 #
 # After this file is processed, the server will look for and process

+# conf/srm.conf and then conf/access.conf
 # unless you have overridden these with ResourceConfig and/or
 # AccessConfig directives here.
 #
--- apache_1.3.6/Makefile.tmpl.orig Tue Mar 16 01:38:46 1999

    -e "s;logs/referer_log;$(logfiledir)/$${target_prefix}referer_log;"
\
    -e "s;logs/agent_log;$(logfiledir)/$${target_prefix}agent_log;" \
    -e 's;conf/magic;$(sysconfdir)/magic;' \
+   -e 's;conf/srm.conf;$(sysconfdir)/srm.conf;' \
+   -e 's;conf/access.conf;$(sysconfdir)/access.conf;' \
    -e 's;conf/mime.types;$(sysconfdir)/mime.types;' \
    -e 's;Group #-1;Group $(conf_group);' \
    -e 's;Port 80;Port $(conf_port);' \