[cvs] [Wiki] changed: Doc/Admin
Michael Rubinsky
mrubinsk at horde.org
Fri Aug 14 17:45:00 UTC 2009
mrubinsk Fri, 14 Aug 2009 13:45:00 -0400
Modified page: http://wiki.horde.org/Doc/Admin
New Revision: 1.4
Change log: grammer
@@ -18,9 +18,9 @@
If you want to configure an application, you can click on the
application name in this application list. You get to a form where all
system-wide configurations for that application can be modified to
your needs. If there are many configuration settings, they will be
organized into tabs. Click on the tab of area that you want to
configure. You can change tabs without losing any changes you made in
current tab.
Some configuration changes may require to reload the form, to show
more configuration items, based on that change. Again, no changes that
have been done before get lost.
-Once you are done with the configuration you can click on the button
to generate the configuration. The complete configuration is then
converted into a PHP file, and the web server is trying to save that
code into the application's {{config/conf.php}} file. For this to
work, the {{conf.php}} file must have file permissions set so that the
web server can overwrite that file.
+Once you are done with the configuration you can click on the button
to generate the configuration. The complete configuration is then
converted into a PHP file, and the web server tries to save that code
into the application's {{config/conf.php}} file. For this to work, the
{{conf.php}} file must have file permissions set so that the web
server can overwrite that file.
If you don't have the permissions set, you will get a warning
message and keep in the configuration form. At the bottom you will now
see a text fiels with the generated PHP code. Above that field is a
link that shows you the difference between the old and the new
configuration. It is not necessary though to lower the server security
by making the configuration file writable. There are other methods to
get the generated PHP file onto the server:
* You can copy the code from the text field and paste it into
{{config/conf.php}} manually.
* You can go back to the main configuration screen with the
application list, where you will find some new elements at the bottom
of the screen. These elements apply to **all** generated
configurations **at once**. This means that you can continue to
configure the applications, and the save all generated configuration
files in one row.
More information about the cvs
mailing list