3.1.16
[infrastructure.git] / tunings-myplc / installation-notes.txt
index 44c50c8..d8787c5 100644 (file)
@@ -1,6 +1,14 @@
 ######## ONCE
 dot-profile to be installed in /plc/data/root/.profile
 
+linked /root/bin to /plc/data/root/bin that is auto-updated from crontab
+
+========== logfile (/plc/data/)/var/log/php.log
+* created and set perms:
+# touch /var/log/php.log
+# chmod 666 /var/log/php.log
+
+
 ######## After rpm upgrade
 yum.conf to be installed in /plc/root/etc/
 
@@ -10,3 +18,19 @@ europe.png to be installed in /plc/root/var/www/html/map.png
 requires the Image python module
 # yum install python-imaging
 
+for convenience
+# yum install vim-minimal
+
+HTTP setupdefined ServerName properly in /etc/http/conf/httpd.conf
+
+========== (/plc/root)/etc/php.ini
+
+* increased memory size
+memory_limit = 12M      
+
+* Enabled logs :
+** turned on log
+log_errors = On
+** specified logfile
+error_log = /var/log/php.log
+