Line 54:
Line 54:
===Specific practical examples===
===Specific practical examples===
−
This section to be added
+
====php.ini====
+
Examine the template fragments in /etc/e-smith/templates/etc/php.ini and determine which fragment you wish to change.
+
Let's say you want to modify a value that is in the 40DataHandling fragment
+
+
Copy the fragment to the custom template tree
+
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
+
pico -w /etc/e-smith/templates-custom/etc/php.ini/40DataHandling
+
Save changes and exit (press the following keys together)
+
Ctrl o
+
Ctrl x
+
Expand template and restart httpd-e-smith
+
expand template /etc/php.ini
+
sv t /service/httpd-e-smith
+
+
Examine /etc/php.ini to see that your changes have been created.
+
+
+
More examples to be added to this section
===References===
===References===