[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug #192489 (and #112553)




>From Bug #192489:

"Apache should grow a conf.d directory (in the same manner as apache2) so that third party packages and local admins can add configuration to apache without having to edit httpd.conf or use apacheconfig."


>From http://httpd.apache.org/docs/mod/core.html#include :

"New in Apache 1.3.13 is the feature that if Include points to a directory, rather than a file, Apache will read all files in that directory, and any subdirectory, and parse those as configuration files."


So all that needs doing is the creation of /etc/apache/conf.d/ and addition of:

  Include /etc/apache/conf.d

to the default apache config file. Note that the phpmyadmin package currently in testing does this - which is how I realised it's now possible.

Carl



Reply to: