X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tunings-myplc%2Finstallation-notes.txt;h=d8787c5f254a46ff3c8caf2e8e982b120248e2aa;hb=ea6550be4cca5d7da0897c13142d418afbb7d953;hp=5e7f47e2afe0d88457b8a4df18e1cdf7e49b62a1;hpb=86342bd9ce4808e3d3776e09c3889809f8459644;p=infrastructure.git diff --git a/tunings-myplc/installation-notes.txt b/tunings-myplc/installation-notes.txt index 5e7f47e..d8787c5 100644 --- a/tunings-myplc/installation-notes.txt +++ b/tunings-myplc/installation-notes.txt @@ -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 +