by Aromal Rajagopal | Mar 4, 2010 | Quick fixes, Technical |
Issue : How to enable SuPHP ? Solution : Login to WHM. Go to “Service Configuration >> Apache Configuration >> Configure PHP and Suexec” and check if SuPHP is available in the drop down menu. If it is available then select it and save the configuration...
by Aromal Rajagopal | Jan 18, 2010 | Quick fixes, Technical |
Issue : An application requires execution of a binary file. A separate account has been created but do not want to turn on the exec() function citing security concerns. What is the best way to go about this ? Solution : If it is a php suexec server then you can place...
by Aromal Rajagopal | Oct 27, 2009 | Articles and tutorials, Technical |
Tutorial on how-to compile php5 with imap support on a litespeed server Step 1 : Install imap Here are the required steps : root@server []#cd /usr/src root@server []#wget ftp://ftp.cac.washington.edu/imap/imap.tar.gz root@server []#tar -xzvf imap.tar.gz root@server...
by Aromal Rajagopal | Oct 21, 2009 | Quick fixes, Technical |
Issue : A 5 MB file cannot be uploaded via cPanel’s File Manager even though there is a custom php.ini in place with upload_max_filesize and post_max_size set to 10 MB. Solution : To alter the maximum file size for files uploaded via cPanel’s File Manager,...
by Aromal Rajagopal | Sep 18, 2009 | Articles and tutorials, Technical |
The PHP development team has announced the release of PHP 5.2.11. This release comes with over 60 bug fixes . Some of these were security related as well. This release is intended to increase the stability of PHP 5.2.x. Official release notes are available here...