Added the command to restart httpd and some explanation
Line 15:
Line 15:
db configuration setprop php MemoryLimit 64
db configuration setprop php MemoryLimit 64
expand-template /etc/php.ini
expand-template /etc/php.ini
−
and then restart httpd service.
+
/etc/init.d/httpde-smith restart
+
+
The first line changes the value for the memory limit of PHP, the second line regenerates the configuration file and the last line will reload Apache (and subsequently also PHP as this is configured as a module of Apache).
{{drawBoxWarning|content=Database parameters are case sesitive and therefore it is is neccesarry to carefully mind there case when typing them at the server shell as no errors are given when you make a typo.}}
{{drawBoxWarning|content=Database parameters are case sesitive and therefore it is is neccesarry to carefully mind there case when typing them at the server shell as no errors are given when you make a typo.}}