fredagen den 6 juni 2003 01.56 skrev Guillaume Rousse:
> I've started a web page on this topic. It is currently at the end of
> http://qa.mandrakesoft.com/twiki/bin/view/Main/PackagingTask as i didn't
> found how to create a new page...

What was wrong with the way I thought this up?

At the least if we really need to populate the conf.d dir name them like this:

"A10_cacti.conf"

This serves two purposes; 

1. "A" as in Application, easy to figure out what the file are used for.
2. "A" as in loaded after numeric prefixed apache module config files.

Or, make it even easier:

--- httpd2-perl.conf    2003-05-29 17:55:23.000000000 +0200
+++ httpd2-perl.conf.oden       2003-06-06 10:58:25.000000000 +0200
@@ -64,6 +64,9 @@
 Include /etc/httpd/conf.d/*.conf
 Include conf/commonhttpd.conf

+# load any web application configuration files after system wide settings
+# are in place.
+Include /etc/webapps/*.conf

 ###
 ### IP Address/Port and Proxied configuration section
--- httpd2.conf 2003-05-29 17:45:22.000000000 +0200
+++ httpd2.conf.oden    2003-06-06 10:59:20.000000000 +0200
@@ -65,6 +65,9 @@
 Include /etc/httpd/conf.d/*.conf
 Include conf/commonhttpd.conf

+# load any web application configuration files after system wide settings
+# are in place.
+Include /etc/webapps/*.conf

 ###
 ### IP Address/Port and Proxied configuration section

-- 
Regards // Oden Eriksson, Deserve-IT.com

Reply via email to