[cvs] [Wiki] changed: Doc/Admin

Michael Rubinsky mrubinsk at horde.org
Fri Aug 14 17:46:58 UTC 2009


mrubinsk  Fri, 14 Aug 2009 13:46:58 -0400

Modified page: http://wiki.horde.org/Doc/Admin
New Revision:  1.5
Change log:  typo, grammer

@@ -19,9 +19,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 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:
+If you don't have the permissions set, you will get a warning message  
and be returned to the configuration form. At the bottom you will now  
see a text field 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.
    * If you have FTP access to the web server, you can enter a valid  
FTP user name and password, that has write permissions on the  
{{conf.php}}, in the small form at the lower right. Click the upload  
button and the generated PHP file will be uploaded with FTP.



More information about the cvs mailing list