From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030509 Description of problem: The Include directive in /etc/httpd/conf/httpd.conf creates a dependency problem as it comes before the DSO LoadModule section. An example is that the Subversion module (mod_dav_svn.so) depends on the mod_dav.so module. The Include directive will attempt to load the subversion.conf file which loads the mod_dav_svn.so module before the mod_dav.so module. Since mod_dav_svn.so will not load, the server will not start. This problem can be easily solved by moving the Include directive after the DSO LoadModule section. Version-Release number of selected component (if applicable): redhat-config-httpd-1.0.1-18 How reproducible: Always Steps to Reproduce: 1. See above 2. 3. Additional info:
Erh, i think thats a default apache config problem, not a problem with the redhat-config-httpd tool in general. :-) I just checked the default httpd.conf file of our latest httpd package and voila, there it is. I'll fix the output of redhat-config-httpd, too, to reflect that change. Fix is in CVS, will be in the next build. Thanks, Read ya, Phil