Changes

Jump to navigation Jump to search
Line 138: Line 138:  
====php.ini====
 
====php.ini====
   −
Examine the template fragments in /etc/e-smith/templates/etc/php.ini and determine which fragment you wish to change.
+
Examinez les fragments de gabarit dans /etc/e-smith/templates/etc/php.ini et déterminez quel fragment vous voulez modifier.
Let's say you want to modify a value that is in the 40DataHandling fragment
+
Disons que vous voulez modifier une valeur qui est dans le fragment 40DataHandling .
 
   
 
   
Copy the fragment to the custom template tree
+
Copiez le fragment dans l'arborescence de gabarits personnalisés (templates-custom)
 
  mkdir -p /etc/e-smith/templates-custom/etc/php.ini
 
  mkdir -p /etc/e-smith/templates-custom/etc/php.ini
 
  cp /etc/e-smith/templates/etc/php.ini/40DataHandling /etc/e-smith/templates-custom/etc/php.ini/40DataHandling
 
  cp /etc/e-smith/templates/etc/php.ini/40DataHandling /etc/e-smith/templates-custom/etc/php.ini/40DataHandling
Edit the fragment and make your required changes
+
Modifiez le fragment et faites les changements désirés
 
  pico -w /etc/e-smith/templates-custom/etc/php.ini/40DataHandling
 
  pico -w /etc/e-smith/templates-custom/etc/php.ini/40DataHandling
Save changes and exit (press the following keys together)
+
Sauvegardez les changements et quittez (appuyer sur les touches en même temps pour chaque ligne ci-dessous)
 
  Ctrl o
 
  Ctrl o
 
  Ctrl x
 
  Ctrl x
Expand template and restart httpd-e-smith
+
Appliquez le gabarit et redémarrez  httpd-e-smith
 
  expand template /etc/php.ini
 
  expand template /etc/php.ini
 
  sv t /service/httpd-e-smith
 
  sv t /service/httpd-e-smith
   −
Examine /etc/php.ini to see that your changes have been created.
+
Vérifiez /etc/php.ini afin de voir si vos changements ont été pris en compte.
 
      
====httpd.conf====
 
====httpd.conf====
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu