Downgrade php from 5.4 to 5.3 after atomic upgrade
Disable Atomic
Disable Atomic
Services Control Panel Logs Error log: and Access log: Panel log: Services Stop: Start: Restart: Configuration PHP config: Panel config: Web server config: Web Presence Builder Logs Error log: Install/upgrade logs: No service control (working via sw-cp-server service) Configuration SSO Logs Error log: SSO log: Services No service control (works via sw-cp-server service) Manage settings: … Read more
Source: http://technet.microsoft.com/en-us/library/cc754651%28v=ws.10%29.aspx To change the Administrator password in Windows Server 2008 Log on to the computer using the Administrator account. Click Start, click Control Panel, and then double-click User Accounts. In User Accounts, in Make changes to your user account, click Change your password. In Change your password, in Current Password, type your password. In … Read more
for files only For files and folders
Apache fails to restart on plesk server on CentOS 6.5 Solution:
Chech the version of php Install access to the Atomic repo with this command:
domain.com will need to exist in the Apache configuration somewhere, effectively; in cPanel, they can created domain.com as a parked domain on edavan.presentica.com Then set the A record to point to the domain
Moodle MySQL Replication using PHPMyAdmin The phpMyAdmin that is bundled with cPanel doesn’t include user management so the following commands needed to be run to give the replication user the correct permissions: Setting up the Master , add the slave replication user. The IP below is the slave IP. mysql -e “GRANT REPLICATION CLIENT ON … Read more
How to configur Tomcat on plesk http://kb.sp.parallels.com/en/119669 http://kb.sp.parallels.com/en/1569 The ‘manager’ webapp can be installed at /Tomcat/apache-tomcat-7.0.53/webapps
PEAR – PHP Extension and Application Repository, PEAR is a framework and distribution system for reusable PHP components. The mail() function is using for sending emails from a php script. This is the most simplest way to send emails from a server and also its not secure process. The mail sending scripts will shows some … Read more