Description of problem: New virtual hosts are added to httpd.conf Version-Release number of selected component (if applicable): system-config-httpd-1.3.3-1.1 How reproducible: always Steps to Reproduce: 1. create a new virtual host Actual results: the configuration is added to /etc/httpd/conf/httpd.conf Expected results: configuration created as /etc/httpd/conf.d/virtualhostname.conf Additional info:
I've been considering something similar like that. The problem only is that a lot more than just virtualhosts can be configured with this tool. This again means that i'd either need to write a lot of single config files for the various sections or put everything of system-config-httpd in one single config file calles system-config-httpd.conf (which i personally prefer as a user can the easily identify where a problem might come from). I'll see if i can integrate that in the next major version for FC-devel. Read ya, Phil
OK, i've changed s-c-h to create a system-config-httpd.conf in /etc/httpd/conf.d/ which contains only the changes that s-c-h actually does. This should solve all the typical problems we've seen in the past with s-c-h overwriting the original config file. Read ya, Phil