Summary | Horde setup screens do not edit virtual host config file |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | lists-horde (at) carlthompson (dot) net |
Created | 09/21/2006 (6883 days ago) |
Due | |
Updated | 10/19/2006 (6855 days ago) |
Assigned | 09/25/2006 (6879 days ago) |
Resolved | 10/19/2006 (6855 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
current vhost code works as intended. This will all be revisited for
Horde 4.0.
State ⇒ Feedback
- The vhost specific configuration file won't duplicate the complete
configuration, e.g. if you want to change a setting for all domains,
you need to login to each domain separately and change every single
configuration, with your approach.
- You would have to lookup the the configuration files on the file
system to determine whether you are going to edit the general or vhost
configuration from the current setup screen.
worry about maintaining manual diffs to the config files when the
setup screens could easily do it for him/her? Also that makes the
assumption that the admin wants any changes made to the default
configuration reflected in the configuration for all domains. There is
no reason to make that assumption.
Also, consider this scenerio: The admin maintains multiple domains on
one Horde installation. He/she wants to test out the effects of a
config change on one test domain only. Using your approach, there's no
way to do that without manually editing config files. He/she has to
manually parse the XML file and figure out what variable he/she needs
to set and what data types it takes. I actually experienced that
hassle myself which is why I created the bug report. With my approach,
the admin just logs in under the test domain and makes the changes
using the setup screens and only that domain is modified (if there is
already a domain specific config file). To me that's much more more
convenient.
What are the advantages of your approach?
State ⇒ Not A Bug
configuration file through the admin interface and create config files
for vhost manually that only contain the differences to the main
configuration.
Assigned to Jan Schneider
State ⇒ Stalled
vhosting stuff.
now, though I'm not using vhosted config files.
not I'm using vhosted config files. It just sends me back to the Horde
config setup screen when I click the save button for any Horde app. It
does not actually save anything. It worked for me before the vhost
update.
config files are not handled by the setup screen at all.
use the setup screen and you are accessing it via a domain that has an
associated virtual host config file then that's the config file you
should be editing. Not the default config file which has nothing to do
with the VH domain you've logged in to!
State ⇒ Feedback
though I'm not using vhosted config files.
Also, unless there is functionality Jan added that I missed, vhosted
config files are not handled by the setup screen at all.
under head right now. Clicking the "Generate ... Configuration" button
just takes you back to the Horde configuration screen without writing
anything.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde setup screens do not edit virtual host config file
Queue ⇒ Horde Base
State ⇒ Unconfirmed
using http://xyz.com/horde/admin/setup/ Horde always reads and writes
conf.php even if conf-xyz.com.php exists. Horde should only edit
conf.php if conf-xyz.php does not exist.