Bug 127645
Summary: | system-config-httpd does not read from existing config | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ivan Gyurdiev <ivg231> |
Component: | system-config-httpd | Assignee: | Phil Knirsch <pknirsch> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | athlon | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-07-30 14:13:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ivan Gyurdiev
2004-07-12 05:07:59 UTC
System-config-httpd newer was designed to use the local httpd.conf file but uses it's own XML based data storage from with the httpd.conf file is always generated. The tool is aimed at new users to httpd which have a hard time configuring the httpd.conf file on their own. So i guess this means that unfortunately system-config-httpd will have little use for you. Read ya, Phil So in other words you're saying it wes designed wrong from the start :) That will have to be fixed, I guess. Maybe I can help next break or something - I'm trying to rewrite system-config-bind right now. It shouldn't be all that hard to populate your XML backend in question by parsing the current file if it exists. Bind conf file parsing is dead easy in contrast to httpd.conf, belive me, been there, done that, scratched it. That was one of the reasons why we decided back then to use a XML based backend solution as it is very very difficult to parse the httpd.conf file for all cases correctly. Read ya, Phil |