hibernating - just one nightly per day
[infrastructure.git] / tunings-myplc / installation-notes.txt
index 5e7f47e..d8787c5 100644 (file)
@@ -3,6 +3,12 @@ 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/
 
@@ -12,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
+